← ClaudeAtlas

roadmaplisted

Structured workflow for creating Roadmap documents that sequence multiple features into a coordinated initiative. Use when planning multi-feature work that needs dependency tracking, sequencing rationale, and progress monitoring. Triggers on "create a roadmap for X", "plan the rollout of Y", "sequence these features", or any request to coordinate multiple features into an ordered plan. Do NOT use for single-feature requirements (/prd), strategic justification (/vision), technical architecture (/design), or open-ended exploration (/explore). Drives a multi-phase workflow: conversational scoping, parallel research agents, structured drafting, and jury review.
tsukumogami/shirabe · ★ 0 · AI & Automation · score 67
Install: claude install-skill tsukumogami/shirabe
@.claude/shirabe-extensions/roadmap.md @.claude/shirabe-extensions/roadmap.local.md # Roadmap Documents Roadmap documents sequence multiple features into a coordinated initiative. They capture the theme (why these features belong together), the features themselves, dependency relationships, sequencing rationale, and progress. They sit downstream of VISIONs (which justify why a project exists) and upstream of PRDs (which define individual features in detail). **Writing style:** Read `skills/writing-style/SKILL.md` for guidance. ## Artifact Lifecycle **Lifecycle:** Working. Completion condition: all features on the ROADMAP are at status Done AND all referenced GitHub issues are closed. The lifecycle states are `Draft -> Active -> Done -> DELETED`, mirroring the working-artifact lifecycle template established in `docs/designs/current/DESIGN-lifecycle-draft-ready-discipline.md`. **Deleted by:** the work-on cascade's handle_roadmap_deletion step. The handle_roadmap_deletion step is the new cascade extension shipped alongside this contract. It runs after the existing PLAN finalization step, inside the same cascade window the work-on flow already uses. ## Roadmap Format See `references/roadmap-format.md` for the full format specification: frontmatter schema, required and optional sections, lifecycle states, validation rules, and quality guidance. Load it during Phases 3 and 4. ## File Location Roadmap documents live at `docs/roadmaps/ROADMAP-<topic>.md` (kebab-case). No