openspec-continue-change

Generates the next OpenScript artifact in a predefined workflow using acfm CLI data.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/B4san/Calix-Pass --skill openspec-continue-change-b4san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/B4san/Calix-Pass/tree/main/.gemini/skills/openspec-continue-change
Command: npx skills add https://github.com/B4san/Calix-Pass --skill openspec-continue-change-b4san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users continue their work on an OpenSpec change by creating the next required artifact in a defined workflow, ensuring progress and adherence to specifications.

Core Features & Use Cases

  • Workflow Progression: Automatically determines and creates the next artifact needed for a given change.
  • Contextual Awareness: Infers the change to work on from conversation or prompts the user for selection.
  • Artifact Generation: Creates specific files (e.g., proposals, specs, designs, tasks) based on schema requirements.
  • Use Case: After creating a proposal for a new feature, use this Skill to automatically generate the corresponding specification file based on the capabilities outlined in the proposal.

Quick Start

Use the openspec-continue-change skill to create the next artifact for the current change.

Frequently Asked Questions about openspec-continue-change

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate the next artifact for an OpenSpec change?

To generate the next artifact for an OpenSpec change, the workflow programmatically determines the required file—such as a proposal, spec, design, or task—and creates it based on project status and schema definitions via the acfm CLI.

What is spec-driven development artifact generation?

Spec-driven development artifact generation is the process of sequentially creating required workflow files like proposals and specifications. It ensures development progress and adherence to predefined project schemas.

Do I need the acfm CLI to generate OpenSpec specifications?

Yes, you need the acfm CLI to generate OpenSpec specifications. The CLI is required to perform status checks, retrieve artifact instructions, and programmatically generate the sequential workflow files.

How do I continue work on an existing OpenSpec proposal?

To continue work on an existing OpenSpec proposal, the workflow infers the current change from your conversation or prompts you for selection, then automatically creates the corresponding specification file based on the proposal's capabilities.

What is the best way to manage sequential workflow files in spec-driven development?

The best way to manage sequential workflow files in spec-driven development is to use an automated progression system that determines the next required artifact from project status and generates it according to schema requirements, ensuring consistent adherence to specifications.

Why does my OpenSpec workflow artifact generation stop after the proposal?

OpenSpec workflow artifact generation stops after the proposal if the predefined schema requirements for the next sequential file are not met, or if the acfm CLI cannot retrieve the correct status checks and artifact instructions to proceed.