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 directory and generates proposal.md, design.md, and tasks.md artifacts in dependency order using the openspec CLI. - Schema-Driven Artifacts: Follows per-artifact instructions, templates, and rules from openspec instructions so every output matches the project schema. - Interactive Clarification: Asks the user what they want to build when input is unclear, and derives kebab-case change names automatically. - Use Case: Describe "add user authentication" and receive a scaffolded change at openspec/changes/add-user-auth/ with all artifacts ready, then run /opsx:apply to implement. ## Quick Start Ask the assistant to propose a new change by describing what you want to build, for example "propose a change to add user authentication".