openspec-apply-change

Apply OpenSpec changes by executing tasks from the OpenSpec CLI.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/roger8b/slideflow --skill openspec-apply-change-roger8b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/roger8b/slideflow/tree/main/.gemini/skills/openspec-apply-change
Command: npx skills add https://github.com/roger8b/slideflow --skill openspec-apply-change-roger8b

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the implementation of OpenSpec changes, streamlining the process for applying modifications to projects and tracking progress.

Core Features & Use Cases

  • Change Implementation: Automatically apply tasks from OpenSpec changes.
  • Status Checking: Track the implementation progress of each change.
  • Task Management: Iterate through tasks, complete them, and report status.
  • Use Case: Ideal for developers or project managers working on changes to their codebase that require multiple steps or are based on external factors like spec changes.

Quick Start

To apply a change from OpenSpec, use the command: /skill:apply <change-name>

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 task execution from OpenSpec changes?

You can automate task execution from OpenSpec changes by running the apply command, which iterates through schema-driven tasks, executes them, and parses JSON status updates for workflow tracking.

What is the best way to track implementation progress for OpenSpec changes?

Tracking implementation progress for OpenSpec changes is done by parsing JSON status updates generated during task execution, allowing you to monitor and report the completion status of each change.

Do I need the openspec CLI to apply changes to my projects?

Yes, the openspec CLI is required to apply changes, as the tool directly integrates with OpenSpec's command line interface to manage and execute schema-driven tasks.

Can I handle dynamic instructions when applying schema-driven tasks?

Yes, dynamic instructions are supported when applying schema-driven tasks, as the change management process supports dynamic task parameters and integrates them into the automated workflow.

How to manage multi-step codebase changes based on external spec modifications?

Manage multi-step codebase changes based on external spec modifications by using a task automation CLI that applies OpenSpec changes by iterating through tasks, executing them sequentially, and reporting completion status.