openspec-verify-change

Verify OpenSpec change implementations against specs, tasks, and design artifacts.

Updated Mar 9, 2025
One-click install
npx skills add https://github.com/rock-hu/vitamin-compose --skill openspec-verify-change-rock-hu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/rock-hu/vitamin-compose/tree/main/.qwen/skills/openspec-verify-change
Command: npx skills add https://github.com/rock-hu/vitamin-compose --skill openspec-verify-change-rock-hu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that an implementation matches the change artifacts (specs, tasks, and design) before archiving.

Core Features & Use Cases

  • Guided verification of change implementations against delta specs (requirements, scenarios) and associated tasks.
  • Generates a structured report covering completeness, correctness, and coherence to support artifact archiving decisions.
  • Interactive guidance to locate the relevant change, inspect statuses, and produce actionable verification feedback.

Quick Start

  • Step 1: Identify the change you want to verify and invoke the verification flow with the OpenSpec CLI.
  • Step 2: Run status checks, load artifacts, and generate a verification report describing any gaps or divergences.
  • Step 3: Review the report and address any critical issues before archiving.

Frequently Asked Questions about openspec-verify-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code changes against delta specs before archiving?

To verify code changes against delta specs, you select the target change, run status checks, load artifacts, and generate a structured report highlighting completeness, correctness, and coherence gaps before archiving.

What is OpenSpec change verification and when do I need it?

OpenSpec change validation is the process of checking implementation alignment with defined specs, tasks, and design artifacts. You need it to ensure implementation coherence before archiving project changes.

Does OpenSpec verification support checking multiple changes across a project?

Yes, OpenSpec verification applies to validating a specific change or a set of changes across a project, guiding you through change selection and artifact loading to produce a comprehensive verification report.

How do I generate a completeness and correctness report for task tracking artifacts?

You generate a task tracking verification report by invoking the verification flow with the OpenSpec CLI, which parses delta specs and evaluates implementation completeness and correctness against associated tasks.

What should I do if change verification highlights divergences from design artifacts?

When change verification highlights divergences from design artifacts, you should review the generated report and address any critical issues or gaps in the implementation before proceeding with archiving.