What problem does it solve? Turning a rough feature idea into a structured, implementation-ready plan 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 Change Proposals: Creates a new OpenSpec change and generates every required artifact (proposal.md, specs, design.md, tasks.md) in dependency order. - Schema-Aware Planning: Follows the project's configured workflow schema, reads artifact instructions from the OpenSpec CLI, and respects conditional or skipped artifacts. - Store and Project Context Handling: Discovers registered OpenSpec stores, loads project context from config.yaml, and safely handles uninitialized projects without creating roots as a side effect. - Use Case: Describe "add user authentication" and receive a complete change folder containing a proposal, capability spec deltas, a design document, and an implementation task list ready for review. ## 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.