What problem does it solve? Writing a full change proposal with design documents, specifications, and implementation tasks is slow and inconsistent. This Skill automates the entire OpenSpec proposal workflow so a single description of what you want to build becomes a structured, implementation-ready change. ## 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 openspec instructions, templates, and dependency rules so every artifact conforms to the project's specification schema. - Interactive Clarification: Asks the user open-ended questions when the change intent is unclear, and derives kebab-case change names automatically. - Use Case: Describe "add user authentication" and receive a complete openspec/changes/add-user-auth/ directory with proposal, design, and tasks ready for implementation via /opsx:apply. ## Quick Start Ask the assistant to propose a new change by describing what you want to build, for example: propose a change to add rate limiting to the API.