What problem does it solve? It removes ambiguity from feature development by enforcing a spec-driven workflow where proposals, requirements, designs, and tasks are written and validated before implementation begins. ## Core Features & Use Cases - Spec-Driven Workflow: Create proposals, requirements, designs, and task lists through OPSX commands like /opsx:propose, /opsx:apply, and /opsx:archive. - CLI Integration: Initialize projects, inspect state, and validate changes with the openspec CLI using structured JSON output. - Validation & Archiving: Verify implementations against specs with openspec validate and archive completed changes into source-of-truth specs. - Use Case: When starting a new feature, use /opsx:propose to draft the change, implement only after specs are approved, then run openspec validate --all before archiving the completed change. ## Quick Start Ask the assistant to initialize OpenSpec in the current repository and create a proposal for the feature you want to build.