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 scaffold and generates proposal.md, design.md, and tasks.md artifacts in dependency order. - Schema-Driven Artifacts: Uses the openspec CLI's instructions and templates so every artifact follows the project's defined structure and rules. - Dependency-Aware Sequencing: Reads completed dependency artifacts for context and tracks progress until all apply-required artifacts are done. - Use Case: Describe "add user authentication" and receive a ready-to-implement change with proposal, design, and task breakdown, then run /opsx:apply to start implementation. ## 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 to the API.