openspec-continue-change

Create the next OpenSpec change artifact using the CLI status and schema template.

1|Updated May 22, 2022
One-click install
npx skills add https://github.com/jeffbalagosa/pick-or-shuffle --skill openspec-continue-change-jeffbalagosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/jeffbalagosa/pick-or-shuffle/tree/main/.gemini/skills/openspec-continue-change
Command: npx skills add https://github.com/jeffbalagosa/pick-or-shuffle --skill openspec-continue-change-jeffbalagosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided workflow to continue an OpenSpec change by creating the next artifact, keeping progress tracked and aligned with the selected schema.

Core Features & Use Cases

  • Guides the user to continue an OpenSpec change by generating the next artifact in the sequence.
  • Reads the current change status and available changes via the OpenSpec CLI and presents actionable options.
  • Creates the artifact file using the prescribed template, applying constraints from the contextual rules and dependencies, and writing to the specified output path.

Quick Start

Continue the current OpenSpec 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 reads the CLI status to determine ready artifacts, prompts for change selection, and writes the next artifact using the schema-defined template. It validates generation step-by-step to ensure dependencies are read first.

What is the OpenSpec workflow for creating change artifacts?

The OpenSpec workflow for creating change artifacts involves reading the current change status via the OpenSpec CLI, presenting actionable options, and generating the artifact file by applying constraints from contextual rules and dependencies to the specified output path.

Does the OpenSpec artifact generation process validate dependencies?

Yes, the OpenSpec artifact generation process ensures dependencies are read before writing. It validates the artifact generation step-by-step to keep progress tracked and aligned with the selected schema constraints.

How do I check which OpenSpec artifacts are ready to be created?

You can check which OpenSpec artifacts are ready by reading the CLI status. The workflow determines what artifacts are ready for generation and prompts for the change selection when needed to guide the next steps.

Can I use this workflow to write an artifact to a specific output path?

Yes, you can use this workflow to write an artifact to a specified output path. It creates the artifact file using the prescribed template while applying constraints from the contextual rules and dependencies.