What problem does it solve? Writing a structured change proposal with design documents, specifications, and implementation tasks requires coordinating multiple artifacts in the correct dependency 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 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. - Schema-Guided Output: Follows per-artifact instructions, templates, and rules from the openspec CLI so every file matches the expected structure. - Use Case: Describe a feature like "add user authentication" and receive a complete, implementation-ready change package under openspec/changes/add-user-auth/. ## 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 to your project.