openspec-new-change

Scaffold an OpenSpec change directory with a selected workflow schema.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/rockdong/stock_for_cpp --skill openspec-new-change-rockdong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/rockdong/stock_for_cpp/tree/main/.opencode/skills/openspec-new-change
Command: npx skills add https://github.com/rockdong/stock_for_cpp --skill openspec-new-change-rockdong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSpec change creation can be complex and error-prone; this skill provides a guided, artifact-driven workflow to initialize and manage changes with a clear, reproducible process.

Core Features & Use Cases

  • Guided change scaffolding: Asks for a kebab-case name, selects a workflow schema, and scaffolds the change directory.
  • Status-driven progress: Shows the current status of the change and the required artifacts before proceeding.
  • Artifact-first workflow: Outputs the template and context for the first artifact without creating it, enabling safe, incremental work.

Quick Start

Provide a kebab-case change name and let the workflow guide you through scaffolding and the first artifact.

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 directory for a new feature?

To scaffold a structured change directory, you provide a kebab-case name and select a workflow schema. The process creates the change directory and generates the first artifact template to guide your feature modification incrementally.

What is an artifact-driven workflow for software change management?

An artifact-driven workflow initializes a software change by generating templates and context for required artifacts before execution. It ensures status-driven progress and safe, incremental work without immediately creating the final artifacts.

How do I start an OpenSpec change creation workflow?

Start an OpenSpec change creation by inputting a kebab-case change name. The workflow then guides you through schema selection, status reporting, and scaffolding the change directory for your new feature or fix.

Does the change scaffolding process execute the generated artifact templates?

No, the change scaffolding process does not execute artifact templates. It outputs the template and context for the first artifact, enabling safe and incremental work without running the artifacts directly.

Can I use this guided scaffolding for both bug fixes and new features?

Yes, you can use this guided scaffolding for both bug fixes and new features. It applies whenever you need to create a modification, ensuring structured change directory creation and artifact workflow initialization.