Create roadmap with phases for the project
Creates project roadmap with phased breakdown and initializes planning structure.
/plugin marketplace add glittercowboy/get-shit-done/plugin install get-shit-done@get-shit-donegsd/Roadmaps define what work happens in what order. Run after /gsd:new-project. </objective>
<execution_context>
@/.claude/get-shit-done/workflows/create-roadmap.md
@/.claude/get-shit-done/templates/roadmap.md
@~/.claude/get-shit-done/templates/state.md
</execution_context>
[ -f .planning/ROADMAP.md ] && echo "ROADMAP_EXISTS" || echo "NO_ROADMAP"
If ROADMAP_EXISTS: Use AskUserQuestion:
If "View existing": cat .planning/ROADMAP.md and exit
If "Cancel": Exit
If "Replace": Continue with workflow
</step>
The workflow handles:
Phase 1: [Name] — [Goal from ROADMAP.md]
/gsd:plan-phase 1
<sub>/clear first → fresh context window</sub>
Also available:
/gsd:discuss-phase 1 — gather context first/gsd:research-phase 1 — investigate unknowns</step>
</process>
<output>
- `.planning/ROADMAP.md`
- `.planning/STATE.md`
- `.planning/phases/XX-name/` directories
</output>
<success_criteria>
- [ ] PROJECT.md validated
- [ ] ROADMAP.md created with phases
- [ ] STATE.md initialized
- [ ] Phase directories created
- [ ] Changes committed
</success_criteria>