openspec-apply-change

Implement OpenSpec change tasks with progress and status updates.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vidos-id/usecase-demos --skill openspec-apply-change-vidos-id
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-apply-change
Source: https://github.com/vidos-id/usecase-demos/tree/main/.agents/skills/openspec-apply-change
Command: npx skills add https://github.com/vidos-id/usecase-demos --skill openspec-apply-change-vidos-id

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the implementation of tasks defined within an OpenSpec change, streamlining the development workflow by managing task execution and progress tracking.

Core Features & Use Cases

  • Task Implementation: Executes defined tasks from an OpenSpec change, handling progress and status updates.
  • Contextual Awareness: Infers or prompts for the specific change to work on, adapting to conversation context.
  • Use Case: When a new feature is defined in OpenSpec, this Skill can be invoked to start implementing the associated tasks, ensuring adherence to the specified schema and progress.

Quick Start

Use the openspec-apply-change skill to implement tasks for the 'new-user-auth' change.

Frequently Asked Questions about openspec-apply-change

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

FAQPage Schema
How do I implement tasks defined in an OpenSpec change?

To implement OpenSpec change tasks, use a workflow automation skill that reads context files, checks status, and batches tasks for execution via the openspec CLI. It manages progress updates and ensures structured implementation of your defined development tasks.

How does workflow automation handle progress tracking for development tasks?

Workflow automation handles progress tracking by managing task execution and status updates through a defined workflow. It reads context files and applies task batching to execute implementation steps while maintaining current progress states.

Do I need the openspec CLI to automate task implementation?

Yes, you need the openspec CLI installed to automate task implementation. The CLI is required for interaction, allowing the system to check statuses, read context files, and batch execute defined development tasks.

Can I batch execute multiple development tasks from a single OpenSpec change?

Yes, you can batch execute multiple development tasks from a single OpenSpec change. The implementation workflow supports task batching to streamline execution and automatically manage progress updates across the batch.

What is the best way to manage structured implementation of new features?

The best way to manage structured implementation is using OpenSpec changes to define tasks, then applying an automated workflow to execute them. This ensures adherence to specified schemas and tracks progress through status updates.