What problem does it solve?
Breaks large design epics into small, traceable, implementable story files so developers have clear acceptance criteria, test cases, and ADR-guided implementation notes. It prevents untestable requirements, missing ADRs, and disconnected TR-ID traceability that cause rework during implementation.
Core Features & Use Cases
- Automated decomposition: Reads an epic, its GDD, governing ADRs, control manifest, and TR registry to derive story units from acceptance criteria.
- Governance & validation: Confirms ADR files exist, embeds ADR decisions and engine risk, assigns TR-IDs, and flags blocked stories when ADRs are proposed.
- QA integration: Classifies story types, spawns a QA readiness gate per review mode, and embeds QA test cases or manual checks directly into each story file.
- Artifact generation: Writes production/epics/[epic-slug]/story-NNN-[slug].md files and updates the epic's EPIC.md Stories table for sprint planning.
Quick Start
Run /create-stories [epic-slug] to decompose the chosen epic into story files and present them for review.