openspec-continue-change

Generate the next OpenSpec change artifact according to the current schema.

45|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Charles5277/nuxt-supabase-starter --skill openspec-continue-change-charles5277
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/Charles5277/nuxt-supabase-starter/tree/main/.claude/skills/openspec-continue-change
Command: npx skills add https://github.com/Charles5277/nuxt-supabase-starter --skill openspec-continue-change-charles5277

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec changes sometimes stall when progress requires creating the next artifact; this skill guides you to continue the workflow by generating the next artifact for the active change.

Core Features & Use Cases

  • Artifact progression: generate the next artifact to advance a change
  • Status-aware prompts: reads current state and guides you to select or continue
  • Guardrails and dependencies: enforces order and reads completed artifacts to ensure consistent progression

Quick Start

Ask me to continue an OpenSpec change to generate the next artifact for the active 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?

To generate the next artifact for an OpenSpec change, you prompt the skill to continue the active change. It reads the current state, enforces artifact order, and writes the new artifact to the specified path.

Why does my OpenSpec workflow stall when creating artifacts?

An OpenSpec workflow stalls when creating the next artifact requires guided progression. This skill resolves the stall by reading completed dependency artifacts and generating the subsequent one according to the current schema.

How does artifact order enforcement work in OpenSpec change management?

Artifact order enforcement works by reading completed dependency artifacts before allowing progression. This ensures consistent workflow advancement by validating the current state and applying contextual constraints before writing the new artifact.

Can I select a specific target change to continue in OpenSpec?

Yes, you can select a specific target change to continue in OpenSpec. The skill uses status-aware prompts to read the current state, allowing you to select the target change before generating the subsequent artifact.

What is the best way to automate OpenSpec artifact progression?

The best way to automate OpenSpec artifact progression is using a CLI workflow skill that applies schema constraints and dependency checks. It determines the next artifact and writes it to the correct path to advance the change.