openspec-continue-change

Create the next OpenSpec artifact after validating change status.

84|18|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/intent-driven-dev/openspec-schemas --skill openspec-continue-change-intent-driven-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/intent-driven-dev/openspec-schemas/tree/main/.opencode/skills/openspec-continue-change
Command: npx skills add https://github.com/intent-driven-dev/openspec-schemas --skill openspec-continue-change-intent-driven-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continue OpenSpec changes by creating the next artifact to keep workflows moving.

Core Features & Use Cases

  • Orchestrates the next-step artifact creation for an OpenSpec change.
  • Validates current progress via status checks and reads available changes and instructions to determine the next artifact.
  • Writes the artifact file to the location specified by the instruction template, using dependency context without copying sensitive constraints.

Quick Start

Ask me to continue 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 by creating the next artifact?

To continue an OpenSpec change, this workflow validates the current progress via status checks, reads completed dependency artifacts for context, and generates the next artifact in the enforced creation order using an instruction template.

How does artifact generation determine the correct output path in an OpenSpec workflow?

Artifact generation determines the output path by reading the location specified within the instruction template, ensuring the new artifact file is written correctly to continue the OpenSpec change workflow.

What happens if dependency artifacts are not completed before continuing an OpenSpec change?

The workflow validates current progress with status checks and enforces artifact creation in the correct order, preventing progression if required dependency artifacts are not yet completed.

Can I use CLI automation to generate the next OpenSpec artifact without copying sensitive constraints?

Yes, CLI automation generates the next OpenSpec artifact by reading completed dependency artifacts for context while explicitly avoiding copying sensitive constraints into the newly created file.

What is the best way to orchestrate next-step artifact creation for an OpenSpec change?

The best way to orchestrate next-step artifact creation is to run status checks, read available changes and instructions, and generate the next artifact using a template based on provided instructions.

When do I need to validate OpenSpec status before generating an artifact?

You need to validate OpenSpec status before generating an artifact to determine the next required step, ensuring the workflow moves forward by only creating artifacts in the correct sequence.