What problem does it solve? Turning a rough feature idea into a structured, reviewable implementation plan requires writing proposals, specs, design documents, and task lists by hand. This Skill automates that entire planning workflow through the OpenSpec CLI, producing all required artifacts in one step. ## Core Features & Use Cases - One-Step Change Proposals: Creates a change directory and generates every artifact the schema requires, including proposal.md, spec deltas, design.md, and tasks.md. - Dependency-Aware Artifact Generation: Uses openspec status and openspec instructions to build artifacts in the correct dependency order, reading completed artifacts for context. - Store and Schema Support: Works with registered OpenSpec stores via --store flags and supports explicitly requested workflow schemas. - Use Case: Describe a feature like "add user authentication" and receive a complete, validated planning package ready for review before any code is written. ## Quick Start Ask the assistant to propose a new change for adding user authentication and it will generate the full OpenSpec proposal with specs, design, and tasks.