What problem does it solve?
Development teams frequently waste time and hit mid-sprint delays when they start working on user stories that are missing critical implementation context, such as referenced GDD requirements, accepted ADRs, or testable acceptance criteria, leading to rework and unplanned design work during active sprints.
Core Features & Use Cases
- Comprehensive Story Validation: Checks stories against GDD requirements, ADR status, TR-ID validity, control manifest rules, and definition of done criteria to catch gaps before implementation begins.
- Clear Verdicts & Actionable Gaps: Produces READY / NEEDS WORK / BLOCKED verdicts for each story, with specific descriptions of missing items and exact fixes required to resolve gaps.
- Use Case: Before assigning a combat mechanic story to a developer, run this skill to confirm it has a valid ADR reference, testable acceptance criteria like "jump reaches 5 units height in 0.3 seconds", and all referenced asset files exist, so the developer can start work without interruptions.
Quick Start
Use the story-readiness skill to validate if the story file 'production/epics/combat/story-001-basic-attack.md' is ready for implementation.