openspec-new-change

Create an OpenSpec change scaffold with a kebab-case name and artifact sequence.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bgzbgz/show-time --skill openspec-new-change-bgzbgz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-new-change
Source: https://github.com/bgzbgz/show-time/tree/main/.claude/skills/openspec-new-change
Command: npx skills add https://github.com/bgzbgz/show-time --skill openspec-new-change-bgzbgz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates the setup of a new OpenSpec change using an artifact-driven workflow, ensuring a consistent scaffold and guardrails.

Core Features & Use Cases

  • Derives a kebab-case change name from user input
  • Creates a scaffold at openspec/changes/<name> using the default or requested workflow
  • Guides you through status checks and first artifact instructions without creating artifacts
  • Supports overriding the workflow schema with --schema when requested

Quick Start

Describe the change you want to build and I will scaffold a kebab-case OpenSpec change using the experimental artifact workflow, without creating 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 for a feature request?

To scaffold an OpenSpec change, the tool derives a kebab-case name from your input and creates a directory at openspec/changes/<name> using the default artifact-driven workflow.

What is the artifact-driven workflow in OpenSpec change management?

The artifact-driven workflow in OpenSpec provides a defined artifact sequence and default schema to guide your change management process, ensuring consistent scaffolding without automatically generating the artifacts.

Can I override the default schema when creating an OpenSpec change?

Yes, you can override the default workflow schema during change creation by explicitly requesting the --schema flag, allowing you to apply a custom artifact sequence to the scaffold.

Does the OpenSpec scaffolding workflow automatically generate artifacts?

No, the OpenSpec scaffolding workflow does not generate artifacts automatically; it guides you through input prompting, status checks, and retrieves the first artifact instructions for you to follow manually.

How do I start a workflow automation scaffold for a code fix?

Describe the fix you want to build and the tool will prompt for input, derive a kebab-case name, run the openspec new change command, and retrieve the first artifact instructions to initiate the workflow.