openspec-continue-change

Create the next OpenSpec artifact for a selected change.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ishibata91/ai-translation-engine-2 --skill openspec-continue-change-ishibata91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/ishibata91/ai-translation-engine-2/tree/main/.agent/skills/openspec-continue-change
Command: npx skills add https://github.com/ishibata91/ai-translation-engine-2 --skill openspec-continue-change-ishibata91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates continuing an OpenSpec change by generating the next artifact in the workflow, helping teams keep their spec work moving forward.

Core Features & Use Cases

  • Guides the user to select the appropriate change and creates the next artifact using the OpenSpec CLI.
  • Validates prerequisites by reading completed artifacts and enforces artifact order to preserve workflow integrity.
  • Use Case: A product team needs to progress from a proposal to specs and design without losing context and alignment.

Quick Start

Select the most recently modified change and create the next artifact using the OpenSpec CLI.

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 in the workflow?

To continue an OpenSpec change, select the target change and the system automatically generates the next artifact using the CLI. It evaluates status checks and dependencies to determine whether to create a proposal, specs, design, or tasks file next, writing to the specified output path.

What is the correct order for creating OpenSpec artifacts like proposals and specs?

OpenSpec artifacts must be created in a specific order: proposal, specs, design, and tasks. The workflow enforces these guardrails by validating prerequisites and reading completed artifacts before allowing the next one to be generated, preserving workflow integrity.

How does OpenSpec automate change management for spec workflows?

OpenSpec automates change management by using the CLI to apply templates and create the next artifact for a selected change. It excludes context and rules from the content while writing to the specified output path, keeping spec work moving forward.

Do I need the OpenSpec CLI to create specs and design artifacts?

Yes, the OpenSpec CLI is required to create specs and design artifacts. The automation uses the CLI to apply templates, enforce artifact order, and write the next file to the correct output path based on status checks and dependencies.

Why does my OpenSpec workflow prevent me from generating a design artifact?

Your OpenSpec workflow prevents design artifact generation because it enforces artifact order and validates prerequisites. It checks status and dependencies to ensure prior artifacts like proposals and specs are completed first before proceeding.

Can I skip the proposal step and create specs directly in OpenSpec?

No, you cannot skip the proposal step in OpenSpec. The workflow enforces guardrails that require creating artifacts in order, ensuring the proposal is completed before generating specs, design, or tasks files.