openspec-verify-change

Verify change implementations against openspec delta specifications.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/open-platform-model/cli --skill openspec-verify-change-open-platform-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/open-platform-model/cli/tree/main/.opencode/skills/openspec-verify-change
Command: npx skills add https://github.com/open-platform-model/cli --skill openspec-verify-change-open-platform-model

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that a change's implementation aligns with its delta specifications, ensuring completeness and coherence before archiving.

Core Features & Use Cases

  • Delta-spec compliance checks: parse requirements and map them to code changes.
  • Completeness and correctness assessment: verify task completion, scenario coverage, and design coherence.
  • Comprehensive verification reporting with actionable recommendations.

Quick Start

Run the verifier on a selected change to produce a structured, actionable 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 against delta specifications before archiving?

To verify code changes against delta specifications, you can run a verifier on the selected change to parse requirements and map them directly to code changes. This produces a structured, actionable report ensuring completeness and coherence before archiving.

What is the best way to check if a change implementation fully covers its design documentation?

Checking design documentation coverage involves assessing task completion, scenario coverage, and design coherence across code and tests. A structured verification report identifies gaps and provides actionable recommendations to ensure full implementation alignment.

How do I generate a structured report for openspec change compliance?

Generating a structured report for openspec change compliance requires reading delta specs from openspec/changes/<name>/specs and loading context artifacts. The verifier outputs recommendations detailing completeness, correctness, and coherence across the implementation.

Does the openspec verification process work without existing design documentation?

The openspec verification process applies to changes with delta specs, tasks, and design documentation. Without existing design documentation, the verifier cannot fully assess coherence and completeness across code, tests, and design decisions.

Why does my change implementation fail the delta spec compliance check?

A change implementation fails delta spec compliance checks when task completion is incomplete, scenario coverage is missing, or design decisions lack coherence. The verification report identifies these specific gaps and provides actionable recommendations to resolve them.