openspec-apply-change

Select and implement OpenSpec changes using the openspec CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/anaclumos/verifidia --skill openspec-apply-change-anaclumos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/anaclumos/verifidia/tree/main/.opencode/skills/openspec-apply-change
Command: npx skills add https://github.com/anaclumos/verifidia --skill openspec-apply-change-anaclumos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams through applying OpenSpec changes by orchestrating change selection, status checks, contextual reading, task execution, and progress tracking in a cohesive workflow.

Core Features & Use Cases

  • Guided change selection: Determine which OpenSpec change to apply based on context and available changes.
  • Contextual execution: Read status and context files to drive the implementation steps.
  • Progress tracking & iteration: Show current progress, handle blocked states, and loop through tasks until completion.
  • Artifact updates: Propose adjustments to artifacts when design issues are uncovered during implementation.

Quick Start

Select the change to apply and begin implementing its tasks using the openspec CLI.

Frequently Asked Questions about openspec-apply-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement OpenSpec changes end-to-end using a CLI?

To apply an OpenSpec change end-to-end, the workflow reads status and context files to drive task execution, handles blocked states, and loops through tasks until the change is complete.

What is the guided workflow for selecting and applying an OpenSpec change?

An OpenSpec change workflow determines which change to apply based on available context, reads the necessary status files, and orchestrates the execution of its tasks in a cohesive sequence.

Do I need the openspec CLI to track task implementation progress?

Yes, the openspec CLI is required to execute changes, update task states, and track implementation progress through completion.

How do I handle blocked states when executing OpenSpec task implementation?

When handling blocked states during OpenSpec task implementation, the workflow pauses for clarification, allows you to resolve dependencies, and proposes adjustments to artifacts if design issues are uncovered.

Can I propose artifact adjustments during OpenSpec change execution?

Yes, you can propose adjustments to artifacts during OpenSpec change execution when design issues are uncovered, ensuring the implementation adapts to different schemas while pausing for clarification when needed.

What are the limitations of using openspec for change management?

OpenSpec change management requires the CLI and readable context files, adapts to specific schemas, and pauses execution when blocked or when clarification is needed, limiting fully automated unattended runs.