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 lists. This Skill automates that entire flow in one step using the openspec CLI. ## Core Features & Use Cases - One-Step Proposal Generation: Creates a change directory and generates proposal.md, design.md, and tasks.md artifacts in dependency order. - Schema-Driven Artifacts: Reads openspec instructions and templates for each artifact so output follows the project's specification structure. - Dependency-Aware Sequencing: Checks artifact status via openspec status and builds artifacts only when their dependencies are complete. - Use Case: Describe "add user authentication" and receive a scaffolded change at openspec/changes/add-user-auth/ with a full proposal, design, and task 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 derive a kebab-case change name.