openspec-verify-change

Verify change implementations against delta specs, tests, and design artifacts.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/jonathanhu237/rota --skill openspec-verify-change-jonathanhu237
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/jonathanhu237/rota/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/jonathanhu237/rota --skill openspec-verify-change-jonathanhu237

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that a change's implementation remains aligned with its change artifacts (specs, tasks, and design) before archiving, reducing drift and miscommunication.

Core Features & Use Cases

  • Completeness checks: verifies task checklists and presence of delta specs.
  • Correctness checks: maps requirements to code and detects potential divergences.
  • Coherence checks: evaluates adherence to design decisions and project patterns.

Quick Start

Validate a given change by running verification and generating a structured 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 design specs before archiving?

To verify code changes match design specs, validate the implementation against delta specs and design artifacts. This process maps requirements to code, checks scenario coverage, and generates a structured report highlighting gaps or divergences before archiving.

What is change artifact verification in software engineering?

Change artifact verification identifies whether a change's implementation matches its delta specs, tests, and design artifacts. It ensures compliance by mapping requirements to code and evaluating adherence to design decisions, reducing drift and miscommunication.

How do I check task completion and spec coverage for a code change?

You can check task completion and spec coverage by scanning the change for available artifacts. The verification process evaluates task checklists, maps requirements to code, and detects potential divergences to produce actionable recommendations.

Does code review verification work without delta specs and design artifacts?

Code review verification applies to changes with available artifacts. If delta specs, tasks, or design artifacts are missing, the verification cannot map requirements to code or evaluate adherence to project patterns effectively.

What is the best way to ensure implementation coherence with project patterns?

The best way to ensure implementation coherence is to run coherence checks that evaluate adherence to design decisions and project patterns. This maps requirements to code, checks scenario coverage, and reports gaps in a structured verification report.