What problem does it solve?
This Skill provides a reproducible quality gate that verifies an implementation actually meets its specification and design by producing executable evidence rather than relying on static inspection.
Core Features & Use Cases
- End-to-end verification: Loads project skill registry and artifacts, runs builds and tests, and produces a spec compliance matrix that maps requirements to runtime test evidence.
- Multi-mode persistence: Persists verification reports to engram, openspec, hybrid, or returns inline according to the orchestrator's artifact_store.mode.
- Risk-aware reporting: Flags CRITICAL/WARNING/SUGGESTION items, captures build/test outputs, and records a structured verdict for change approval workflows.
Quick Start
Run the sdd-verify skill to load the change artifacts, execute the project's build and test commands, and produce a verify-report that maps specs to passing tests.