What problem does it solve? Writing a full change proposal with design documents, specifications, and implementation tasks is slow and inconsistent. This Skill turns a short description of what you want to build into a complete, structured OpenSpec change ready for implementation. ## Core Features & Use Cases - One-Step Proposal Generation: Creates the change scaffold and all required artifacts (proposal.md, design.md, tasks.md) in a single workflow 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 open-ended questions when the request is unclear, and derives kebab-case change names automatically from natural-language descriptions. - Use Case: Describe "add user authentication" and receive a scaffolded change at openspec/changes/add-user-auth/ with proposal, design, and tasks files ready to implement via /opsx:apply. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, describing it in one or two sentences.