openspec-continue-change

Creates the next required OpenSpec change artifact via the openspec CLI.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chuangkevin/project-bridge --skill openspec-continue-change-chuangkevin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/chuangkevin/project-bridge/tree/main/.gemini/skills/openspec-continue-change
Command: npx skills add https://github.com/chuangkevin/project-bridge --skill openspec-continue-change-chuangkevin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users progress an OpenSpec-managed change by selecting the correct change, inspecting its status, and creating the next required artifact in the workflow so work doesn't stall and artifacts remain consistent with schema rules.

Core Features & Use Cases

  • Prompts the user to choose a change when the name is not provided and recommends the most recently modified change.
  • Uses the openspec CLI to fetch change status, selects the first ready artifact, reads completed dependencies, and writes a single artifact file following template, context, and rules.
  • Provides progress updates after creation and enforces guardrails like creating only one artifact per invocation and validating artifact unlocking and ordering.

Quick Start

Continue the change named "pricing-update" and create the next artifact following the project's openspec instructions.

Frequently Asked Questions about openspec-continue-change

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

FAQPage Schema
How do I create the next artifact for an OpenSpec change?

To create an OpenSpec change artifact, you use the openspec CLI to select a specific change, fetch its current status, read completed dependencies, and write a single output file following the enforced schema rules and templates.

How does OpenSpec change management workflow select which artifact to generate?

The OpenSpec workflow selects the first ready artifact by inspecting the change status via the openspec CLI, ensuring dependency artifacts are completed and unlocking rules are validated before generating the next required document.

Can I generate multiple spec documents for an OpenSpec change in one run?

No, you cannot generate multiple spec documents at once. The workflow enforces a strict guardrail of creating exactly one artifact per invocation to maintain consistency and validate artifact ordering.

Do I need the openspec CLI to generate proposal and design documents?

Yes, the openspec CLI is required to generate proposal and design documents. It is used to list changes, fetch status and instructions, read dependencies, and enforce schema rules when writing the output file.

What happens if I don't specify a change name when advancing an OpenSpec workflow?

If you do not specify a change name, the workflow will prompt you to choose one and will automatically recommend the most recently modified change to help you continue progressing without delay.

What are the limitations of automating OpenSpec artifact generation?

A key limitation is that automation creates only one artifact per invocation and strictly enforces artifact unlocking and ordering rules, meaning you cannot skip steps or bypass dependency validation when generating specs.