openspec-apply-change

Orchestrate OpenSpec change application with status checks and task execution.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/arestivo/qoodle --skill openspec-apply-change-arestivo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/arestivo/qoodle/tree/main/.claude/skills/openspec-apply-change
Command: npx skills add https://github.com/arestivo/qoodle --skill openspec-apply-change-arestivo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec changes require disciplined orchestration to apply updates across a codebase. This Skill provides a repeatable, guided workflow to manage change selection, status checks, context reading, and task execution until completion.

Core Features & Use Cases

  • Automates selecting a change, checking its status, and reading the required context files from OpenSpec.
  • Guides users through implementing tasks in order, updating task checkboxes as work progresses.
  • Supports interleaved actions on a change, including artifact updates when design issues arise and clear pause/resume prompts.

Quick Start

  • Start by listing available changes: openspec list --json
  • Show the status of a change: openspec status --change "<name>" --json
  • Retrieve and apply instructions: openspec instructions apply --change "<name>" --json
  • Begin implementation and update tasks until all are complete

Frequently Asked Questions about openspec-apply-change

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

FAQPage Schema
How do I automate applying OpenSpec changes across a codebase?

Automating OpenSpec changes involves orchestrating status checks, reading context files, and executing tasks in order. This workflow guides you through selecting a change, implementing required tasks, and updating progress checkboxes until all items are complete.

What is the best way to track real-time task progress for CLI-based change management?

Real-time task progress tracking for CLI-based change management is handled by updating task checkboxes as implementation progresses. The workflow pauses and resumes based on user prompts, ensuring each task is completed sequentially before moving forward.

How do I start applying incremental changes using OpenSpec?

Start applying incremental changes by listing available changes with the CLI, checking a specific change's status, retrieving apply instructions, and then implementing tasks sequentially while updating progress until completion.

Can I pause and resume task execution when managing OpenSpec changes?

Yes, task execution for OpenSpec changes supports clear pause and resume prompts. This interleaved action capability allows you to stop implementation, update artifacts if design issues arise, and resume the workflow seamlessly.

Does OpenSpec apply change workflow require reading context files before implementation?

Yes, reading context files is a required step before implementation. The workflow automates retrieving these context files from OpenSpec to ensure you have the necessary information before beginning task execution.

What happens if I encounter design issues while implementing OpenSpec tasks?

If design issues arise during task implementation, the workflow supports interleaved actions including artifact updates. You can address the design problem, update related artifacts, and then continue with the guided task execution process.