What problem does it solve? Turning a rough feature idea into a structured, implementation-ready plan requires writing proposals, specs, 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: Creates a change directory and generates every required artifact (proposal.md, specs, design.md, tasks.md) in dependency order. - Schema-Aware Planning: Uses the configured OpenSpec workflow schema or an explicitly requested one, following each artifact's authoritative instructions and templates. - Store and Dependency Management: Supports registered OpenSpec stores via --store flags and resolves transitive artifact dependencies so nothing the apply phase needs is missing. - Use Case: Describe "add user authentication" and receive a complete planning package—proposal, spec deltas, design, and implementation tasks—ready for review before any code is written. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, for example by saying "propose a change to add user authentication".