openspec-new-change

Automates the creation of a new OpenSpec change using an artifact-driven workflow.

Updated Feb 6, 2024
One-click install
npx skills add https://github.com/081595/mynode --skill openspec-new-change-081595
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/081595/mynode/tree/main/myproject/.github/skills/openspec-new-change
Command: npx skills add https://github.com/081595/mynode --skill openspec-new-change-081595

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start a new OpenSpec change using an artifact-driven workflow to structure feature, fix, or modification work.

Core Features & Use Cases

  • Scaffold a new OpenSpec change at openspec/changes/<name> using the selected workflow schema.
  • Show the artifact status and provide instructions for the first artifact.
  • Guide the user through the initial setup without creating artifacts.

Quick Start

Provide a kebab-case change name to begin a new OpenSpec change workflow.

Frequently Asked Questions about openspec-new-change

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

FAQPage Schema
How do I start a structured change workflow for a new feature or fix?

To start a structured change workflow, provide a kebab-case change name. The tool scaffolds a new change directory at openspec/changes/<name> using your selected workflow schema and shows instructions for the first artifact.

What is an artifact-driven workflow for change management?

An artifact-driven workflow structures feature, fix, or modification work into a step-by-step process. It creates a change scaffold and guides you through artifact generation sequentially rather than producing everything at once.

Does the scaffold creation process generate all artifacts automatically?

No, the scaffold creation process does not generate artifacts automatically. It sets up the initial directory structure, displays artifact status, and provides instructions so you can review and create the first artifact.

How do I set up the directory structure for a new OpenSpec change?

To set up the directory structure, select a workflow schema and provide a kebab-case change name. The tool automatically creates the change scaffold at openspec/changes/<name> for your project.

Can I use this workflow for both features and bug fixes?

Yes, the workflow supports creating a feature, fix, or modification. It uses an artifact-driven schema to structure the change management process regardless of the specific type of code alteration.