openspec-new-change

Scaffold a new OpenSpec change directory with a standardized artifact sequence.

2.0k|254|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/Draculabo/AntigravityManager --skill openspec-new-change-draculabo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/Draculabo/AntigravityManager/tree/main/.claude/skills/openspec-new-change
Command: npx skills add https://github.com/Draculabo/AntigravityManager --skill openspec-new-change-draculabo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec change management can be cumbersome without a guided scaffold; this Skill provides a structured, artifact-driven workflow to bootstrap new OpenSpec changes quickly.

Core Features & Use Cases

  • Scaffold a new change: creates a dedicated OpenSpec change directory with a standardized artifact sequence.
  • Schema-aware workflow: selects the default workflow schema unless a specific one is requested.
  • Guided first artifact: guides you to the first artifact based on the selected schema and shows status at each step.

Quick Start

Describe the change you want to work on and I will scaffold a new OpenSpec change using the default workflow without creating any artifacts yet.

Frequently Asked Questions about openspec-new-change

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

FAQPage Schema
How do I scaffold a new OpenSpec change workflow for a software project?

To scaffold an OpenSpec change workflow, provide a kebab-case change name and describe the modification. The system creates a dedicated change directory with a standardized artifact sequence using the default workflow schema.

What is artifact-driven change management in software development?

Artifact-driven change management structures software feature, fix, or modification work around a clear sequence of artifacts. It guides you through each step of the workflow, showing status and directing you to the next required artifact.

Do I need to specify a workflow schema to start an OpenSpec change?

You do not need to specify a workflow schema to start an OpenSpec change. The scaffold automatically applies the default workflow schema unless you explicitly request a different one for your project.

Can I use OpenSpec for both feature development and bug fixes?

You can use OpenSpec for feature development, bug fixes, and general modification work. The guided workflow bootstraps a structured artifact sequence suitable for any structured code change you need to manage.

What format is required for the OpenSpec change name?

The OpenSpec change name must be in kebab-case format. This naming convention is required to properly scaffold the new change directory and initialize the artifact-driven workflow.

Does the OpenSpec scaffold create the first artifact automatically?

The scaffold does not create artifacts automatically. It sets up the change directory and guides you to the first artifact based on the selected schema, allowing you to proceed through the workflow steps manually.