What problem does it solve?
This Skill prevents stories from being marked complete when the implementation fails acceptance criteria, drifts from the current GDD/ADR requirements, or lacks the required evidence and review gates.
Core Features & Use Cases
- End-of-story verification: Reads the story file, extracts acceptance criteria, required artifacts, and referenced TR/ADR details, then checks whether the implementation matches.
- Acceptance-criterion gating with traceability: Automatically verifies objective criteria (e.g., file/test/config evidence) and uses targeted confirmations for subjective criteria, while producing a criterion-to-test traceability table.
- Deviation and readiness checks: Flags GDD rule drift, manifest version staleness, ADR constraints issues, hardcoded-value risks, and scope creep, then runs QA and code-review gates depending on mode.
- Closure + status updates: Updates the story status to Complete, records completion notes, updates sprint/session state, optionally logs tech debt, and surfaces the next ready story.
Quick Start
Run story-done with the path to the story you just implemented to verify criteria, gates, deviations, and close it properly.