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 change scaffolding: Creates a kebab-case change directory and generates every artifact (proposal.md, spec deltas, design.md, tasks.md) in dependency order. - Schema-aware artifact generation: Reads per-artifact instructions, templates, and dependency graphs from the OpenSpec CLI so output follows the project's configured workflow schema. - Store and multi-root support: Discovers registered OpenSpec stores and applies the correct --store flag across all CLI commands. - Use Case: A developer says "add user authentication" and receives a complete, validated planning package—proposal, spec delta, design, and tasks—ready for review before any code is written. ## Quick Start Ask the assistant to propose a new change, for example: "Create an OpenSpec proposal for adding user authentication to the app."