File contents Roadmap Creation
Trigger: "Create roadmap", "Plan features", "Map project phases"
Process
Based on PROJECT.md, decompose vision into:
Milestones (shippable increments)
Features (user-facing capabilities)
Status tracking (planned/in-progress/complete)
Output: .specs/project/ROADMAP.md
Structure:
# Roadmap
**Current Milestone:** [milestone name]
**Status:** Planning | In Progress | Complete
---
## [Milestone 1 Name]
**Goal:** [What makes this milestone shippable]
**Target:** [Date or completion criteria]
### Features
**[Feature Name]** - STATUS
- [Capability 1]
- [Capability 2]
- [Capability 3]
**[Feature Name]** - STATUS
- [Capability 1]
- [Capability 2]
---
## [Milestone 2 Name]
**Goal:** [What this milestone adds]
### Features
**[Feature Name]** - PLANNED
**[Feature Name]** - PLANNED
---
## Future Considerations
- [Potential future capability]
- [Potential future capability]
Status values:
PLANNED: Not started
IN PROGRESS: Currently implementing
COMPLETE: Shipped and verified
Size limit: 3,000 tokens (~1,800 words)
Update strategy:
Mark features PLANNED → IN PROGRESS when starting
Mark IN PROGRESS → COMPLETE when verified
Add new milestones as project evolves
Validation:
Each milestone has clear shippable outcome?
Features are user-facing capabilities?
Status reflects current reality?
1 --- 2 name: 317-roadmap-33f74778 3 description: Roadmap Creation 4 --- 5 # Roadmap Creation 6 7 **Trigger:** "Create roadmap", "Plan features", "Map project phases" 8 9 ## Process 10 11 Based on PROJECT.md, decompose vision into: 12 13 - Milestones (shippable increments) 14 - Features (user-facing capabilities) 15 - Status tracking (planned/in-progress/complete) 16 17 ## Output: .specs/project/ROADMAP.md 18 19 **Structure:** 20 21 ```markdown 22 # Roadmap 23 24 **Current Milestone:** [milestone name] 25 **Status:** Planning | In Progress | Complete 26 27 --- 28 29 ## [Milestone 1 Name] 30 31 **Goal:** [What makes this milestone shippable] 32 **Target:** [Date or completion criteria] 33 34 ### Features 35 36 **[Feature Name]** - STATUS 37 38 - [Capability 1] 39 - [Capability 2] 40 - [Capability 3] 41 42 **[Feature Name]** - STATUS 43 44 - [Capability 1] 45 - [Capability 2] 46 47 --- 48 49 ## [Milestone 2 Name] 50 51 **Goal:** [What this milestone adds] 52 53 ### Features 54 55 **[Feature Name]** - PLANNED 56 **[Feature Name]** - PLANNED 57 58 --- 59 60 ## Future Considerations 61 62 - [Potential future capability] 63 - [Potential future capability] 64 ``` 65 66 **Status values:** 67 68 - PLANNED: Not started 69 - IN PROGRESS: Currently implementing 70 - COMPLETE: Shipped and verified 71 72 **Size limit:** 3,000 tokens (~1,800 words) 73 74 **Update strategy:** 75 76 - Mark features PLANNED → IN PROGRESS when starting 77 - Mark IN PROGRESS → COMPLETE when verified 78 - Add new milestones as project evolves 79 80 **Validation:** 81 82 - Each milestone has clear shippable outcome? 83 - Features are user-facing capabilities? 84 - Status reflects current reality?
tools-only/X-Skills/tree/main/other/317-roadmap_33f74778 commit e0fdebc109
Frequently asked questions How do I install the 317 Roadmap 33f74778 skill? Run npx skillmds@latest add tools-only/317-roadmap-33f74778 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the 317 Roadmap 33f74778 skill do? Roadmap Creation It is listed under Product & Planning on SkillMD.
Is 317 Roadmap 33f74778 safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with 317 Roadmap 33f74778? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is 317 Roadmap 33f74778 free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published 317 Roadmap 33f74778? tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.