What problem does it solve?
It eliminates false confidence by verifying that what your spec claims is implemented—files, wiring, and runtime behavior—matches the actual codebase.
Core Features & Use Cases
- Goal-backward verification: Works from outcomes (“must-be-true” claims) back to evidence in the repository.
- Multi-level checks: Confirms artifacts exist, are wired into routes/components/entry points, and work via build/tests and basic runtime checks.
- Evidence-based reporting: Produces a structured
.planning/VERIFICATION.md report and lists failures with targeted fixes.
- Remediation loop: Offers to apply fixes for failed items and then re-verify.
- Standalone verification: Can run without a full
/build pipeline by verifying user-described truths directly against the codebase.
Quick Start
Use verify to check a finished feature against its spec by running: “/verify .planning/SPEC.md”.