What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal requires writing proposals, 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, specs, design.md, and tasks.md in dependency order using the openspec CLI. - Schema and Store Awareness: Supports custom workflow schemas and registered OpenSpec stores, with automatic project root detection and context loading from config.yaml. - Planning Boundary Enforcement: Produces planning artifacts only and explicitly stops before implementation, keeping proposal and apply phases separate. - Use Case: Describe "add user authentication" and receive a complete, validated change folder with delta specs, design decisions, and implementation tasks ready for review before any code is written. ## Quick Start Ask the assistant to run openspec propose to create a change named add-user-auth with a full proposal, specs, design, and tasks.