openspec-verify-change

Verify an implementation aligns with OpenSpec delta artifacts before archiving.

4|1|Updated Mar 24, 2024
One-click install
npx skills add https://github.com/ruan-cat/monorepo --skill openspec-verify-change-ruan-cat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/ruan-cat/monorepo/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/ruan-cat/monorepo --skill openspec-verify-change-ruan-cat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a change's implementation aligns with its delta artifacts (specs, tasks, and design) before archiving.

Core Features & Use Cases

  • Automated verification of delta artifacts against source code and tests
  • Generates a structured verification report across completeness, correctness, and coherence
  • Applies to OpenSpec-based workflows where you need guardrails before archiving changes

Quick Start

Provide the change name and run the verification workflow to validate alignment with change artifacts.

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 align with design specs before archiving?

It confirms implementation aligns with delta artifacts (specs, tasks, and design) before archiving by validating completeness, correctness, and coherence across task checklists, requirement mappings, and design decisions.

What is artifact alignment verification in OpenSpec workflows?

Artifact alignment verification in OpenSpec workflows is the process of confirming that source code and tests match your delta artifacts. It checks task completion, requirement coverage, and design coherence before archiving changes.

How do I generate a verification report for spec coverage and task checklists?

Provide the change name and run the workflow to generate a structured verification report. It locates changes via openspec list/status, assesses task completion, and verifies requirement coverage across artifacts and code.

Does this verification tool work with OpenSpec-based workflows?

Yes, this verification tool is explicitly designed for OpenSpec-based workflows. It provides automated guardrails to validate the alignment of your source code and tests with delta artifacts before archiving.

What is the best way to check requirement mappings and design coherence before archiving changes?

The best way to check requirement mappings and design coherence is to automate delta artifact verification. This process loads artifacts, assesses task completion, and validates design decisions against the actual implementation.

Why does my change implementation fail artifact verification before archiving?

Change implementation fails artifact verification when source code and tests lack completeness, correctness, or coherence with delta artifacts. This skill identifies incomplete task checklists and missing requirement mappings before archiving.