openspec-continue-change

Select and scaffold the next OpenSpec artifact using the openspec CLI.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/caelaxie/agenthub --skill openspec-continue-change-caelaxie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/caelaxie/agenthub/tree/main/.opencode/skills/openspec-continue-change
Command: npx skills add https://github.com/caelaxie/agenthub --skill openspec-continue-change-caelaxie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The OpenSpec workflow often stalls after an initial artifact; this skill guides you to identify and create the next artifact in the correct sequence, keeping changes progressing smoothly.

Core Features & Use Cases

  • Determine the next artifact to create by inspecting the current change status with the openspec CLI.
  • Retrieve and interpret artifact readiness and dependencies to ensure proper sequencing.
  • Generate the next artifact using the provided templates and instructions, updating the designated output path.

Quick Start

Ask me to continue your OpenSpec change, and I will guide you through selecting the next artifact and generate it.

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, the skill reads your current change status via the openspec CLI, determines the next artifact based on readiness and dependencies, and scaffolds it using instruction templates at the prescribed output path.

What is the correct sequence for creating artifacts in an OpenSpec workflow?

The correct artifact sequence in an OpenSpec workflow is determined by inspecting artifact readiness and dependencies, ensuring each new artifact is generated in the proper order to keep changes progressing smoothly.

Do I need the openspec CLI to automate workflow artifact generation?

Yes, you need the openspec CLI installed to automate artifact generation, as the skill relies on it to read the current change status and identify which artifact to scaffold next.

Why does my OpenSpec workflow stall after creating the initial artifact?

An OpenSpec workflow stalls after an initial artifact because subsequent artifacts must follow a specific dependency sequence; this skill resolves the stall by identifying and scaffolding the exact next artifact required.

Can I use spec management templates to scaffold artifacts out of order?

No, scaffolding artifacts out of order is prevented because the skill enforces dependency awareness by reading the current change status, ensuring it only generates artifacts when their dependencies are met.