What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal normally requires manually writing proposals, design documents, and task lists. This Skill automates that entire flow through the OpenSpec CLI, producing all required artifacts in one guided step. ## Core Features & Use Cases - One-Step Change Creation: Runs openspec new change and generates proposal.md, design.md, and tasks.md artifacts in dependency order. - Schema-Driven Artifacts: Fetches per-artifact instructions, templates, and rules from openspec instructions so every file follows the project's specification schema. - Dependency-Aware Sequencing: Reads openspec status JSON to determine which artifacts are ready, reads completed dependencies for context, and stops only when all apply-required artifacts are done. - Use Case: Describe "add user authentication" and receive a scaffolded change at openspec/changes/add-user-auth/ with a complete proposal, design, and task breakdown ready for implementation via /opsx:apply. ## Quick Start Ask the assistant to use the openspec-propose skill to create a change proposal for the feature you want to build, describing it in a sentence.