openspec-verify-change

Validate change implementation against delta specs and code evidence.

13|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill openspec-verify-change-wonderslife
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/wonderslife/pdd-skills-v3/tree/main/skills/openspec/openspec-verify-change
Command: npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill openspec-verify-change-wonderslife

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams validate that a change's implementation matches the associated specs and tasks before archiving, reducing rework and disputes.

Core Features & Use Cases

  • Verify completeness by mapping delta specs to code and tasks.
  • Verify correctness by checking implementation evidence against requirements.
  • Verify coherence by ensuring design decisions and patterns are followed across the change.

Quick Start

Run the verification workflow for a given change name to generate a comprehensive 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 code changes match OpenSpec delta specs in CI workflows?

To verify code changes match OpenSpec delta specs in CI workflows, you run the verification workflow for a given change name. It parses delta specs, scans the codebase for implementation evidence, and produces a structured verification report.

What is artifact validation for change management?

Artifact validation for change management is the process of checking that a change's implementation matches its associated specs and tasks. It maps delta specs to code and tasks, ensuring completeness, correctness, and design coherence before archiving.

Does spec coverage verification check design coherence across the codebase?

Yes, spec coverage verification checks design coherence across the codebase by ensuring design decisions and patterns are followed throughout the change. This robustness check prevents disputes and rework before archiving.

Can I use OpenSpec verification to reduce rework before archiving changes?

You can use OpenSpec verification to reduce rework before archiving changes by validating implementation evidence against requirements. It ensures completeness and correctness, confirming that the codebase accurately reflects the change artifacts.

What's the best way to validate implementation evidence against change artifacts?

The best way to validate implementation evidence against change artifacts is to run an automated verification report. It parses delta specs and scans the codebase to verify completeness, correctness, and design coherence for robust CI workflows.