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. ## Core Features & Use Cases - One-step change creation: Derives a kebab-case change name from your description and scaffolds the change directory via openspec new change. - Dependency-aware artifact generation: Reads openspec status --json to determine the required artifact set (proposal, specs, design, tasks) and creates them in dependency order using schema-provided templates and instructions. - Store and schema support: Works with registered OpenSpec stores via --store flags and supports alternate workflow schemas when explicitly requested. - Use Case: Describe "add user authentication with OAuth" and receive a complete planning package—proposal.md, spec deltas, design.md, and tasks.md—ready for review before any code is written. ## Quick Start Ask the assistant to propose a new change for adding user authentication and have it generate the full OpenSpec planning artifacts.