What problem does it solve?
It prevents stories from being marked complete without confirming that every acceptance criterion matches the implementation and that any design-document deviations are explicitly surfaced instead of silently introduced.
Core Features & Use Cases
- Acceptance-criteria verification: Verifies each acceptance criterion via automated checks (file/test/string/value presence), guided manual confirmations, and flags unverifiable items for playtest.
- Evidence and traceability: Builds a criterion-to-test traceability table, escalates when coverage is insufficient, and checks evidence requirements based on story type.
- Design deviation detection: Flags GDD/ADR drift, manifest staleness, hardcoded value issues, and scope creep against the story’s stated boundaries.
- Operational workflow closure: Updates the story status to Complete and recommends the next ready story in the sprint.
Quick Start
Run story-done production/sprints/<story-file>.md --review lean to verify the story’s acceptance criteria, detect deviations, and update the story to Complete with notes.