What problem does it solve? Writing a change proposal by hand means drafting the proposal, design document, and task list separately and keeping them consistent. This Skill turns a short description of what you want to build into a complete, structured change proposal in one step. ## Core Features & Use Cases - One-step proposal generation: Creates the change scaffold and all required artifacts (proposal.md, design.md, tasks.md) through the openspec CLI. - Dependency-aware artifact ordering: Reads the openspec status JSON to build artifacts in the correct dependency order until the change is apply-ready. - Schema-driven output: Follows per-artifact templates, instructions, and rules returned by the CLI so each file matches the expected structure. - Use Case: Describe "add user authentication" and receive a kebab-case change directory containing a proposal explaining the what and why, a design document covering the how, and a tasks list ready for implementation. ## Quick Start Ask the assistant to propose a change for adding user authentication and it will generate the full proposal, design, and tasks artifacts.