What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal 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 Scaffolding: Creates a kebab-case change directory and generates every artifact the apply phase depends on, including proposal.md, specs deltas, design.md, and tasks.md. - Dependency-Aware Artifact Generation: Reads the artifact dependency graph from openspec status --json and creates artifacts in the correct order, re-reading dependencies from disk for context. - 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" and receive a complete planning package with a proposal, spec deltas, design decisions, and an implementation task list ready for review before any code is written. ## Quick Start Ask the assistant to propose a new change for adding user authentication and generate all planning artifacts.