What problem does it solve?
It prevents brittle, untraceable development by breaking an epic and its governing specs into small stories that are directly linked to GDD requirements and ADR decisions.
Core Features & Use Cases
- Traceable story decomposition: Converts GDD acceptance criteria into implementable story files that embed TR-IDs, ADR governance, and acceptance criteria.
- Spec-driven implementation gates: Loads the epic’s GDD, governing ADRs, and control manifest, validates ADR existence, and runs the QA lead readiness gate to ensure testability.
- Developer-ready outputs: Produces
production/epics/[epic-slug]/story-NNN-[slug].md files in dependency order (foundation/core first, UI last), then routes Logic/Integration stories to concrete QA test-case specs.
Quick Start
Run create-stories for a chosen epic by calling /create-stories epic-slug (optionally adding --review lean, full, or solo).