What problem does it solve? Turning a rough feature idea into a structured, reviewable change proposal requires writing specs, design documents, and task lists by hand. This Skill automates that planning workflow through the OpenSpec CLI, producing all required artifacts in one guided pass. ## Core Features & Use Cases - One-step proposal generation: Creates the change directory and generates proposal.md, spec deltas, design.md, and tasks.md in dependency order. - Schema-aware artifact building: Reads the configured workflow schema and follows each artifact's instructions, template, and dependency graph via the openspec CLI. - Store and multi-root support: Works with registered OpenSpec stores and local openspec roots, keeping commands scoped with the correct --store flag. - Use Case: Describe "add user authentication" and receive a complete, validated change folder with specs, design rationale, and an implementation task list ready for review. ## Quick Start Ask the assistant to propose a new change named add-user-auth that adds login and session handling, and let it generate the full OpenSpec proposal artifacts.