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 scaffolding: Creates a kebab-case change directory and generates every artifact the apply phase depends on, including proposal.md, spec deltas, design.md, and tasks.md. - Dependency-aware artifact ordering: Queries openspec status --json to resolve artifact dependencies transitively and builds them in the correct order. - Schema and store support: Works with the configured default workflow schema, explicit --schema selections, and registered OpenSpec stores via --store flags. - Use Case: Describe "add user authentication" and receive a complete, validated planning package with 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 describing what you want to build, for example: create an OpenSpec proposal for adding user authentication.