What problem does it solve?
This Skill helps engineers and reviewers confirm that an implementation fully matches the change artifacts—specifications, task lists, and design notes—before archiving or releasing, reducing regressions and missed requirements.
Core Features & Use Cases
- Change selection and artifact loading: Guides the user to select a change and uses openspec to load its context files and artifacts.
- Completeness checks: Parses tasks.md checkboxes and delta specs to surface incomplete tasks and missing requirements as actionable CRITICAL issues.
- Correctness mapping: Searches the codebase for requirement implementations and highlights divergences or missing scenario coverage as WARNINGS.
- Coherence analysis and report generation: Compares design decisions and code patterns, issues SUGGESTIONS for style deviations, and outputs a structured verification report suitable for gating archive or release.
- Graceful degradation: Operates with partial artifacts (tasks only, tasks+specs, or full artifacts) and documents skipped checks.
Quick Start
Verify the change named add-user-auth against its specs, tasks, and design and produce a verification report.