What problem does it solve?
Large, multi-feature projects often fail when attempted as a single delivery because dependencies, risks, and scope are not clearly sequenced. This Skill breaks a project into manageable phases, defines milestones and completion criteria, identifies dependencies and risks, and produces a single authoritative roadmap document for approval and downstream planning.
Core Features & Use Cases
- Phase decomposition: Convert approved requirements.md and design.md into a phase-by-phase plan that isolates independent work and orders dependent work.
- Milestones, dependencies & risk analysis: Define goals, completion conditions, dependencies, risks, and the critical path for each phase.
- Review and handoff: Produce docs/plans/{slug}-roadmap.md, run automated plan review, iterate with reviewers, and delegate each approved phase to the planning skill for task breakdown and TDD-driven implementation.
- Use case: Splitting a multi-feature release spanning multiple sprints into ordered phases so teams can deliver high-value increments while mitigating technical and schedule risks.
Quick Start
Provide the REQ path together with the approved requirements.md and design.md and run the roadmap skill to generate docs/plans/{slug}-roadmap.md and request plan-reviewer validation.