What problem does it solve?
This skill helps software teams ensure that a code change is complete, coherent with the defined change artifacts, and ready for archiving by validating alignment with specs, tasks, and design.
Core Features & Use Cases
- Delta-spec verification: Cross-checks the change against delta specs located under openspec/changes/<name>/specs/.
- Artifact-aware validation: Considers associated tasks and design notes to determine completeness and coherence.
- Verification report generation: Produces a structured report with dimensions (Completeness, Correctness, Coherence) and a prioritized list of action items.
- Use Case: Before archiving a change, run this skill to confirm all requirements are addressed and no critical gaps remain.
Quick Start
Run the openspec verification flow to load the change context and generate the report. Steps typically include listing changes with openspec list --json, selecting the target change, and applying instructions with openspec instructions apply --change "<name>" --json, then reviewing the generated verification report.