What problem does it solve? Turning an OpenSpec change proposal into working code requires manually tracking tasks, reading scattered context files, running tests, and managing git branches and pull requests. This Skill automates that entire implementation loop so changes are executed consistently and verifiably. ## Core Features & Use Cases - Guided Task Implementation: Reads the change's tasks via the OpenSpec CLI, implements each pending task, and marks checkboxes complete only with test evidence. - Workflow Orchestration: Enforces workspace isolation on a feature branch, coordinates backend/frontend planning subagents, runs mandatory unit/curl/E2E verification, and writes reports. - Delivery Automation: Commits with Conventional Commits, pushes the branch, opens a pull request with gh pr create, and optionally transitions linked Jira tickets. - Use Case: A developer runs /opsx:apply add-auth and the Skill selects the change, loads its proposal/design/tasks, implements each task with tests, and finishes by opening a PR and moving the Jira ticket to review. ## Quick Start Ask the agent to run /opsx:apply with your change name, for example: implement the OpenSpec change add-auth and open a pull request when done.