What problem does it solve?
This Skill prevents design/implementation drift by checking that every acceptance criterion in a story is actually satisfied, that GDD/ADR deviations are explicitly surfaced, and that the story can be marked Complete only with sufficient evidence and review.
Core Features & Use Cases
- Acceptance Criterion Verification: Confirms each requirement via file checks, tests, grep-based sanity checks, and targeted manual confirmations.
- Spec Drift Detection: Cross-checks implementation against the latest TR registry (GDD rules), flags manifest staleness, and validates ADR constraints.
- Gate-Oriented QA & Code Review: Triggers QA coverage and lead programmer review in full/appropriate modes, then produces a structured completion report and updates story status with notes.
Quick Start
Run the skill with: story-done production/sprints/your-sprint-story.md --review lean.