What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal normally requires writing specs, design docs, 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 Proposal Generation: Creates a change directory and generates proposal.md, spec deltas, design.md, and tasks.md in dependency order. - Schema-Aware Artifact Building: Queries the OpenSpec CLI for artifact dependencies and instructions, ensuring every artifact the implementation phase needs actually exists. - Store and Schema Support: Works with registered OpenSpec stores and custom workflow schemas when the default spec-driven schema does not fit. - Use Case: Describe "add user authentication" and receive a complete planning package with capability specs, technical design, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, describing it in a sentence or two.