openspec-verify-change

Verifies an implementation against its change artifacts and generates a structured report.

27|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/DataCovey/nornweave --skill openspec-verify-change-datacovey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/DataCovey/nornweave/tree/main/.cursor/skills/openspec-verify-change
Command: npx skills add https://github.com/DataCovey/nornweave --skill openspec-verify-change-datacovey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams confirm that a software change's implementation matches its change artifacts (delta specs, tasks, and design guidance), reducing the risk of incomplete work before archiving.

Core Features & Use Cases

  • Cross-check change artifacts against the implemented codebase to verify task completion and spec coverage.
  • Generate a structured verification report with actionable recommendations and exact file references.
  • Adapt to incomplete artifact sets by focusing on what's available and clearly signaling gaps for remediation.

Quick Start

Provide a change name and run the verification workflow to 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 code changes match specs before archiving?

To verify code changes match specs before archiving, compare the implementation against change artifacts like delta specs and tasks to check completion, correctness, and coherence. The process returns a structured report with spec coverage and actionable recommendations.

What is change artifact verification in software engineering?

Change artifact verification is the process of cross-checking implemented code against delta specs, tasks, and design guidance to confirm completeness and correctness. It outputs a structured report detailing task completion, spec coverage, and design adherence.

How do I check if my implementation covers all design specs and tasks?

Check implementation coverage by comparing the codebase against available change artifacts. The verification process analyzes task completion, spec coverage, and design adherence, returning a report with exact file references and actionable recommendations.

Can I verify a code change if some spec artifacts are missing?

Yes, you can verify a code change with missing spec artifacts. The verification process gracefully handles incomplete artifact sets by focusing on what is available and clearly signaling gaps in the structured report for remediation.

Does verification work for incomplete change artifacts?

Verification works for incomplete change artifacts by adapting to focus on available delta specs, tasks, or design guidance. It clearly signals missing artifacts in the returned report, ensuring gaps are identified for remediation.

What is the best way to ensure implementation aligns with design guidance before archiving?

The best way to ensure implementation aligns with design guidance is running a verification workflow against change artifacts. It confirms design adherence, task completion, and spec coverage, returning a structured report with exact file references.