openspec-apply-change

Orchestrate OpenSpec change tasks and synchronize task status updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you take an OpenSpec change from plan to implementation without losing track of the required tasks, context, or progress state.

Core Features & Use Cases

  • Change Selection: Identify the correct OpenSpec change from conversation context or available active changes.
  • Workflow Coordination: Read status, load instructions, and follow the right schema-specific context files before coding.
  • Task-by-Task Execution: Implement pending tasks one at a time, update task checkboxes, and stop cleanly when blocked or unclear.
  • Use Case: A developer wants to continue a partially completed spec-driven change and needs the AI to resume safely from the current task list.

Quick Start

Use this skill to continue the relevant OpenSpec change, load its apply instructions, and complete the remaining tasks while keeping the task file updated.

Frequently Asked Questions about openspec-apply-change

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

FAQPage Schema
How do I resume a partially completed spec-driven change without losing task progress?

To resume a partially completed spec-driven change, load the active change, read its current task list, and continue executing pending tasks one by one while updating the task file checkboxes to synchronize progress state safely.

What is the best way to implement OpenSpec change tasks sequentially?

The best way to implement OpenSpec change tasks is by orchestrating task-by-task execution, reading the schema-specific context files before coding, and immediately updating each task checkbox in the file to maintain accurate workflow coordination.

Do I need the openspec CLI to automate change implementation workflows?

Yes, automating change implementation requires the openspec CLI to inspect status, retrieve apply instructions, and load the necessary schema-driven context files before safely completing the required code changes.

How does workflow coordination handle blocked or unclear tasks during change implementation?

Workflow coordination handles blocked tasks by stopping the change implementation cleanly when instructions are unclear, ensuring no task checkboxes are incorrectly updated and the current progress state remains accurately synchronized.

Can I select a specific OpenSpec change from conversation context to start coding?

Yes, you can select a specific OpenSpec change to start coding by identifying the correct change target directly from the conversation context or by choosing from the list of available active changes.