openspec-continue-change

Create the next OpenSpec workflow artifact based on change status.

43|24|Updated Jul 3, 2018
One-click install
npx skills add https://github.com/tsedio/tsed-cli --skill openspec-continue-change-tsedio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/tsedio/tsed-cli/tree/main/.claude/skills/openspec-continue-change
Command: npx skills add https://github.com/tsedio/tsed-cli --skill openspec-continue-change-tsedio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Artifact Generation: Creates the next artifact in an OpenSpec change workflow based on its current status.
  • Contextual Awareness: Infers or prompts for the specific change to work on, and uses existing artifacts as context.
  • Use Case: After creating a proposal for a new feature, you can use this Skill to automatically generate the corresponding specification document, then the design document, and so on, guiding you through the entire development lifecycle.

Quick Start

Use the openspec continue change skill to create the next artifact for the 'user-authentication' 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 continue an OpenSpec change workflow after creating a proposal?

To continue an OpenSpec change workflow, use the skill to automatically generate the next required artifact. It infers the current change status and sequentially creates the corresponding specification, design, or tasks document based on schema definitions.

What is spec-driven development lifecycle artifact generation?

Spec-driven development artifact generation is the process of sequentially creating workflow documents like proposals, specs, designs, and tasks. It ensures dependency management and adherence to the defined development lifecycle by using existing artifacts as context.

How do I generate the next specification document for an existing change?

You generate the next specification document by invoking the continue change process on your target change. The skill dynamically creates the spec artifact by using existing proposals as contextual reference and enforcing sequential dependency management.

Can I infer a specific change name automatically during artifact generation?

Yes, the artifact generation process supports automatically inferring the specific change name to work on. If inference is not possible, it will dynamically prompt you to select or enter the change name before generating the next workflow artifact.

Does OpenSpec change management enforce sequential artifact creation?

Yes, OpenSpec change management enforces sequential artifact creation to maintain workflow integrity. It ensures dependencies are managed correctly by only generating the next required artifact, such as a design document, after the prerequisite specification is complete.

What are the limitations of dynamically generating OpenSpec artifacts?

The primary limitation is that artifact generation is strictly sequential and depends on the current change status. You cannot skip ahead to create tasks or designs without first completing the prerequisite proposal and specification documents in the defined workflow.