openspec-verify-change

Validate change implementations against specs, tasks, and design documents.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/YangYuS8/blog --skill openspec-verify-change-yangyus8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/YangYuS8/blog/tree/main/.opencode/skills/openspec-verify-change
Command: npx skills add https://github.com/YangYuS8/blog --skill openspec-verify-change-yangyus8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates that change implementations align with the produced outputs (specs, tasks, and design artifacts) before archiving, reducing the risk of incomplete or inconsistent releases.

Core Features & Use Cases

  • Validate task completion by reading tasks.md and tallying checked boxes.
  • Compare implemented changes against specs and design decisions to ensure alignment.
  • Generate a structured validation report covering integrity, correctness, and consistency.

Quick Start

Run the validation workflow with the target change name to generate a report and identify gaps.

Frequently Asked Questions about openspec-verify-change

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

FAQPage Schema
How do I validate change implementations against specs before archiving?

You validate change implementations by automating the comparison of completed work against specs, tasks, and design documents to ensure completeness, correctness, and consistency before archiving.

What is automated change validation for software projects?

Automated change validation is the process of checking task completion, spec coverage, design decisions, and pattern consistency to verify that change outputs align with requirements before archiving.

How do I check task completion from tasks.md automatically?

You can check task completion automatically by reading tasks.md and tallying checked boxes to verify that all required implementation tasks have been finished before archiving.

Does change management validation work without external dependencies?

Yes, change management validation works without external dependencies by applying its internal validation workflow to read your existing specs, tasks, and design artifacts to produce a structured report.

What is the best way to verify design decisions match implemented changes?

The best way to verify design decisions match implemented changes is to automate a comparison workflow that checks design artifacts against actual outputs and generates a structured validation report identifying gaps.

When do I need to run a change validation report?

You need to run a change validation report when preparing software changes for archiving, ensuring that task completion, spec coverage, and design consistency have all been verified.