openspec-continue-change

Generate the next OpenSpec change artifact from the current state.

14|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill openspec-continue-change-wzyxdwll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/wzyxdwll/ccgx-workflow/tree/main/.agents/skills/openspec-continue-change
Command: npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill openspec-continue-change-wzyxdwll

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continue OpenSpec changes by creating the next artifact in the workflow to progress a change without losing context or structure.

Core Features & Use Cases

  • Automates the creation of the next artifact for an OpenSpec change based on the current state.
  • Enforces artifact ordering and reads dependency artifacts to provide context for the new artifact.
  • Supports interactive prompts when ambiguity exists and ensures guardrails to prevent out-of-order execution.

Quick Start

Tell me to generate the next artifact for the current OpenSpec change and I will create it according to the schema.

Frequently Asked Questions about openspec-continue-change

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

FAQPage Schema
How do I continue an OpenSpec change and generate the next artifact?

To continue an OpenSpec change, this skill reads the current change state, selects the appropriate next artifact, and writes it using the prescribed template. It enforces orderly progression by reading dependencies from completed artifacts.

How does artifact ordering work when advancing a change workflow?

Artifact ordering is enforced through guardrails that prevent out-of-order execution. The skill evaluates the current change state and selects the appropriate artifact to create next, ensuring dependencies from completed artifacts are read before generating the new one.

What happens if there is ambiguity when creating the next workflow artifact?

When ambiguity exists during artifact creation, the skill supports interactive prompts to request clarification. This ensures the generated artifact accurately reflects the required change context before writing it according to the schema.

Can I use this to automate change management artifact creation from the command line?

Yes, you can automate change management by instructing the skill to generate the next artifact for the current OpenSpec change. It automatically selects the appropriate artifact and writes it using the prescribed template without losing context.

Do I need to manually provide context from previous artifacts to generate the next one?

No, you do not need to manually provide context. The skill reads dependencies from completed artifacts automatically to supply the necessary context for the new artifact, preventing out-of-order execution and maintaining structural integrity.

Why does my OpenSpec change workflow prevent out-of-order artifact generation?

Out-of-order artifact generation is prevented by enforced guardrails within the workflow. The skill reads the current change state to ensure orderly progression, requiring completed dependency artifacts before creating the next one.