What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal 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 Proposal Generation: Creates a change directory and generates every required artifact (proposal.md, spec deltas, design.md, tasks.md) in dependency order using openspec new change, status, and instructions commands. - Schema-Aware Planning: Respects the configured default workflow schema or an explicitly requested one, and supports registered OpenSpec stores via --store flags. - Planning-Only Guardrails: Strictly limits the session to planning artifacts and never edits project code, handing off to a separate apply workflow for implementation. - Use Case: A developer says "add user authentication with OAuth". The Skill derives the kebab-case name add-user-auth, scaffolds the change, and produces the proposal, spec delta, design, and tasks files ready for review before any code is written. ## Quick Start Ask the assistant to propose a new OpenSpec change for the feature you want to build, describing it in one or two sentences.