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 tedious and error-prone when done manually. ## Core Features & Use Cases - One-Step Proposal Generation: Creates a change directory and generates all required artifacts (proposal.md, design.md, tasks.md) in a single workflow. - Dependency-Aware Artifact Creation: Uses the openspec CLI to determine artifact build order and reads completed dependencies for context before writing new ones. - Interactive Clarification: Asks the user open-ended questions when the change description or context is unclear, deriving kebab-case change names automatically. - Use Case: A developer describes "add user authentication" and receives a scaffolded change at openspec/changes/add-user-auth/ with a complete proposal, design, and task list ready for implementation. ## Quick Start Ask the assistant to propose a new change by describing what you want to build, for example: propose a change to add OAuth login support.