What problem does it solve? Turning a rough feature idea into a structured, reviewable implementation plan requires writing proposals, specs, 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 Change Proposals: 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 and per-artifact instructions to structure each document correctly. - Planning-Only Boundary: Strictly limits itself to planning artifacts and never edits project code, handing off to a separate apply workflow for implementation. - Use Case: Describe a feature like "add user authentication" and receive a complete, validated change proposal with delta specs, design decisions, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, describing what it should do.