What problem does it solve? Creating a structured change proposal normally requires manually drafting a proposal, design document, and task list across multiple files. This Skill automates the entire OpenSpec proposal workflow, generating all required artifacts in one step from a simple description of what you want to build. ## Core Features & Use Cases - One-Step Proposal Generation: Creates the change directory and generates proposal.md, design.md, and tasks.md artifacts in dependency order using the openspec CLI. - Dependency-Aware Artifact Creation: Reads the artifact build order from openspec status and generates each artifact only after its dependencies are complete. - Interactive Clarification: Asks the user open-ended questions when the change intent or context is unclear, and derives kebab-case change names automatically. - Use Case: A developer says "add user authentication" and receives a complete openspec/changes/add-user-auth/ change with proposal, design, and implementation tasks ready for execution. ## Quick Start Ask the assistant to propose a new change for adding user authentication and it will scaffold the change and generate all artifacts.