What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal normally requires manually writing specs, design docs, and task lists. This Skill automates that entire process through the OpenSpec CLI, producing all required artifacts in one guided step. ## Core Features & Use Cases - One-Step Proposal Generation: Creates a change directory and generates proposal.md, spec deltas, design.md, and tasks.md in dependency order. - Schema-Driven Artifacts: Reads artifact instructions, templates, and dependency graphs from the OpenSpec CLI so every file follows the project's spec-driven schema. - Multi-Store Support: Discovers registered OpenSpec stores and targets the correct repository with the --store flag. - Use Case: Describe "add user authentication" and receive a complete change folder with a proposal, capability spec deltas, technical design, and an ordered task list 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 requesting a proposal for adding user authentication to the project.