What problem does it solve? Closing a development story often skips verification: acceptance criteria go unchecked, GDD/ADR deviations slip in silently, code review is forgotten, and story status files drift out of sync with reality. This Skill enforces a structured end-of-story review so nothing is marked done without evidence. ## Core Features & Use Cases - Acceptance Criteria Verification: Automatically checks file existence, test passes, and hardcoded values, and batches manual confirmations for subjective criteria. - Test-Criterion Traceability: Maps every acceptance criterion to a covering unit test, integration test, or manual confirmation, escalating to BLOCKING when coverage is insufficient. - Deviation and Evidence Gates: Compares implementation against the TR registry, GDD, ADRs, and manifest versions, and enforces test evidence requirements by story type (Logic, Integration, Visual/Feel, UI, Config/Data). - Use Case: After implementing a damage calculator story in a game project, run the review to verify all criteria pass, log advisory deviations to the tech debt register, update the story status to Complete, and surface the next ready sprint story. ## Quick Start Ask the assistant to run the story-done completion review on your current in-progress story file and report the verdict.