openspec-continue-change

Continues an OpenSpec change workflow by generating the next required artifact.

114|47|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/huangjia2019/sdd-in-action --skill openspec-continue-change-huangjia2019
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/huangjia2019/sdd-in-action/tree/main/week2/code/.opencode/skills/openspec-continue-change
Command: npx skills add https://github.com/huangjia2019/sdd-in-action --skill openspec-continue-change-huangjia2019

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continues an OpenSpec change by creating the next artifact and guiding the user through the workflow.

Core Features & Use Cases

  • List available changes with openspec list --json.
  • Check status with openspec status and fetch instructions with openspec instructions.
  • Generate the next artifact for the selected change and progress the workflow.
  • If all artifacts are complete, provide completion guidance.

Quick Start

List changes with openspec list --json, then run openspec continue-change --change '<name>' to generate the next artifact.

Frequently Asked Questions about openspec-continue-change

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

FAQPage Schema
How do I advance an OpenSpec change to the next artifact?

To advance an OpenSpec change, list changes with openspec list --json, check status, select a change, and generate the next artifact to progress the workflow. If artifacts are complete, you receive completion guidance.

What is the OpenSpec change workflow process?

The OpenSpec change workflow involves listing changes, checking status, fetching instructions, and generating artifacts sequentially. It uses JSON outputs from openspec list/status/instructions to determine which artifact to create next.

Do I need the OpenSpec CLI to continue a change?

Yes, you need the OpenSpec CLI to continue a change. The workflow requires JSON outputs from openspec list, status, and instructions commands to determine which artifact to create and prompt for selection when needed.

How do I check the status of my OpenSpec changes?

To check OpenSpec changes, use the openspec status command. This provides JSON outputs that show which artifacts are complete and which need to be generated to progress the workflow further.

What happens when all OpenSpec artifacts are complete?

When all OpenSpec artifacts are complete, the workflow provides completion guidance. The process concludes by recognizing that no further artifacts need generation for the selected change.

Can I automate OpenSpec change progression across multiple changes?

Yes, you can automate OpenSpec change progression across multiple changes. The workflow lists available changes via JSON, checks their status, and prompts for selection to generate the next artifact for the chosen change.