What problem does it solve?
It solves the risk of deploying SDD (spec/design/task) changes that only look correct on paper by enforcing verification against specs with runtime test proof.
Core Features & Use Cases
- Spec-to-implementation verification: Maps each spec requirement/scenario to implementation evidence and runtime test outcomes.
- Test execution as the compliance gate: Requires relevant tests to run and treats non-zero exits as critical verification failures.
- Strict TDD protocol auditing (optional module): When Strict TDD is enabled and a runner exists, validates that apply-phase TDD evidence matches reality.
- Structured verification reporting: Produces a comprehensive Verification Report including completeness tables, evidence, compliance matrix, and categorized issues.
Quick Start
Ask the orchestrator to run the SDD verification phase for your change so the skill executes tests, validates spec compliance, and returns a verification report.