Session orchestrator for the consensus-loop — reads handoff, picks unblocked tasks, distributes to parallel workers, tracks agent assignments, manages correction cycles via SendMessage. Use when starting a work session with pending tasks, distributing implementation work, or reviewing completed worker output.
$npx -y skills add berrzebb/consensus-loop --skill orchestratorInstalls into the current project.
Run `npx skills use "https://github.com/berrzebb/consensus-loop" --skill "berrzebb/consensus-loop/orchestrator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/berrzebb/consensus-loop" that are relevant to the current task. Run `npx skills add "https://github.com/berrzebb/consensus-loop"` and select the relevant skills, then follow their instructions.