What problem does it solve? Turning a rough feature idea into a structured, reviewable implementation plan 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: Creates a change directory and generates every artifact the apply phase depends on (proposal.md, spec deltas, design.md, tasks.md) in dependency order. - Schema-aware artifact generation: Reads per-artifact instructions, templates, and dependency graphs from the OpenSpec CLI so output follows the project's configured workflow schema. - Store and multi-root support: Resolves registered OpenSpec stores and passes the correct --store flag so specs are read and written in the right repository. - Use Case: Describe "add user authentication" and receive a kebab-case change folder containing a proposal, spec deltas for the affected capabilities, a design document, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new change, for example: create an OpenSpec proposal for adding user authentication to the API.