What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal requires writing proposals, spec deltas, 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 a 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 and follows each artifact's instructions, templates, and dependency graph. - Store and Context Support: Works with 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, validated planning package ready for review before any code is written. ## Quick Start Ask the assistant to propose a new change, for example: create an OpenSpec proposal for adding user authentication to the app.