What problem does it solve? Turning a rough feature idea into a structured, reviewable implementation 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 Proposal Generation: Creates a change directory and generates every required artifact (proposal.md, specs, design.md, tasks.md) in dependency order. - Schema-Aware Planning: Uses the configured OpenSpec workflow schema or an explicitly requested one, following each artifact's authoritative instructions and templates. - Store Support: Works with registered OpenSpec stores via --store flags, or falls back to the nearest local openspec/ root. - Use Case: Describe "add user authentication" and receive a complete, validated planning package with proposal, capability spec deltas, design decisions, and implementation tasks ready for review. ## Quick Start Ask the assistant to propose a new change, for example: "Propose a change to add user authentication to the app."