openspec-apply-change

Implement OpenSpec change tasks iteratively until completion or blocker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of implementing tasks defined within an OpenSpec change, streamlining the development workflow.

Core Features & Use Cases

  • Task Implementation: Executes predefined tasks from an OpenSpec change, updating progress as it goes.
  • Contextual Awareness: Infers or prompts for the correct change if not explicitly provided.
  • Progress Tracking: Monitors and reports on task completion status.
  • Use Case: When a new feature is defined in OpenSpec, this Skill can be used to start implementing the associated tasks, ensuring adherence to the specification.

Quick Start

Use the openspec-apply-change skill to implement the tasks for the change named 'feature-x'.

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 implementation of tasks defined in an OpenSpec change?

To automate OpenSpec task implementation, you can use a spec-driven workflow skill that parses change status, retrieves apply instructions, and iteratively executes tasks until completion or a blocker is encountered.

How do I start implementing a new feature defined in OpenSpec?

Start implementing an OpenSpec feature by invoking the apply-change skill with the target change name. The skill infers or prompts for the correct change, reads context files, and begins task execution automatically.

Does OpenSpec task automation require the openspec CLI?

Yes, OpenSpec task automation requires the openspec CLI for interaction. The skill relies on the CLI to parse change status, retrieve apply instructions, and iteratively implement tasks within the development workflow.

How does OpenSpec track progress during automated task implementation?

OpenSpec tracks progress during automated task implementation by monitoring the change status and reporting on task completion. It iteratively implements tasks and stops only when the change is complete or a blocker is encountered.

What happens when an OpenSpec change implementation hits a blocker?

When an OpenSpec change implementation hits a blocker, the automated task execution stops. The skill iteratively implements tasks until completion or until it encounters a blocker, ensuring adherence to the specification up to that point.