Orchestrator Task Loop

The outer orchestration loop over the Agent Teams shared task list: the lead loops the board until EVERY task is completed AND each passes its TaskCompleted gate, feeding idle workers via the TeammateIdle hook so the team never stalls. One pass = read the board, assign the highest-priority unblocked task to each idle teammate, gate each completed task (pass counts it; fail rolls it back), re-verify the whole board. Experimental — gated behind CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1; falls back to the orchestrator's subagent/sequential path when off. Use to drain a task board or keep the team working until done under a build. Trigger on: "loop over the task list", "drain the task board", "keep the team working until done", "agent teams loop", "orchestrator task loop", "keep idle teammates fed". A configuration of loop-controller.

ivy00johns Updated

File contents

ivy00johns/Skill-Madness/tree/main/skills/loops/orchestrator-task-loop commit 2f169bd491

Frequently asked questions

npx skillmds@latest add ivy00johns/orchestrator-task-loop