npx claudepluginhub udaykabe/odo --plugin aida# /create-roadmap Create a roadmap breaking the project into phases. ## Process 1. **Read project context** - `.planning/PROJECT.md` - Goals and constraints - `.planning/codebase/` - If brownfield, existing structure 2. **Analyze scope** - Spawn `researcher` if needed for technical discovery - Identify major work areas 3. **Propose phases** Present 3-7 phases to user: 4. **Get user feedback** - Confirm phases - Allow additions/removals - Adjust scope estimates 5. **Write ROADMAP.md** Create roadmap following the structure in `.planning/ROADMAP.md` con...
/create-roadmapCreates phased project roadmap in .planning/ROADMAP.md, initializes STATE.md, sets up phase directories, and commits changes after validating project and handling existing roadmap.
Create a roadmap breaking the project into phases.
Read project context
.planning/PROJECT.md - Goals and constraints.planning/codebase/ - If brownfield, existing structureAnalyze scope
researcher if needed for technical discoveryPropose phases
Present 3-7 phases to user:
## Proposed Phases
1. **[Phase Name]** - [description]
- Estimated scope: [small/medium/large]
- Dependencies: none
2. **[Phase Name]** - [description]
- Estimated scope: [small/medium/large]
- Dependencies: Phase 1
Get user feedback
Write ROADMAP.md
Create roadmap following the structure in .planning/ROADMAP.md conventions
Update STATE.md
Created roadmap with phase breakdown. Suggest /plan-phase 1 as next step.