openspec-verify-change

Verify software change implementations against change artifacts using the openspec CLI.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ishibata91/ai-translation-engine-2 --skill openspec-verify-change-ishibata91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/ishibata91/ai-translation-engine-2/tree/main/.agent/skills/openspec-verify-change
Command: npx skills add https://github.com/ishibata91/ai-translation-engine-2 --skill openspec-verify-change-ishibata91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured way to verify that software change implementations align with defined artifacts (changes, specs, tasks, and design) before archiving. It helps ensure completeness, correctness, and coherence by systematically loading artifacts, mapping requirements to code, and generating a verification report.

Core Features & Use Cases

  • Validate that all change artifacts (specs, tasks, design) have traceable implementations in the codebase.
  • Parse delta specifications to extract requirements and scenarios, and assess coverage and potential divergences.
  • Produce a multi-dimensional verification report detailing completeness, correctness, and coherence with clear, actionable recommendations.
  • Supports interactive selection when multiple changes exist in a workspace and clarifies status of each change.

Quick Start

Run the verification workflow for a selected change using npx openspec and review the resulting 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 implementation matches change artifacts before archiving?

Spec coverage is validated by parsing delta specifications to extract requirements and scenarios, then mapping them to the codebase to assess coverage and identify divergences. This ensures traceable implementations for all artifacts.

How do I audit software workload and task completion for change artifacts?

When multiple changes exist in a workspace, the verification workflow supports interactive selection. It will prompt you to select a specific change and clarify the status of each change before running the verification.

How do I check design coherence and spec coverage for a software change?

Design coherence and spec coverage are checked by systematically loading artifacts and mapping requirements to code. This process validates that specs, tasks, and design elements have traceable implementations within the project.

What is the best way to automate task tracking verification for software changes?

The best way to automate task tracking verification is using the openspec CLI to run the verification workflow. It systematically loads artifacts, maps requirements, and reports completeness, correctness, and coherence for the selected change.