Creates execution roadmaps for multi-phase projects with milestone planning and dependency mapping.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-framework:execution-roadmapsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [ ] **Define Phases**: Break work into logical phases
./artifacts/roadmap_[project].mdEach milestone should have:
## Milestone: Authentication MVP
**Target**: Week 4
**Criteria**:
- [ ] Login/logout working
- [ ] Password reset implemented
- [ ] Session management secure
- [ ] Integration tests passing
- [ ] Security review complete
**Owner**: Auth Team
**Dependencies**:
- Database schema complete
- API framework selected
npx claudepluginhub dralgorhythm/claude-agentic-frameworkCreates a visual project roadmap with phases, milestones, and realistic timelines. Emphasizes core-first delivery and can auto-add target dates.
Generates phased roadmaps (MVP, Scale, Advanced) from architecture designs with Epic/Story/Task breakdowns, T-shirt effort estimates, and validation gates.