openspec-verify-change

Verify implementation alignment with delta specs and design artifacts.

4.1k|508|Updated Jul 11, 2023
One-click install
npx skills add https://github.com/MetaCubeX/metacubexd --skill openspec-verify-change-metacubex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/MetaCubeX/metacubexd/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/MetaCubeX/metacubexd --skill openspec-verify-change-metacubex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a change's implementation matches delta specs, tasks, and design, ensuring completeness and coherence before archiving.

Core Features & Use Cases

  • Verify mapping between delta specs and code changes.
  • Detect missing or incomplete requirements and surface divergences.
  • Generate an actionable verification report with recommendations.

Quick Start

Run openspec commands to load change context and generate a verification report. Example:

  • Fetch status: openspec status --change "<name>" --json
  • Load artifacts: openspec instructions apply --change "<name>" --json
  • Review report and take corrective actions before archiving.

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 delta specs before archiving?

To verify code changes against delta specs before archiving, load the change context using OpenSpec commands to map implementation to requirements and generate an actionable verification report.

What is change verification in spec-driven development workflows?

Change verification in spec-driven workflows identifies whether an implementation aligns with its delta specs, tasks, and design artifacts, ensuring requirements are fully implemented before archiving.

How do I detect missing requirements and surface divergences in my code changes?

You can detect missing requirements and surface divergences by fetching change status and loading artifacts via OpenSpec commands, which validates code coherence and highlights incomplete implementations.

Can I use OpenSpec to generate an actionable verification report for my development workflow?

Yes, you can use OpenSpec to generate an actionable verification report by running status and instruction commands to load change context, surfacing divergences and providing corrective recommendations.

What is the best way to ensure spec traceability before archiving a change?

The best way to ensure spec traceability before archiving is to verify the mapping between delta specs and code changes, confirms implementation completeness, and surfaces any architectural divergences.