
Opsx
Orchestrates OpenSpec apply by grouping pending tasks by scope and dispatching a worker per group in parallel then serial, managing only state and reviews.
Overview
opsx is an orchestrated OpenSpec apply harness: the main agent groups pending tasks by scope and dispatches a worker per group, parallel then serial by dependency, while it only manages OpenSpec state and reviews and never writes code itself. It ships apply-subagent and apply-cursor workers, each with its own source-of-truth skill.
Install
npx skills add https://github.com/HerbertGao/claude-skills --skill opsxWhat is this skill?
- Groups pending tasks by scope
- Parallel-then-serial worker dispatch
- Claude-subagent and cursor-agent workers
Recommended Skills
Journey fit
Coordinating and dispatching implementation work across grouped tasks is build orchestration, fitting the build stage. Grouping tasks, dispatching workers and managing state/reviews is project/process management of the build, the build/pm subphase.