openspec-verify-change

Verify software change implementations against specs, tasks, and design artifacts.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/morganabel/daily-workout --skill openspec-verify-change-morganabel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-verify-change
Source: https://github.com/morganabel/daily-workout/tree/main/.cursor/skills/openspec-verify-change
Command: npx skills add https://github.com/morganabel/daily-workout --skill openspec-verify-change-morganabel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openspec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies that the implementation matches the change artifacts (specs, tasks, design), ensuring completeness, correctness, and coherence before archiving.

Core Features & Use Cases

  • Change Verification: Confirm that the implementation aligns with the specified change artifacts.
  • Task Completion Check: Assess if all tasks are completed and requirements are met.
  • Spec Coverage Analysis: Verify that all requirements are implemented and covered by the codebase.
  • Coherence Validation: Ensure that the implementation adheres to the design and follows coding patterns.

Quick Start

Run the 'openspec-verify-change' skill with the change name to verify implementation alignment.

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 aligns with change artifacts before archiving?

Spec coverage analysis validates that all specified requirements are implemented and covered by the codebase. It cross-references the provided change artifacts to ensure every task is completed and requirements are met without gaps.

Do I need the openspec CLI to check implementation alignment with specs?

Coherence validation ensures the implementation adheres to the specified design and follows established coding patterns. It checks that the codebase maintains structural consistency with the provided change artifacts throughout the implementation.

What is the best way to check task completion and spec compliance for a software change?

Spec coverage analysis validates that all specified requirements are implemented and covered by the codebase. It cross-references the provided change artifacts to ensure every task is completed and requirements are met without gaps.

How do I ensure implementation coherence with design patterns during code review?

Yes, the openspec CLI is required for artifact retrieval and analysis during change verification. It provides the necessary interface to fetch specs, tasks, and design documents to validate implementation alignment and coherence.

Can I automate spec compliance checks for software changes before archiving?

The best way to check task completion is running an automated verification process that assesses whether all tasks are completed and requirements are met. It validates spec compliance by analyzing the implementation against the provided change artifacts.