openspec-apply-change

Orchestrate OpenSpec change tasks with status checks and incremental implementation.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/yandiaan/penginfo-handal-hackathon --skill openspec-apply-change-yandiaan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/yandiaan/penginfo-handal-hackathon/tree/main/.qoder/skills/openspec-apply-change
Command: npx skills add https://github.com/yandiaan/penginfo-handal-hackathon --skill openspec-apply-change-yandiaan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement tasks from an OpenSpec change by guiding users through a structured, repeatable workflow that reads context, tracks progress, and applies changes incrementally.

Core Features & Use Cases

  • Change orchestration: select, validate, and apply a requested OpenSpec change.
  • Status-driven execution: fetch status, read relevant context files, and determine next steps.
  • Progressful iteration: show current progress, highlight remaining tasks, and pause on blockers with guidance.
  • Flexible workflow: allow interleaved actions on a change and update artifacts as needed.

Quick Start

Select the OpenSpec change and begin implementing its tasks step by step until all tasks 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 OpenSpec change management and task implementation?

Automate OpenSpec change management by selecting a change, checking its status, retrieving context, and iteratively implementing tasks until completion. The workflow enforces incremental code changes and pauses on blockers with guidance.

What is the best way to track progress when applying spec-driven changes?

Track progress in spec-driven workflows by fetching the current status, reading relevant context files, and showing remaining tasks. The process highlights current progress and determines next steps to safely apply changes.

Do I need the openspec CLI to guide change implementation?

Yes, you need the openspec CLI to guide change implementation. The workflow requires this CLI to orchestrate task status, validate the selected change, and enforce the structured execution of incremental code changes.

How does a guided workflow handle blockers during task automation?

Guided workflow handles blockers during task automation by pausing execution and providing guidance. It enforces safe state handling and stops the iterative implementation process until the blocker is resolved.

Can I interleave actions and update artifacts during an OpenSpec change workflow?

Yes, you can interleave actions and update artifacts during an OpenSpec change workflow. The flexible workflow allows interleaved actions on a change and updates artifacts as needed while orchestrating tasks.

Why does the change implementation process enforce minimal incremental code changes?

The change implementation process enforces minimal incremental code changes to ensure a safe, structured workflow. By applying small updates iteratively and tracking state, it maintains stability across spec-driven tasks.