What problem does it solve?
This Skill helps reviewers and engineers verify that an implementation matches its change artifacts—specs, tasks, and design—so incomplete or divergent work is caught before a change is archived. It reduces manual audit time, prevents unfinished or inconsistent implementations from being considered complete, and produces actionable, prioritized findings.
Core Features & Use Cases
- Guided change selection: Prompts the user to choose a change (using openspec list) and only proceeds with an explicit selection.
- Artifact-driven verification: Loads contextFiles from openspec, inspects tasks.md, delta specs, design.md, and other artifacts to evaluate completeness, correctness, and coherence.
- Prioritized, actionable report: Produces a three-dimension report (Completeness, Correctness, Coherence) with CRITICAL, WARNING, and SUGGESTION entries and specific file/line recommendations where available.
- Use Case: A release engineer or code reviewer runs this to confirm a change is ready to archive by checking task completion, requirement implementation, scenario coverage, and adherence to design decisions.
Quick Start
Verify the implementation for change "my-change" by selecting it when prompted and generate a prioritized verification report indicating critical, warning, and suggestion issues.