What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal requires writing proposals, spec deltas, design documents, and task lists by hand. This Skill automates that entire planning phase through the OpenSpec CLI, producing all required artifacts in one guided workflow without touching project code. ## Core Features & Use Cases - One-step change scaffolding: Creates a kebab-case change directory and generates every artifact the apply phase depends on (proposal.md, spec deltas, design.md, tasks.md) in dependency order. - Schema and store awareness: Supports custom workflow schemas and registered OpenSpec stores, resolving the correct planning root automatically via the openspec CLI. - Guardrailed planning boundary: Produces planning artifacts only and explicitly stops before implementation, keeping proposal and apply phases separate. - Use Case: Describe "add user authentication" and receive a complete, validated change folder with proposal, spec deltas, design notes, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new OpenSpec change for the feature you want to build, for example by describing the change and letting it run the openspec-propose workflow.