openspec-continue-change

Generate the next artifact for an OpenSpec change in sequence.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continually progress an OpenSpec change by generating the next artifact to keep workflows moving.

Core Features & Use Cases

  • Orchestrated progression: Determine the current change, verify artifacts, and generate the next artifact in the correct sequence.
  • Guardrails & validation: Enforces dependency checks, single-artifact-per-invocation creation, and dependency awareness before writing artifacts.
  • Workflow continuity: Works with multiple schemas (spec-driven, tdd) to extend changes from proposal to implementation to docs as needed.

Quick Start

Prompt the user to choose a change if not specified, then create the next artifact using the provided template and constraints.

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 OpenSpec change management and generate the next artifact?

To automate OpenSpec change management, this Skill advances your current change by validating its status and generating the next required artifact in the correct sequence. It enforces single-artifact creation per invocation to maintain orderly progression.

What is the best way to continuously progress a spec-driven development workflow?

Continuously progressing a spec-driven development workflow requires orchestrating artifact generation from proposal to implementation. This Skill determines the active change, checks dependencies, and creates the next artifact according to the schema.

How does dependency validation work when creating OpenSpec artifacts?

Dependency validation for OpenSpec artifacts works by enforcing guardrails that check completed artifacts before writing new ones. The Skill ensures single-artifact-per-invocation creation and verifies dependency awareness to maintain correct schema ordering.

Can I use this CLI automation tool with both spec-driven and TDD schemas?

Yes, you can use this CLI automation tool with both spec-driven and TDD schemas. It extends changes from proposal to implementation to docs as needed, adapting artifact generation to the specific workflow schema you are using.

Why does my OpenSpec workflow stop progressing after creating one artifact?

Your OpenSpec workflow stops after creating one artifact because the Skill enforces single-artifact-per-invocation guardrails. You must invoke the Skill again to read the completed artifact, validate dependencies, and generate the next sequential artifact.

Do I need to manually specify which OpenSpec change to work on?

You do not need to manually specify which OpenSpec change to work on. If a change is not specified, the Skill will prompt you to choose one before validating its status and generating the next artifact.