rcmerci/skills · Archived

Planning Documents

Naming conventions for planning documents in docs/agent-guide/.

Installation

$ npx skills add rcmerci/skills --skill planning-documents

Summary

  • Naming conventions for planning documents in docs/agent-guide/.
  • 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 docs/agent-guide/.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rcmerci/skills · top by installs.

npx skills add rcmerci/skills

Browse all from rcmerci/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,383 B
  • docs SUMMARY.md 330 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

Planning Documents

All workflow documents live in docs/agent-guide/ with a structured naming scheme.

Primary Documents (PRDs)

Pattern: docs/agent-guide/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:

  • docs/agent-guide/025-compositor.md
  • docs/agent-guide/010-event-parsing.md

Supporting Documents

Pattern Purpose Example
NNN-concept_report.md Research findings 025-compositor_report.md
NNN-conceptlibraryreport.md Library-specific research 025-compositortextualreport.md
NNN-concept_idea.md Some idea/brainstorm capture 011-cli-api_idea2.md

Determining Next Sequence Number

Check existing documents:

ls docs/agent-guide/*.md | sort -t- -k1 -n | tail -5

Use the next available three-digit number.