openspec-continue-change

Create the next OpenSpec workflow artifact based on current status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SinesysTech/diegobarbosa-os --skill openspec-continue-change-sinesystech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/SinesysTech/diegobarbosa-os/tree/main/.cursor/skills/openspec-continue-change
Command: npx skills add https://github.com/SinesysTech/diegobarbosa-os --skill openspec-continue-change-sinesystech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users continue their work on an OpenSpec change by creating the next required artifact in a defined workflow, ensuring progress and adherence to the specified process.

Core Features & Use Cases

  • Progress Workflow: Automatically determines and creates the next artifact needed for an OpenSpec change.
  • Contextual Guidance: Uses the OpenSpec CLI to understand the current state of a change and its artifact requirements.
  • Artifact Generation: Creates specific artifact files (e.g., proposals, specs, designs, tasks) based on schema instructions.
  • Use Case: After creating a proposal for a new feature, use this Skill to automatically generate the corresponding specification file based on the defined schema.

Quick Start

Use the openspec-continue-change skill to create the next artifact for the 'user-authentication' change.

Frequently Asked Questions about openspec-continue-change

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

FAQPage Schema
How do I generate the next artifact for an OpenSpec change workflow?▼

To generate the next artifact for an OpenSpec change workflow, the skill checks the current status via the CLI and creates the next required file, such as a proposal, spec, design, or task, based on defined schema instructions.

What is the OpenSpec change workflow process for artifact generation?▼

The OpenSpec change workflow process involves creating artifacts sequentially. The skill checks the current change status, determines the next required artifact in the dependency chain, and generates exactly one artifact per invocation.

How do I check which OpenSpec artifact to create next?▼

You can check which OpenSpec artifact to create next by running the status check command. The skill uses the CLI to list available changes, evaluate the current progress, and determine the next required file in the sequence.

Can I generate multiple OpenSpec artifacts at once?▼

No, you cannot generate multiple OpenSpec artifacts at once. The skill strictly follows artifact sequences and dependency requirements, ensuring exactly one artifact is created per invocation to maintain workflow integrity.

What do I need to start generating OpenSpec specifications and proposals?▼

To start generating OpenSpec specifications and proposals, you need the OpenSpec CLI installed and an existing change workflow. If a change name is not provided, the skill prompts you to select from available changes.

Why does my OpenSpec workflow fail to create the next design or task file?▼

An OpenSpec workflow may fail to create the next design or task file if dependency requirements are not met. The skill strictly follows artifact sequences, requiring the previous artifact to exist before generating the next one.