What problem does it solve? Writing a complete change proposal with design documents, specs, and implementation tasks requires manually exploring the codebase and drafting multiple artifacts, which is slow and often disconnected from the actual code structure. ## Core Features & Use Cases - One-Step Artifact Generation: Creates proposal.md, design.md, and tasks.md in a single workflow driven by the OpenSpec CLI. - CodeGraph Codebase Exploration: Runs codegraph explore on key technical terms to ground artifacts in real files, call paths, and architecture patterns. - Dependency-Aware Sequencing: Reads openspec status JSON to build artifacts in dependency order until all apply-required artifacts are done. - Use Case: Describe a feature like "add user authentication" and receive a scaffolded change directory with a complete proposal, design, and task list ready for implementation via /opsx:apply. ## Quick Start Ask the assistant to propose a new change for the feature you want to build, for example by saying "propose a change to add user authentication".