What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal normally requires manually writing proposal documents, design notes, and task breakdowns. 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 Scaffolding: Creates a new change directory via openspec new change and derives a kebab-case name from a plain-language description. - Dependency-Aware Artifact Generation: Reads openspec status and openspec instructions JSON output to build proposal.md, design.md, and tasks.md in the correct dependency order. - Progress Tracking and Verification: Uses todo tracking and re-checks artifact status until every artifact required for implementation is marked done. - Use Case: A developer says "add user authentication" and receives a complete openspec/changes/add-user-auth/ change with proposal, design, and tasks ready to implement via /opsx:apply. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, for example by describing the feature and letting it run the openspec-propose workflow.