openspec-continue-change

Generate the next OpenSpec artifact in sequence after status checks.

Updated Nov 26, 2025
One-click install
npx skills add https://github.com/hmj1026/docker_run --skill openspec-continue-change-hmj1026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/hmj1026/docker_run/tree/main/.gemini/skills/openspec-continue-change
Command: npx skills add https://github.com/hmj1026/docker_run --skill openspec-continue-change-hmj1026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continues an OpenSpec change by generating the next artifact and guiding the user to select the target change to work on.

Core Features & Use Cases

  • Guides you to select the change to work on using the openspec CLI.
  • Creates the next artifact in the current workflow, honoring artifact order and dependencies.
  • Checks artifact status and dependencies before creation to avoid out-of-order work.
  • Provides prompts and guardrails to prevent bypassing steps and to handle ambiguity.

Quick Start

Continue the current OpenSpec change 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 generate the next artifact for an OpenSpec change?

You can continue an OpenSpec change by selecting the target change through the CLI, which checks artifact status and dependencies before generating the next artifact in the workflow sequence.

What is the OpenSpec change workflow process?

The OpenSpec change workflow is a sequential artifact creation process that queries status in JSON format, checks dependencies, and uses template-guided instructions to produce artifacts in strict order.

Does OpenSpec check artifact dependencies before creating the next one?

Yes, OpenSpec checks artifact status and dependencies before creation to prevent out-of-order work, applying guardrails and prompts to stop users from bypassing required workflow steps.

Can I skip artifacts when progressing an OpenSpec change?

No, you cannot skip artifacts as the workflow applies guardrails and prompts to prevent bypassing steps, ensuring all sequential artifact dependencies are satisfied before creation.

Why does my OpenSpec change workflow not let me create the next artifact?

Your OpenSpec workflow likely blocks artifact creation because status checks indicate unresolved dependencies, triggering guardrails that prevent out-of-order progression until prior artifacts are complete.