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 planning phase by driving the OpenSpec CLI to scaffold a change and generate every required artifact in one guided workflow. ## Core Features & Use Cases - One-step change creation: Runs openspec new change and generates proposal.md, specs, design.md, and tasks.md in dependency order. - Schema-aware artifact generation: Reads per-artifact instructions, templates, and rules from the OpenSpec CLI so output matches the configured workflow schema. - Store and context support: Resolves registered OpenSpec stores and project context from config.yaml to ground proposals in the actual codebase. - Use Case: Describe "add user authentication" and receive a complete planning package—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 named add-user-auth that adds login and session handling to the app.