What problem does it solve?
This Skill verifies that an implementation matches the change artifacts (specs, tasks, design) so stakeholders can confidently archive completed work without regressions or missing requirements.
Core Features & Use Cases
- Change selection and context loading: Lists available changes and loads all context files and artifacts using openspec so verifiers operate on the real change bundle.
- Automated verifier orchestration: Detects relevant dimensions (artifact completeness, architecture, UI/UX, tests) and runs the appropriate verifier subagents in parallel, preserving independent assessment and avoiding bias.
- Merged, report-only output: Produces a single unified verification report with deduplicated issues classified as CRITICAL, WARNING, or SUGGESTION and recommends next steps without making any code changes.
- Use Case: Run before archiving a feature branch to ensure tasks, specs, and implementation are complete, coherent, and safe to close.
Quick Start
Verify the implementation for change my-feature and produce a merged verification report summarizing critical, warning, and suggestion issues.