What problem does it solve?
This Skill prevents incomplete, incorrect, or inconsistent changes from being archived by checking that implementation artifacts align with the recorded change specifications and tasks.
Core Features & Use Cases
- Completeness checks: validates that implementation tasks are complete and that each spec requirement appears to have implementation evidence.
- Correctness checks: detects likely mismatches between requirement intent and code evidence, and flags missing scenario/test coverage.
- Coherence checks: verifies design adherence when design decisions are available and highlights notable pattern deviations in new code.
Use case: before archiving a spec-driven change, verify that all checklist tasks are marked complete, requirements from delta specs are implemented in the codebase, scenarios are covered by code/tests, and the implementation follows stated design decisions.
Quick Start
Ask it to verify a specific change by name so it can run artifact loading, task/spec parsing, and issue reporting for archiving readiness.