roadmap
Track an entire feature-set across its lifecycle in a live roadmap at
plans/00-roadmap.md.
What it does
roadmap maintains the cross-session source of truth at the RD/plan altitude — above any single execution plan. It tracks every RD and plan and the lifecycle stage each is in. It covers four actions:
- make_roadmap — create the roadmap and seed rows from what is on disk.
- update_roadmap — re-infer stages and sync to the current disk state.
- review_roadmap — a read-only health check for drift and broken links.
- archive_roadmap — move a completed feature-set into
plans/_archive/<feature-set>/.
It detects the action from your phrasing or arguments and branches accordingly.
When to use it
- You are running a multi-feature effort and want one view of where everything stands.
- "roadmap", "make_roadmap", "update_roadmap", "review_roadmap", "archive_roadmap".
Trigger phrases
"roadmap", "make_roadmap", "update_roadmap", "review_roadmap", "archive_roadmap".
Worked example
text
make_roadmapSeeds plans/00-roadmap.md from your existing requirements/ and plans/ directories. As work proceeds, make_plan sets a row to Plan Created and exec_plan advances it to Executing → Done; run update_roadmap any time to re-sync.
Related skills
make_plan— sets thePlan Createdstage.exec_plan— advances stages as execution proceeds.make_requirements— the RDs the roadmap tracks.