openspec-continue-change

Create the next pending OpenSpec workflow artifact from schema-defined templates.

17|6|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/gmf520/openspec-agents --skill openspec-continue-change-gmf520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/gmf520/openspec-agents/tree/main/.cursor/skills/openspec-continue-change
Command: npx skills add https://github.com/gmf520/openspec-agents --skill openspec-continue-change-gmf520

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you continue an in-progress OpenSpec change by generating exactly the next required artifact in the correct order, without guessing what should come next.

Core Features & Use Cases

  • Progress-aware continuation: Checks the change status and advances only when the next artifact is marked ready.
  • Correct sequencing with dependencies: Reads completed dependency artifacts before writing the next one to preserve workflow consistency.
  • Schema-driven outputs: Uses the CLI-provided template and instruction to create the right file for the active workflow schema.

Quick Start

Ask it to continue your current OpenSpec change by saying: Continue the OpenSpec change and create 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 automatically generate the next artifact in a specification-driven development workflow?

To generate the next artifact in a specification-driven workflow, you need a system that checks the current change status and advances only when dependencies are resolved. This ensures the correct file is created in the proper sequence.

What is the correct sequence for advancing an OpenSpec change across proposals and specs?

Advancing an OpenSpec change requires reading completed dependency artifacts before writing the next pending file. This schema-driven sequencing preserves workflow consistency across proposals, specs, designs, and tasks.

How does state machine workflow orchestration handle dependency resolution for artifact generation?

State machine workflow orchestration handles dependency resolution by evaluating artifact readiness before generation. It reads completed dependencies and applies schema-driven instructions to ensure the output file matches the active workflow constraints.

Can I use CLI automation to safely continue an in-progress OpenSpec change?

Yes, you can use CLI automation to continue an OpenSpec change safely. By running list and status commands, the automation selects the first ready artifact and uses instructions to write the output to the specified path.

What happens if I try to generate an artifact before its workflow dependencies are completed?

If workflow dependencies are not completed, artifact generation will not advance. The system checks change status and only progresses when the next artifact is explicitly marked ready, preventing out-of-order file creation.

Does schema-driven documentation generation work with custom artifact chains?

Yes, schema-driven documentation generation works with custom artifact chains. It uses CLI-provided templates and instructions to create the right file for the active workflow schema while respecting context and rules as constraints.