What problem does it solve? Turning a rough feature idea into a structured, reviewable implementation plan requires writing proposals, spec deltas, 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 Creation: Creates a change directory and generates every required artifact (proposal.md, spec deltas, design.md, tasks.md) in dependency order. - Schema-Aware Planning: Uses the configured OpenSpec workflow schema, resolves artifact dependencies via openspec status, and follows per-artifact instructions and templates. - Planning-Only Guardrails: Strictly limits the workflow to planning artifacts, never editing project code or starting implementation until explicitly requested. - Use Case: Describe "add user authentication" and receive a complete change folder with a proposal, capability spec delta, design document, and ordered implementation tasks ready for review. ## Quick Start Ask the assistant to propose a new OpenSpec change for the feature you want to build, for example by describing the change and letting it generate the full proposal, specs, design, and tasks.