openspec-apply-change

Automate OpenSpec change implementation using CLI commands and status checks.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hossam7amdy/easy-auth --skill openspec-apply-change-hossam7amdy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/hossam7amdy/easy-auth/tree/main/.agent/skills/openspec-apply-change
Command: npx skills add https://github.com/hossam7amdy/easy-auth --skill openspec-apply-change-hossam7amdy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams through OpenSpec change workflows, turning vague change narratives into concrete, actionable steps and ensuring changes are implemented consistently.

Core Features & Use Cases

  • Change selection and status awareness: Automatically determine which OpenSpec changes to apply, what remains, and when to proceed.
  • Guided execution: Step through status checks, apply instructions, and update task artifacts until all tasks are complete.
  • Variant workflows: Works with multiple OpenSpec schemas and reads context from the generated artifacts to adapt guidance.

Quick Start

Run openspec list to view available changes, then openspec status --change "<name>" --json to inspect progress, and finally openspec instructions apply --change "<name>" --json to begin implementing tasks.

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 implementation tasks end-to-end?

Automating OpenSpec change implementation requires a Skill that checks change status, fetches apply instructions, and guides iterative task updates until completion. It uses the OpenSpec CLI to apply changes across multiple schemas consistently.

What is the OpenSpec change workflow for guiding task execution?

The OpenSpec change workflow turns vague change narratives into concrete, actionable steps. It involves selecting changes, checking status via CLI, and stepping through apply instructions to update task artifacts until all tasks are complete.

Do I need the OpenSpec CLI to apply change management tasks?

Yes, applying OpenSpec change management tasks requires the OpenSpec CLI and access to the change repository. The CLI fetches status, apply instructions, and contextual artifacts needed to guide iterative task updates.

How do I check OpenSpec change status and fetch apply instructions?

To check OpenSpec change status, run openspec status --change "<name>" --json. Fetch apply instructions by running openspec instructions apply --change "<name>" --json to begin implementing tasks and guiding updates.

Can I use this automated code workflow with multiple OpenSpec schemas?

Yes, this automated code workflow supports variant workflows and works with multiple OpenSpec schemas. It reads context from generated artifacts to adapt guidance for consistent change implementation across different schema structures.

What's the best way to manage code workflow changes until completion?

The best way to manage code workflow changes is through guided iterative execution. By repeatedly checking change status and applying instructions via OpenSpec CLI, teams ensure changes are implemented consistently and all task artifacts are updated until completion.