openspec-continue-change

Create the next required artifact in an OpenSpec change workflow.

10|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/joannanowakowska/plannning-poker-app --skill openspec-continue-change-joannanowakowska
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/joannanowakowska/plannning-poker-app/tree/main/.github/skills/openspec-continue-change
Command: npx skills add https://github.com/joannanowakowska/plannning-poker-app --skill openspec-continue-change-joannanowakowska

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you continue an OpenSpec change without guessing the next step, so you can keep a structured workflow moving forward with the right artifact at the right time.

Core Features & Use Cases

  • Change Continuation: Finds the next ready artifact in an OpenSpec change and guides the workflow forward.
  • Status-Driven Progression: Checks completion state, reads required dependencies, and creates only the next valid artifact.
  • Use Case: A team member wants to resume a paused spec-driven change and needs the next file created in sequence based on the current project status.

Quick Start

Use the openspec-continue-change skill to continue the specified change and create the next required 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 a paused spec-driven change in OpenSpec?

To resume an OpenSpec change, the skill checks the current completion status and creates the next required artifact in the workflow sequence. It relies on the openspec CLI to load instructions and write the correct file.

What is status-driven artifact sequencing in change management?

Status-driven artifact sequencing is a change management process that checks completion state and required dependencies to create only the next valid file. This enforces a structured workflow, preventing out-of-order artifact creation in registered stores.

How do I find the next ready artifact for an OpenSpec change?

To find the next ready artifact, you list changes and inspect their status using the openspec CLI. The skill then loads the specific instructions for the current state and guides you to write the correct artifact in proper order.

Do I need the openspec CLI to create the next artifact in the workflow?

Yes, you need the openspec CLI installed to create the next artifact. The skill depends on the CLI functionality to list changes, inspect completion status, load instructions, and write artifacts in the correct sequence.

Can I use this workflow to create multiple artifacts at once?

No, this workflow creates only the next valid artifact based on the current project status. It enforces sequential progression by reading required dependencies and applying status-driven progression to ensure safe change advancement.