What problem does it solve?
This Skill helps teams confirm that an implementation fully, correctly, and coherently implements the change artifacts (specs, tasks, design) before archiving or shipping, reducing regressions and missed requirements.
Core Features & Use Cases
- Interactive change selection: Lists OpenSpec-managed changes and prompts the user to choose the exact change to verify, avoiding accidental guesses.
- Artifact inspection: Uses openspec to fetch change context files, then evaluates tasks, delta specs, scenarios, and design notes to build a structured verification view.
- Three-dimensional verification: Produces a report across Completeness (task/spec coverage), Correctness (requirement and scenario mapping), and Coherence (design adherence and pattern consistency) with CRITICAL/WARNING/SUGGESTION classifications.
- Graceful degradation: Supports partial checks when only tasks or specs are available and explicitly reports skipped checks with reasons.
- Use case: Run before archiving a change to surface incomplete tasks, missing requirement implementations, or design divergences that must be fixed first.
Quick Start
Verify change MY_CHANGE and generate a verification report summarizing completeness, correctness, and coherence for archiving.