Start a new OpenSpec change with `/opsx:new`, creating a change folder with metadata and scaffolding. Use when the user says "start a new change", "new feature", "/opsx:new", or "create an OpenSpec change".
Use /opsx:new to start a new change. This creates the change folder structure under openspec/changes/<name>/ with metadata (.openspec.yaml) and prepares the first artifact for creation.
Start the change
/opsx:new <change-name> — e.g. /opsx:new add-dark-mode./opsx:new <change-name> --schema <schema> — use a specific workflow schema (default: spec-driven).What gets created
openspec/changes/<name>/ directory.openspec/changes/<name>/.openspec.yaml — change metadata (schema, created date).Next action
proposal).add-dark-mode, fix-login-bug, refactor-auth.update, changes, wip.openspec/changes/<name>/ directory with .openspec.yaml.openspec list to see active changes.openspec schemas; see openspec-schema for custom schemas.