openspec-continue-change

Create the next OpenSpec artifact in the change workflow.

42|10|Updated Mar 7, 2018
One-click install
npx skills add https://github.com/Larusso/unity-version-manager --skill openspec-continue-change-larusso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/Larusso/unity-version-manager/tree/main/.cursor/skills/openspec-continue-change
Command: npx skills add https://github.com/Larusso/unity-version-manager --skill openspec-continue-change-larusso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of developing changes within the OpenSpec framework by automating the creation of the next required artifact, ensuring a consistent and efficient workflow.

Core Features & Use Cases

  • Automated Artifact Generation: Creates the next logical artifact (e.g., proposal, spec, design, task) based on the current state of an OpenSpec change.
  • Contextual Awareness: Infers the change to work on from conversation or prompts the user for selection if ambiguous.
  • Status Tracking: Checks the current status of artifacts within a change and acts accordingly.
  • Use Case: After defining a new feature proposal, you can use this Skill to automatically generate the corresponding specification file, then the design document, and finally the implementation tasks, moving your change through the development lifecycle.

Quick Start

Use the openspec-continue-change skill to create the next artifact for your 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 automate spec-driven development artifact generation for OpenSpec changes?

Spec-driven development artifact generation is automated by creating the next logical file, such as proposals, specifications, designs, or tasks, based on the current status of your OpenSpec change. The workflow checks existing context to infer the required output.

What is the OpenSpec change workflow process for moving a feature proposal to implementation tasks?

The OpenSpec change workflow process moves a feature proposal to implementation tasks by sequentially generating specifications, design documents, and task files. It tracks artifact status to ensure each phase is completed before generating the next required document.

Do I need the OpenSpec CLI to manage change status and artifact instructions?

Yes, you need the OpenSpec CLI to manage change status and artifact instructions. The CLI is required for checking artifact status, listing active changes, and retrieving the specific instructions needed to generate the next artifact in the schema-driven workflow.

Can I use conversation context to select which OpenSpec change to continue?

Yes, you can use conversation context to select which OpenSpec change to continue. The workflow infers the active change from your current conversation context, and if the target change is ambiguous, it prompts you to select the correct one.

What are the limitations of automating change management artifact creation in a schema-driven workflow?

Limitations of automating change management artifact creation include its strict dependency on the OpenSpec CLI for status checks and its inability to operate outside the defined schema-driven workflow. It requires existing changes and cannot generate artifacts without contextual status data.