What problem does it solve? Turning a rough feature idea into a structured, implementation-ready change proposal normally requires writing multiple planning documents by hand. This Skill automates that by creating an OpenSpec change and generating all required artifacts (proposal, design, tasks) in one guided workflow. ## Core Features & Use Cases - One-Step Change Scaffolding: Runs the openspec CLI to create a change directory and derive a kebab-case name from a plain-language description. - Dependency-Aware Artifact Generation: Reads the artifact build order from openspec status and generates proposal.md, design.md, and tasks.md in the correct sequence, using each completed artifact as context for the next. - Schema-Guided Output: Follows per-artifact instructions, templates, and rules from the CLI so every document matches the expected structure. - Use Case: Describe "add OAuth login with Threads" and receive a complete change folder with a proposal explaining the why, a design covering the how, and a task list ready for implementation via /opsx:apply. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, and it will scaffold the change and generate all planning artifacts.