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: Derives a kebab-case change name from your description and scaffolds the change directory via openspec new change. - Dependency-Aware Artifact Generation: Uses openspec status and openspec instructions to build proposal.md, spec deltas, design.md, and tasks.md in the correct dependency order. - Planning-Only Guardrails: Strictly limits the workflow to planning artifacts and never edits project code, handing off to the apply workflow only on explicit request. - Use Case: Describe "add user authentication" and receive a complete change folder with proposal, spec deltas for the auth capability, technical design, and an ordered implementation task list ready for review. ## 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.