openspec-continue-change

Creates the next artifact in sequence for an OpenSpec change.

5|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ValorVie/custom-skills --skill openspec-continue-change-valorvie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/ValorVie/custom-skills/tree/main/project-template/.gemini/skills/openspec-continue-change
Command: npx skills add https://github.com/ValorVie/custom-skills --skill openspec-continue-change-valorvie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continue working on a change by creating the next artifact.

Core Features & Use Cases

  • Orchestrates progression of an OpenSpec change by prompting for the change name when needed, checking current status, retrieving artifact instructions, and creating the next artifact file in the correct order.
  • Enforces the artifact sequence and dependency awareness, ensuring you read completed artifacts before generating new ones, and warnings if there is nothing ready.
  • Supports multiple schemas by applying the appropriate artifact structure as defined by the openspec CLI outputs.

Quick Start

Create the next artifact to progress an OpenSpec change.

Frequently Asked Questions about openspec-continue-change

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

FAQPage Schema
How do I automate creating the next artifact in an OpenSpec change workflow?

To automate creating the next OpenSpec artifact, this skill checks the current change status, retrieves schema instructions, and generates the subsequent artifact file in the correct sequence. It enforces dependency-aware creation by reading completed artifacts before generating new ones.

What is artifact sequencing in OpenSpec change management?

Artifact sequencing in OpenSpec change management is the process of generating change artifacts in a strict, dependency-aware order. This ensures you read completed artifacts before generating new ones, preventing skipped steps and maintaining workflow integrity.

How do I progress an OpenSpec change using the CLI?

To progress an OpenSpec change using the CLI, this skill prompts for the change name, evaluates the current status, and applies the appropriate artifact structure defined by CLI outputs to create the next artifact file automatically.

Can I skip artifact steps when managing OpenSpec changes?

No, you cannot skip artifact steps when managing OpenSpec changes. This skill implements guardrails that enforce the artifact sequence and dependency awareness, warning you if there is nothing ready to generate.

Does this OpenSpec workflow automation support multiple schemas?

Yes, this OpenSpec workflow automation supports multiple schemas. It applies the appropriate artifact structure as defined by the openspec CLI outputs to ensure the generated artifacts match the required schema instructions.