openspec-verify-change

Validate implementation completeness against delta specs before archiving.

19|4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/ZanebonoAlter/Syntopica --skill openspec-verify-change-zanebonoalter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/ZanebonoAlter/Syntopica/tree/main/.claude/skills/openspec-verify-change
Command: npx skills add https://github.com/ZanebonoAlter/Syntopica --skill openspec-verify-change-zanebonoalter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that an implementation matches the change artifacts to ensure completeness before archiving.

Core Features & Use Cases

  • Parse delta specs and map requirements to code changes.
  • Verify task completion, spec coverage, and design coherence before archiving.
  • Generate a structured verification report with actionable recommendations.

Quick Start

Run openspec verification for the targeted change to ensure artifacts align with specifications 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 implementation matches change specs before archiving?

To verify implementation matches change specs before archiving, you need to parse delta specs, map requirements to code changes, and run status checks to ensure task completion and spec coverage. This process generates a structured verification report with actionable recommendations.

What is delta spec parsing and how does it validate code changes?

Delta spec parsing is the process of reading change artifacts to map defined requirements directly to code changes. It validates code changes by checking task completion, spec coverage, and design coherence against the generated openspec workflow artifacts.

How do I check task completion and spec coverage for openspec artifacts?

You can check task completion and spec coverage for openspec artifacts by loading the generated artifacts from the workflow and running a verification process. This guides you through status checks to ensure design coherence before archiving the changes.

Does openspec verification work without dependencies?

Yes, openspec verification works without external dependencies, but it requires a delta specs directory and artifacts generated by the openspec workflow. It applies specifically to changes where these prerequisite artifacts exist to ensure completeness before archiving.

What is the best way to ensure design coherence before archiving code changes?

The best way to ensure design coherence before archiving code changes is to run a structured verification process that validates the implementation against change artifacts. This confirms that task and spec coverage requirements are fully satisfied and produces a coherent report.

Why does spec verification fail when artifacts are missing from the delta directory?

Spec verification fails when artifacts are missing because the process requires a delta specs directory and artifacts generated by the openspec workflow to function. Without these inputs, it cannot parse delta specs or map requirements to validate implementation completeness.