openspec-continue-change

Generate the next OpenSpec workflow artifact in sequence using the openspec CLI.

9|1|Updated Jun 6, 2018
One-click install
npx skills add https://github.com/edwardsnjd/dot-files --skill openspec-continue-change-edwardsnjd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-continue-change
Source: https://github.com/edwardsnjd/dot-files/tree/main/configuration/agents/.agents/skills/openspec-continue-change
Command: npx skills add https://github.com/edwardsnjd/dot-files --skill openspec-continue-change-edwardsnjd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users progress their OpenSpec change workflows by automatically creating the next required artifact, streamlining the development and specification process.

Core Features & Use Cases

  • Artifact Generation: Creates the next artifact in a defined workflow (e.g., proposal, spec, design, tasks).
  • Contextual Awareness: Infers or prompts for the specific change to work on based on conversation or available options.
  • Workflow Progression: Ensures artifacts are created in the correct order, respecting dependencies and schema rules.
  • Use Case: After creating a proposal for a new feature, use this Skill to automatically generate the corresponding specification document based on the proposal's capabilities.

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 in an OpenSpec change workflow?

To generate the next artifact in an OpenSpec change workflow, you need a tool that checks your current status via the openspec CLI and automatically creates the next required document in the correct sequence.

What is artifact generation in spec-driven development workflows?

Artifact generation in spec-driven workflows is the process of automatically creating required documents like proposals, specs, designs, and tasks in a defined sequence, ensuring correct creation order and managing dependencies.

Do I need the openspec CLI to automate specification generation?

Yes, you need the openspec CLI installed to automate specification generation, as the workflow relies on the CLI for performing status checks, retrieving instructions, and executing the actual artifact generation.

How does dependency management work when creating specification documents?

Dependency management when creating specification documents ensures artifacts are generated in the correct order by respecting schema rules, verifying existing artifacts and dependencies before creating the next sequential document.

Can I automatically create a specification from an existing proposal?

Yes, you can automatically create a specification from an existing proposal by continuing the change workflow, where the system infers the current change context and generates the corresponding specification based on the proposal's capabilities.

What are the limitations of automating OpenSpec workflow progression?

A key limitation of automating OpenSpec workflow progression is the strict requirement for the openspec CLI for status checks and generation, while artifact creation is bound by schema rules and dependencies, preventing out-of-order document generation.