What problem does it solve?
Break large roadmap items into reproducible, branch-sized implementation plans with explicit entry/exit gates, evidence requirements, and handoff outputs so teams can execute progressive delivery without ambiguous scope or hidden dependencies.
Core Features & Use Cases
- One roadmap step per plan: enforce a single-step scope and file naming convention for predictable ordering.
- Unit-level templates and gates: each unit includes objective, prerequisites, references, progressive tasks, exit criteria, evidence, and outputs for the next step.
- Stage-level validation: final stage gate consolidates exit criteria and evidence across units before promotion.
- Use Cases: scaffolding new features, splitting database migrations into safe increments, staged auth/commerce rollouts, and refactoring with clear handoffs.
Quick Start
Use the phased-delivery-plan skill to create a docs/plans/*.md file for a single roadmap step that contains 2–4 branch-sized units each populated with the mandatory sections, evidence items, and a final stage gate.