openspec-verify-change

Verify change artifacts for completeness, correctness, and coherence using the openspec CLI.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/yandiaan/penginfo-handal-hackathon --skill openspec-verify-change-yandiaan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/yandiaan/penginfo-handal-hackathon/tree/main/.qoder/skills/openspec-verify-change
Command: npx skills add https://github.com/yandiaan/penginfo-handal-hackathon --skill openspec-verify-change-yandiaan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a change's implementation aligns with its artifacts (tasks, specs, and design) to ensure completeness, correctness, and coherence before archiving.

Core Features & Use Cases

  • Validates task completion against context artifacts
  • Assesses spec coverage against delta specs
  • Checks design coherence and produces a structured verification report

Quick Start

Provide the change name and start the verification workflow to load artifacts and generate a 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 change implementation before archiving?

To verify change implementation, validate that your change's tasks, specs, and design align with expected artifacts by assessing completeness, correctness, and coherence using the openspec CLI to load context and generate a structured report.

What is change artifact validation in software engineering?

Change artifact validation is the process of ensuring a change's tasks, specs, and design documents are complete, correct, and coherent before archival. It checks task completion against context and assesses spec coverage against delta specs.

How do I check spec coverage against delta specs?

You check spec coverage by loading change context via the openspec CLI and running a structured verification workflow that assesses whether your implementation correctly aligns with the expected delta specs and design artifacts.

Do I need the openspec CLI to validate change artifacts?

Yes, the openspec CLI is required to retrieve status, load context, and assess artifacts. The verification workflow relies on it to validate task completion, spec coverage, and design coherence before archiving.

What is the best way to ensure design coherence before archiving a change?

The best way to ensure design coherence is to apply a structured verification approach across three dimensions: completeness, correctness, and coherence, which produces clear, actionable recommendations for any issues found.

Why does my change verification workflow fail before archival?

Change verification fails when tasks, specs, or design lack completeness, correctness, or coherence. The workflow identifies these misalignments against expected artifacts and provides actionable recommendations to resolve issues before archiving.