openspec-verify-change

Verify software implementation against change artifacts using openspec CLI JSON outputs.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/gokhantaskan/fastback --skill openspec-verify-change-gokhantaskan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/gokhantaskan/fastback/tree/main/.cursor/skills/openspec-verify-change
Command: npx skills add https://github.com/gokhantaskan/fastback --skill openspec-verify-change-gokhantaskan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openspec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies that your implementation matches the change artifacts (specs, tasks, design), ensuring completeness, correctness, and coherence before archiving.

Core Features & Use Cases

  • Change Verification: Confirm that implementation is complete, correct, and coherent.
  • Task Completion: Check for completed tasks and spec coverage.
  • Correctness: Assess requirement implementation and scenario coverage.
  • Coherence: Verify design adherence and pattern consistency.
  • Reporting: Generate a detailed verification report.

Quick Start

Run the 'openspec-verify-change' skill with an optional change name to verify your implementation.

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 my implementation matches change artifacts before archiving?

To verify implementation matches change artifacts, you need a tool that checks completeness, correctness, and coherence against your specs, tasks, and design files. This ensures your software change aligns with specified requirements before archiving.

What does spec adherence verification check in a software change?

Spec adherence verification checks requirement implementation, scenario coverage, task completion, and design pattern consistency. It assesses whether your implementation is complete, correct, and coherent with the defined change artifacts and design specifications.

Do I need openspec CLI to run change verification reports?

Yes, you need the openspec CLI installed to run change verification reports. The verification process parses JSON outputs generated by the openspec CLI to produce a structured and detailed verification report.

How do I generate a verification report for completed software tasks?

You generate a verification report for completed tasks by running the verification process with an optional change name. It parses JSON outputs to assess task completion, spec coverage, and requirement implementation, creating a detailed structured report.

Can I check design adherence and pattern consistency automatically?

Yes, you can check design adherence and pattern consistency automatically by verifying coherence within your implementation. The process assesses whether your code follows the design artifacts and maintains consistent architectural patterns.

When should I run a change verification check in my workflow?

You should run a change verification check before archiving your software change. It ensures the implementation is complete, correct, and coherent with the specified change artifacts, preventing incomplete or inconsistent tasks from being archived.