Markdown Converter
Agent skill for markdown-converter
This file contains project-aware prompt templates for streamlined AI collaboration. Use `cortex-tms prompt <name>` to quickly access these prompts.
Sign in to like and favorite skills
This file contains project-aware prompt templates for streamlined AI collaboration. Use
cortex-tms prompt <name> to quickly access these prompts.
Review
NEXT-TASKS.md, docs/core/ARCHITECTURE.md, and CLAUDE.md. Summarize current priorities and propose a step-by-step plan for the next task.
Implement
[FEATURE]. First, check ARCHITECTURE.md for constraints, follow PATTERNS.md for style, and validate logic against DOMAIN-LOGIC.md.
I'm seeing
[ISSUE]. Check docs/core/TROUBLESHOOTING.md for known issues, then trace the logic through ARCHITECTURE.md to find the failure point.
Review the current changes against
PATTERNS.md. Flag any violations of project conventions and suggest specific fixes.
Refactor
[COMPONENT]. Improve structure per PATTERNS.md while ensuring behavior remains strictly compliant with DOMAIN-LOGIC.md.
We need to decide on
[TOPIC]. Draft a new Architecture Decision Record in docs/core/DECISIONS.md using the project's standard format.
Task complete. Execute the Maintenance Protocol:
pnpm run docs:sync to ensure version integrity across documentationNEXT-TASKS.md with task status and next prioritiesnode bin/cortex-tms.js validate --strict to verify project healthYou have just been added to a project that uses Cortex TMS for AI governance. The documentation files exist but contain placeholder content that needs to be populated with real project information.
Your task: Analyze this codebase and populate the TMS documentation files as DRAFTS for human review.
Step 1 - Understand the project:
package.json (or equivalent) for tech stack and dependenciessrc/index.*, src/app.*, bin/*)Step 2 - Populate ARCHITECTURE.md (
docs/core/ARCHITECTURE.md):
<!-- AI-DRAFT: Review before treating as canonical -->Step 3 - Customize CLAUDE.md:
Step 4 - Customize copilot-instructions.md (
.github/copilot-instructions.md):
Step 5 - Populate NEXT-TASKS.md:
Rules:
<!-- AI-DRAFT --> comment.env*, *.pem, id_rsa*, or similar secret filesnode_modules/, dist/, build/, coverage/, .git/Analyze this codebase and populate
docs/core/ARCHITECTURE.md:
package.json for tech stack, then scan src/ directory structureBe specific to THIS project. Reference actual file paths. Mark sections with
<!-- AI-DRAFT: Review before treating as canonical -->.
Present the draft and ask for confirmation before writing.
Review this codebase and document patterns for
docs/core/PATTERNS.md:
src/ for recurring conventionsExtract ACTUAL patterns from code, not generic best practices. Mark all entries with
<!-- AI-DRAFT -->. Present draft for review before writing.
Extract domain-specific rules for
docs/core/DOMAIN-LOGIC.md:
For each rule: write a clear imperative statement, cite the source file, and mark severity (critical/important/guideline). Mark all entries with
<!-- AI-DRAFT -->. Present draft for review before writing.
[FEATURE], [ISSUE], [COMPONENT], [TOPIC] with your specific contextcortex-tms prompt --list to see all available prompts