openspec-continue-change

Create the next OpenSpec artifact and update workflow state.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/woutervanranst/Arius7 --skill openspec-continue-change-woutervanranst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/woutervanranst/Arius7/tree/main/.opencode/skills/openspec-continue-change
Command: npx skills add https://github.com/woutervanranst/Arius7 --skill openspec-continue-change-woutervanranst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continue working on an OpenSpec change by creating the next artifact.

Core Features & Use Cases

  • Interactive continuation: prompts for the target change when multiple changes exist and ensures the correct workflow progression.
  • Status-driven artifact creation: checks current artifact status and creates a single artifact per invocation following the OpenSpec schema.
  • Dependency-aware: reads completed artifacts to provide necessary context and enforces proper sequencing.

Quick Start

Ask me to continue an OpenSpec change, or specify the change name to continue.

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 create the next artifact?

To continue an OpenSpec change, the workflow reads completed dependency artifacts, enforces the correct artifact order, creates a single new artifact following schema rules, and reports the generated file path alongside progress.

How does OpenSpec artifact creation handle dependencies and workflow status?

OpenSpec artifact creation checks the current change status and reads completed dependency artifacts to provide context, enforcing proper sequencing so that only the correct next artifact in the workflow is generated.

Can I automate creating OpenSpec artifacts when multiple changes exist?

Yes, automating OpenSpec artifact creation prompts you interactively to select the target change name when multiple changes exist, ensuring the workflow progresses correctly for the chosen change.

What is the best way to enforce artifact sequencing in an OpenSpec workflow?

The best way to enforce OpenSpec artifact sequencing is to use a status-driven automation tool that checks the current workflow state, validates dependency completion, and generates exactly one artifact per invocation following the schema.

Why does my OpenSpec artifact generation stop after creating one file?

OpenSpec artifact generation creates a single artifact per invocation by design, enforcing workflow order and dependency awareness; you must invoke the continuation process again to generate the next artifact in the sequence.