What problem does it solve?
This Skill verifies that an implementation matches its change artifacts (specs, tasks, design) to detect missing work, divergences, or inconsistencies before a change is archived, preventing regressions and untracked gaps.
Core Features & Use Cases
- Guided change selection: Prompts the user to select a change when a name is not provided and lists changes with implementation tasks.
- Openspec integration: Uses openspec CLI outputs (status and instructions apply) to load change context files and artifacts.
- Three-dimension verification: Builds a verification report covering Completeness (task checkboxes and spec requirements), Correctness (requirement mapping and scenario coverage), and Coherence (design adherence and code pattern consistency).
- Actionable reporting: Produces a prioritized report with CRITICAL, WARNING, and SUGGESTION issues and exact recommendations including file references when available.
- Use case: Before archiving a feature branch, run the Skill to ensure all tasks are completed, all delta requirements are implemented, and design decisions are followed.
Quick Start
Verify the implementation for change "add-user-auth" and generate a verification report that lists critical, warning, and suggestion items with actionable recommendations.