What problem does it solve? Before archiving a change in an OpenSpec workflow, teams need confidence that the implementation actually matches the specs, tasks, and design documents. This Skill automates that audit so incomplete tasks, unimplemented requirements, and design drift are caught before archive. ## Core Features & Use Cases - Three-Dimension Verification: Checks Completeness (task checkboxes, spec coverage), Correctness (requirement implementation, scenario coverage), and Coherence (design adherence, code pattern consistency). - Prioritized Issue Report: Generates a markdown report with a summary scorecard and issues grouped as CRITICAL, WARNING, or SUGGESTION, each with actionable recommendations and file references. - Graceful Degradation: Adapts verification depth based on available artifacts, verifying only tasks if specs or design docs are missing. - Use Case: After finishing a feature tracked by an OpenSpec change, run verification to confirm all tasks are checked off, every requirement has implementation evidence, and the code follows the design decisions before archiving the change. ## Quick Start Verify that my current OpenSpec change implementation is complete and ready to archive.