openspec-continue-change

Continue OpenSpec change workflows by parsing status and creating the next artifact file.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/soyrochus/vulgata --skill openspec-continue-change-soyrochus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/soyrochus/vulgata/tree/main/.claude/skills/openspec-continue-change
Command: npx skills add https://github.com/soyrochus/vulgata --skill openspec-continue-change-soyrochus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Progresses an OpenSpec change by handling the CLI orchestration needed to identify the next artifact, fetch its instructions, read dependencies, and create the artifact file so users don't have to manually run multiple openspec commands and interpret JSON outputs.

Core Features & Use Cases

  • Guided change selection: Lists recent changes, highlights a recommended choice, and prompts the user to pick when the change name is not provided.
  • CLI-driven artifact creation: Calls openspec status and instructions, parses JSON, reads completed dependencies, fills templates, and writes a single artifact to the specified output path.
  • Strict guardrails: Creates exactly one artifact per invocation, enforces schema order, asks for clarification when context is ambiguous, and verifies files after writing.

Quick Start

Ask the assistant to continue the change named marketing-feature and create the next ready 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 advance an OpenSpec change to the next artifact using the CLI?

To advance an OpenSpec change, the skill parses CLI status and instruction JSON, reads dependency files, fills templates, and writes the next artifact file to the specified output path. It enforces schema order and creates exactly one artifact per invocation.

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

When the change name is ambiguous or not provided, the skill lists recent changes, highlights a recommended choice, and prompts the user to select one. This guided selection ensures you target the correct workflow before generating artifacts.

Can I create multiple OpenSpec artifacts in a single workflow invocation?

No, the skill enforces strict guardrails by creating exactly one artifact per invocation. This schema-driven approach ensures dependency checks are satisfied and template rules are followed for each specific artifact before moving forward.

Do I need to manually run separate openspec commands to check dependencies and status?

No, the skill handles CLI orchestration internally by calling openspec status and instructions, parsing JSON outputs, and reading completed dependencies automatically. This removes the need to manually run multiple commands and interpret JSON.

How does the openspec change workflow handle template and rule constraints?

The change workflow follows template and rule constraints by parsing instruction JSON, verifying completed dependency files, and strictly enforcing schema order. If context is ambiguous, it prompts the user for clarification before writing the artifact.