What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal normally requires manually writing proposal documents, design notes, and task breakdowns. This Skill automates that entire flow through the OpenSpec CLI, producing all required artifacts in one step. ## Core Features & Use Cases - One-Step Change Scaffolding: Creates a change directory via openspec new change and generates proposal.md, design.md, and tasks.md in dependency order. - Schema-Driven Artifact Generation: Reads per-artifact instructions, templates, and rules from the OpenSpec CLI so each document follows the project's specification format. - Dependency-Aware Workflow: Tracks artifact status with openspec status --json and only stops when every artifact required before implementation is complete. - Use Case: Describe "add user authentication" and receive a kebab-case change folder containing a proposal explaining the what and why, a design document covering the how, and a tasks list ready for implementation. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, for example by describing the feature and letting it create the full OpenSpec proposal with design and tasks.