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 produces all required artifacts in one step. ## Core Features & Use Cases - One-Step Proposal Generation: Creates the change directory and generates proposal.md, design.md, and tasks.md in dependency order using the openspec CLI. - Schema-Driven Artifacts: Reads per-artifact instructions, templates, and dependency rules from openspec instructions so every file follows the project schema. - Interactive Clarification: Asks 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 scaffolded change at openspec/changes/add-user-auth/ with proposal, design, and tasks ready for implementation via /opsx:apply. ## Quick Start Ask the assistant to propose a new change for adding user authentication and generate all OpenSpec artifacts.