openspec-verify-change

Verify software changes against specs, tasks, and design artifacts using the openspec CLI.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/arestivo/qoodle --skill openspec-verify-change-arestivo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/arestivo/qoodle/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/arestivo/qoodle --skill openspec-verify-change-arestivo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams validate that a software change implements the intended requirements by comparing against change artifacts (specs, tasks, and design) before archiving.

Core Features & Use Cases

  • Automated delta verification: compares delta specs to codebase to detect missing implementations.
  • Status assessment: checks task lists and design decisions to surface incomplete work.
  • Guided remediation: generates actionable recommendations with file references to fix gaps in implementation and testing.

Quick Start

Provide the change name to verify and run the OpenSpec verification workflow. Steps: run openspec status --change <name> --json to load the change metadata, then openspec instructions apply --change <name> --json to fetch artifacts, and review the generated verification report.

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 a software change matches its specs before archiving?

To verify a change before archiving, compare the implementation against delta specs, task lists, and design decisions. Run openspec status and openspec instructions apply on the change directory to generate a structured report identifying missing implementations and incomplete tasks.

What is delta-spec driven verification in artifact management?

Delta-spec driven verification is the process of comparing delta specs to the codebase to detect missing implementations. It assesses completeness, correctness, and coherence by checking task lists and design decisions against the actual software change before archiving.

Do I need the openspec CLI to check if my change implementation is complete?

Yes, you need the openspec CLI to check change implementation completeness. The tool requires the CLI and context files under openspec/changes/<change-name>/ to run status checks, fetch artifacts, and produce a structured verification report with actionable remediation guidance.

How do I fix gaps in implementation found during change verification?

To fix implementation gaps found during change verification, follow the guided remediation in the generated report. It provides actionable recommendations with specific file references to address missing implementations and testing shortfalls before archiving the change.

Can I use openspec to verify changes outside the openspec/changes/ directory?

No, openspec verification requires context files located specifically under openspec/changes/<change-name>/. The tool depends on this directory structure to load metadata, fetch artifacts, and produce a structured verification report for delta-spec driven changes.