What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal normally requires manually writing proposals, spec deltas, design documents, and task lists. This Skill automates that entire OpenSpec workflow in one step using the openspec CLI. ## Core Features & Use Cases - One-step change scaffolding: Creates the change directory and generates every required artifact (proposal.md, spec deltas, design.md, tasks.md) in dependency order. - Schema-driven artifact generation: Reads instructions, templates, and dependency graphs from openspec status and openspec instructions to produce artifacts that conform to your project's schema. - Multi-store support: Discovers registered OpenSpec stores and targets the correct one with --store flags. - Use Case: Describe "add user authentication" and receive a complete change folder with proposal, spec deltas, design, and an ordered task list ready for implementation via /opsx:apply. ## Quick Start Ask the assistant to propose a new OpenSpec change for the feature you want to build, describing it in a sentence.