What problem does it solve?
Start a new change using the experimental artifact-driven approach. This workflow guides users to define a kebab-case change name, determine the default or requested workflow, and scaffold a structured OpenSpec change without manual setup.
Core Features & Use Cases
- Input-driven scaffolding: Accepts a change name or description to derive a kebab-case identifier and create a dedicated change directory.
- Workflow orchestration: Determines the workflow schema (default unless specified) and uses a guided sequence to create artifacts and track progress.
- Status & instructions: Provides steps to check artifact readiness and fetch first artifact instructions, pausing for user direction before generating artifacts.
- Guardrails: Prevents premature artifact creation and requires explicit user input to proceed to the next artifact.
Quick Start
Run a new change scaffold with openspec new change "<name>" and then follow the on-screen prompts to define the change and view the first artifact instructions.