openspec-continue-change

Create the next artifact in an OpenSpec change workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Prompts for change selection when no name is provided and recommends the most recently modified change.
  • Checks the current status of artifacts and applies the correct workflow to generate the next artifact.
  • Reads completed dependencies and applies schema-specific guidance to create a single artifact per invocation.

Quick Start

Use the openspec continue-change command to progress a change by creating the next artifact.

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?

To continue an OpenSpec change, the workflow queries the current artifact status, retrieves schema-specific instructions, and writes the next artifact to the specified output path. It progresses changes by creating a single artifact per invocation.

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

When no change name is provided, the workflow prompts you to select one and automatically recommends the most recently modified change to ensure you continue the correct ongoing OpenSpec change lifecycle.

Can I generate multiple artifacts in a single step during OpenSpec change management?

No, the OpenSpec change workflow enforces a structured, one-artifact-at-a-time creation process to maintain dependency awareness and context constraints, ensuring each artifact is properly validated before moving forward.

How does the OpenSpec workflow handle dependencies when creating artifacts?

The workflow reads completed dependencies before generating the next artifact, applying dependency awareness to ensure the new artifact correctly honors context constraints and references previously completed work in the change lifecycle.

What is the best way to track artifact status in an OpenSpec change lifecycle?

The best way to track artifact status is using the continue-change command, which checks the current status of all artifacts in the OpenSpec change and applies the correct workflow to generate the subsequent artifact.

Why does my OpenSpec change workflow need schema-specific guidance for artifact creation?

Schema-specific guidance is required because each artifact in the OpenSpec change lifecycle has a defined structure. The workflow reads completed dependencies and applies the correct schema to ensure the artifact is valid and progresses the change.