openspec-new-change

Scaffold a new OpenSpec change with artifact sequencing and status guidance.

Updated Jul 6, 2025
One-click install
npx skills add https://github.com/wishx127/mirror-server --skill openspec-new-change-wishx127
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/wishx127/mirror-server/tree/main/.codebuddy/skills/openspec-new-change
Command: npx skills add https://github.com/wishx127/mirror-server --skill openspec-new-change-wishx127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you start a new OpenSpec change in a consistent, guided way when you need to plan a feature, fix, or modification without skipping the required setup steps.

Core Features & Use Cases

  • Change Scaffolding: Creates a new change directory with the correct OpenSpec workflow structure.
  • Workflow Selection: Uses the default schema unless you explicitly request a different one.
  • Artifact Guidance: Shows the current status and the first ready artifact so you know exactly what to do next.
  • Use Case: A developer wants to add authentication to a product and needs a structured planning process before implementation.

Quick Start

Describe the change you want to create, and this Skill will scaffold the OpenSpec change, show its status, and present the first artifact template.

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 structured change for a new software feature?

OpenSpec change scaffolding creates a structured directory for your software modification using a default schema. It establishes the correct workflow structure and presents the first artifact template to guide your planning process.

How do I start planning a new feature using OpenSpec workflows?

Start planning by describing the feature, fix, or modification you need. The workflow scaffolds the change, applies artifact sequencing, and provides status-driven guidance to show exactly what planning step to do next.

Do I need the openspec CLI to create a new change scaffold?

Yes, you need access to the openspec CLI to create a new change scaffold. The Skill relies on the CLI to generate the directory structure, apply schema selection, and manage the artifact sequencing required for your planning workflow.

Can I use a custom schema when scaffolding an OpenSpec change?

Yes, you can use a custom schema when scaffolding an OpenSpec change. The workflow uses the default schema automatically unless you explicitly request a different one during the change creation process.

What is the best way to manage artifact sequencing for software modifications?

The best way to manage artifact sequencing is using a status-driven scaffolding workflow. It creates the change directory, tracks the current status, and presents the first ready artifact so you know exactly what to build next.

Why does my OpenSpec change require a kebab-case name?

Your OpenSpec change requires a kebab-case name to ensure consistent directory naming and workflow structure. If you provide a clear build description instead, the system can still scaffold the change correctly.