Agent skill
Planning Documents
Naming conventions for planning documents in prompts/. Use when creating plans, PRDs, research reports, idea capture or other workflow documents. Triggers on (1) creating new planning documents, (2) naming PRDs or research reports, (3) questions about document organization in prompts/.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/planning-documents
SKILL.md
Planning Documents
All workflow documents live in prompts/ with a structured naming scheme.
Primary Documents (PRDs)
Pattern: prompts/NNN-concept.md
| Component | Description | Example |
|---|---|---|
NNN |
Three-digit sequence number | 025 |
concept |
Kebab-case description | compositor, event-parsing |
No underscores in the primary document name.
Examples:
prompts/025-compositor.mdprompts/010-event-parsing.md
Supporting Documents
| Pattern | Purpose | Example |
|---|---|---|
NNN-concept_report.md |
Research findings | 025-compositor_report.md |
NNN-concept_library_report.md |
Library-specific research | 025-compositor_textual_report.md |
NNN-concept_idea.md |
Some idea/brainstorm capture | 011-cli-api_idea2.md |
Determining Next Sequence Number
Check existing documents:
ls prompts/*.md | sort -t- -k1 -n | tail -5
Use the next available three-digit number.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?