omh-ralph-driver
OMH Ralph Driver — orchestrator's playbook for verified execution
Load this skill alongside omh-ralph when you are the orchestrator
dispatching the loop. omh-ralph is loaded by the role-tagged
workers (executor / verifier / architect) — it covers the iron-law
discipline inside each task's delegate_task call. This skill covers
what you do as the dispatcher: plan-shape, iteration cadence,
parallel batching, evidence gathering, verifier dispatch, strike
handling, commit hygiene, and the final architect gate.
The two skills have different readers and different jobs. Don't merge them — worker context is precious; the dispatcher's playbook should not ride into every subagent.
This skill is the ralph-side counterpart to omh-ralplan-driver
(which is the dispatcher playbook for ralplan, the design loop). The
relationship is consistent: each method has a worker-side skill (used
inside delegate_task) and a driver-side skill (used by the orchestrator
between dispatches).