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 using 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 via the openspec CLI. - Schema and Store Awareness: Supports custom workflow schemas and registered OpenSpec stores, resolving the correct planning root automatically. - Planning-Only Guardrails: Strictly limits the workflow to planning artifacts, never editing project code or starting implementation. - Use Case: Describe "add user authentication" and receive a complete, validated change proposal with spec deltas, design decisions, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new change for adding user authentication using the openspec-propose workflow.