What problem does it solve? It removes the manual overhead of tracking and executing implementation tasks defined in an OpenSpec change, letting developers start or continue implementation directly from a slash command. ## Core Features & Use Cases - Change Selection: Accepts an optional change name (e.g., /opsx:apply add-auth) or infers it from conversation context. - Status-Driven Implementation: Queries openspec status and apply instructions in JSON, reads the listed context files, and loops through pending tasks marking them from - [ ] to - [x]. - Codebase Awareness: Uses codegraph explore to understand relevant code before editing and runs codegraph sync after implementation. - Use Case: A developer has an approved OpenSpec change with a task list; invoking /opsx:apply implements each pending task and reports a completion summary or pause reason. ## Quick Start Invoke /opsx:apply with the name of your OpenSpec change to start implementing its pending tasks.