openspec-continue-change

Orchestrate OpenSpec change artifacts by parsing JSON status outputs.

6|Updated May 25, 2026
One-click install
npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill openspec-continue-change-zhentingwu-wzt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/zhentingWu-wzt/wgenty-code/tree/main/.wgenty-code/skills/openspec-continue-change
Command: npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill openspec-continue-change-zhentingwu-wzt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of managing complex, multi-step development workflows by automating the transition between project artifacts and ensuring adherence to schema-driven development processes.

Core Features & Use Cases

  • Context-Aware Progression: Automatically identifies the next required artifact based on the current project status and schema.
  • Workflow Enforcement: Ensures that dependencies are met and artifacts are created in the correct sequence, preventing skipped steps or out-of-order development.
  • Use Case: When working on a spec-driven change, use this skill to automatically generate the next required document—such as a design file or task list—based on the previously completed proposal and capability specs.

Quick Start

Ask the agent to continue working on the current change by identifying the next pending artifact and generating it according to the project schema.

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 artifact creation for sequential development changes?

To automate OpenSpec artifact creation, this skill parses JSON status outputs and orchestrates the generation of sequential artifacts, enforcing schema-specific constraints to ensure dependencies are met and artifacts are created in the correct sequence.

What is the best way to enforce schema-driven workflow dependencies for spec changes?

Enforcing schema-driven workflow dependencies is achieved by parsing project status outputs and applying schema-specific constraints, which prevents skipped steps or out-of-order development during complex software engineering tasks.

Do I need the openspec CLI installed to manage automated artifact progression?

Yes, you need the openspec CLI installed and configured within your project environment to execute status checks and generate the next required artifact based on the current schema.

How does context-aware progression identify the next required document in a development workflow?

Context-aware progression identifies the next required document by parsing the current JSON status output and evaluating it against the project schema, automatically generating files like design documents or task lists based on previously completed specs.

Why does my OpenSpec workflow fail when generating out-of-order artifacts?

Your OpenSpec workflow fails because this skill enforces workflow dependencies and schema-specific constraints, actively preventing the creation of out-of-order artifacts to ensure sequential development changes are managed correctly.

Can I use this skill to automatically generate task lists from completed capability specs?

Yes, you can use this skill to automatically generate downstream task lists and design files from completed proposals and capability specs by parsing the current project status to identify pending artifacts.