What problem does it solve?
It prevents incomplete or incorrect implementations by verifying that each acceptance criterion from a user story was actually implemented, with fresh, checkable evidence.
Core Features & Use Cases
- Layered scoping for traceability: Uses git diff and the staging document to narrow where to look, with a full codebase fallback if needed.
- Evidence-backed criterion mapping: Maps every acceptance criterion to specific implementing code references (file:line) and records verification outputs and exit codes.
- Read-only acceptance gate: Runs verification commands and inspection only, producing actionable failure guidance when evidence is missing or unclear.
Quick Start
Dispatch the sdlc-engineering-acceptance-validator mode to validate a completed story by extracting its acceptance criteria from story.md, locating the implementing code via git diff and the staging doc, running fresh verifications, and generating a validation report with an INCOMPLETE/COMPLETE verdict.