What problem does it solve?
Break a single epic into implementable story files by reading the epic, its GDD, governing ADRs, and the control manifest. Each story embeds its GDD requirement TR-ID, ADR guidance, acceptance criteria, story type, and test evidence path. Run after /create-epics for each epic.
Core Features & Use Cases
- Breaks epics into discrete, implementable stories that map to GDD requirements and ADR decisions
- Reads epic overview, GDD, governing ADRs, and the control manifest to ensure alignment
- Embeds TR-ID, ADR governing guidance, acceptance criteria, story type, and test evidence path into each story
- Outputs ready-to-commit story files under production/epics/[epic-slug]/story-NNN-[slug].md
- Guides the workflow sequence: /create-epics -> /story-readiness -> /dev-story
- Validates ADR existence before story decomposition and ensures traceability to TRs and GDD criteria
Quick Start
Run this skill after /create-epics for each epic to generate story files