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 Boundary: Strictly creates planning artifacts without touching project code, then hands off to a separate apply workflow for implementation. - Use Case: Describe "add user authentication with OAuth" and receive a complete change folder containing the proposal, spec deltas for the auth capability, a design document, and an ordered task list ready for review. ## Quick Start Ask the assistant to propose a new OpenSpec change for the feature you want to build, describing what it should do.