overdo-orchestrate
Installation
SKILL.md
overdo-orchestrate
Run Overdo task graphs to completion using MCP as the only mutation boundary.
Use when
- User asks to run/continue an imported plan.
- User asks to recover after interruption or failure.
Required flow
- Confirm Overdo MCP tools are available in this session.
- Read next ready task(s) from Overdo.
- Claim work with lease-safe dispatch.
- Execute required gates (
lint,unit,integration,e2e). - Record loop iteration and decision (
retry,escalate,complete). - Apply task transitions and release leases.
- Enqueue/process commit via commit coordinator.
- Emit concise progress + evidence summary.