What problem does it solve?
This Skill validates that an implementation matches its change artifacts (tasks, delta specs, and design) so incomplete or divergent work is caught before a change is archived.
Core Features & Use Cases
- Guided change selection: enumerates openspec changes with implementation tasks and prompts the user to choose the correct change.
- Completeness checks: parses task checklists and marks incomplete tasks as CRITICAL with actionable recommendations.
- Correctness mapping: extracts requirements from delta specs and searches the repository for implementation evidence with file references and line hints.
- Coherence review: compares implementation against design decisions and flags deviations or pattern inconsistencies.
- Use case: run prior to archiving a change to produce a prioritized Verification Report (CRITICAL/WARNING/SUGGESTION) and actionable remediation steps.
Quick Start
Use openspec-verify-change to verify the change named my-change and generate a completeness, correctness, and coherence verification report before archiving.