What problem does it solve? Drafting a structured change proposal with design documents, specifications, and implementation tasks requires coordinating multiple artifacts in the right order, which is slow and error-prone when done manually. ## Core Features & Use Cases - One-Step Proposal Generation: Creates a change directory and generates proposal.md, design.md, and tasks.md in a single workflow using the openspec CLI. - Dependency-Aware Artifact Creation: Reads the artifact build order from openspec status and generates each artifact only after its dependencies are complete. - Interactive Clarification: Asks the user what they want to build when the request is unclear, and derives a kebab-case change name automatically. - Use Case: Describe a feature like "add user authentication" and receive a fully scaffolded change at openspec/changes/add-user-auth/ with all artifacts ready for implementation. ## 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.