What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal requires writing 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 proposal generation: Creates the change directory and generates proposal.md, spec deltas, design.md, and tasks.md in dependency order. - Schema-aware artifact building: Reads the configured OpenSpec workflow schema, resolves artifact dependencies transitively, and follows per-artifact instructions and templates. - Store and context support: Works with registered OpenSpec stores via --store flags and applies project context from openspec/config.yaml as planning constraints. - Use Case: Describe "add user authentication" and receive a complete, validated change folder with specs, design, and implementation tasks ready for review before any code is written. ## Quick Start Ask the agent to propose a new change, for example: "Create an OpenSpec proposal for adding OAuth login to the app."