openspec-continue-change

Create the next required artifact for an OpenSpec change workflow.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/whatevertogo/Astrcode --skill openspec-continue-change-whatevertogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/whatevertogo/Astrcode/tree/main/.codex/skills/openspec-continue-change
Command: npx skills add https://github.com/whatevertogo/Astrcode --skill openspec-continue-change-whatevertogo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps contributors progress an OpenSpec-managed change by creating the next required artifact in the change workflow, removing ambiguity about what to do next and ensuring artifacts are produced in the correct order.

Core Features & Use Cases

  • Guided Change Selection: Lists recent changes and prompts the user to select the exact change to work on so no assumptions are made.
  • Status-aware Artifact Creation: Inspects change status and creates the first artifact marked as ready by following the schema-specific instructions and templates.
  • Dependency-aware Writing: Reads completed dependency artifacts for context and enforces context and rules while writing the new artifact.
  • Use Case: When a change's proposal lists capabilities but lacks corresponding spec files, use this Skill to generate the next spec or design artifact from the openspec instructions.

Quick Start

Ask me to continue the specified OpenSpec change to create the next artifact using the openspec CLI.

Frequently Asked Questions about openspec-continue-change

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

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

You can create the next OpenSpec artifact by using a workflow automation Skill that runs openspec CLI status checks, reads schema-specific instructions, and generates the pending proposal, specs, design, or tasks files in sequence.

What is spec-driven change management in a CLI workflow?

Spec-driven change management is a workflow where project modifications require sequential artifacts like proposals, specs, and designs. Tools like openspec CLI enforce this by tracking artifact status and providing schema-specific instructions for creating each required file.

How do I know which OpenSpec artifact to write next?

To know which OpenSpec artifact to write next, run the openspec status command. It inspects the change's current state and identifies the first artifact marked as ready, ensuring you follow the correct dependency-aware sequence for your project files.

Do I need the openspec CLI installed to automate artifact creation?

Yes, you need the openspec CLI installed on your system. The automation requires running openspec list, status, and instructions commands to identify the change, check pending artifacts, and read the templates needed for dependency-aware writing.

Can I generate spec files from an existing OpenSpec proposal?

Yes, you can generate spec files from an existing proposal. The automation reads the completed proposal artifact for context, applies the openspec instructions and schema templates, and enforces the specified rules to produce the corresponding spec or design artifact.

What are the limitations of automating OpenSpec change workflows?

Limitations include requiring the openspec CLI on the system and needing explicit read and write permissions for project artifact files. The automation only creates artifacts marked as ready by the CLI status check and cannot skip the required dependency sequence.