openspec-apply-change

Implement tasks from an OpenSpec change using the openspec CLI.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/twaananen/6dof-drone-sim --skill openspec-apply-change-twaananen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/twaananen/6dof-drone-sim/tree/main/.agents/skills/openspec-apply-change
Command: npx skills add https://github.com/twaananen/6dof-drone-sim --skill openspec-apply-change-twaananen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of tracking and executing implementation tasks defined in an OpenSpec change, keeping task checkboxes and progress in sync with actual code work. ## Core Features & Use Cases - Change Selection: Automatically infers the active change from context or lists available changes via openspec list --json when ambiguous. - Schema-Aware Execution: Reads status and apply instructions from the openspec CLI to adapt to different workflow schemas such as spec-driven. - Task Loop with Progress Tracking: Implements each pending task, marks checkboxes complete in the tasks file, and reports progress as N/M tasks complete. - Use Case: A developer has an approved OpenSpec change with 7 tasks. Invoke this Skill to work through each task sequentially, updating the tasks file after every completion until the change is ready to archive. ## Quick Start Ask the assistant to start implementing the tasks for your current OpenSpec change, optionally naming the change explicitly.

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 tasks from an OpenSpec change?▼

Invoke the apply workflow with an optional change name. It runs openspec status and instructions commands, reads the context files, then works through each pending task and marks checkboxes complete in the tasks file.

What happens if I don't specify a change name in OpenSpec?▼

The workflow infers the change from conversation context or auto-selects when only one active change exists. If ambiguous, it runs openspec list --json and asks you to pick from the available changes.

Does openspec-apply-change require the openspec CLI?▼

Yes, the openspec CLI is a hard requirement. All status checks, apply instructions, and change listings are executed through openspec commands such as openspec status --change and openspec instructions apply.

What happens when an OpenSpec change is blocked or missing artifacts?▼

When the CLI reports a blocked state due to missing artifacts, the workflow shows the message and suggests continuing artifact creation instead of implementing. It never guesses or proceeds without the required context files.

Can I pause implementation and resume an OpenSpec change later?▼

Yes, the workflow pauses on unclear tasks, design issues, errors, or user interruption and reports current progress. Because task checkboxes are updated after each completion, you can resume later from the remaining tasks.