What problem does it solve?
Validates that a story file is implementation-ready by verifying embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and absence of open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is story X ready to implement'.
Core Features & Use Cases
- GDD referenced: The story includes a design/gdd/ path and quotes a specific requirement or rule from that GDD — not just the GDD filename.
- ADR & TR checks: The story references ADRs and TR-IDs and validates their status against loaded registries.
- Manifest & scope validation: Checks Manifest Version, engine notes, and scope boundaries; flags outdated manifest rules when present.
- Verdict reporting: Outputs a per-story verdict along with a concrete list of gaps for any non-ready stories.
- Use Case: Example: a backlog story is ready for readiness verification before sprint planning.
Quick Start
Validate a story file or set of stories to receive a verdict and the gaps to resolve.