Loading...
Loading...
Decide which CLI worker (Claude, OpenCode, or Gemini) should implement a given task. Routes by task type — large-context to Gemini, mechanical to OpenCode, judgment to Claude. Returns the chosen worker and a short rationale; the caller invokes the worker via scripts/invoke-worker.sh.
npx skill4agent add araozmd/multi-cli-orchestrator route-taskStatus: scaffold. Implementation lands in Phase 1 per.docs/specs/2026-04-30-multi-cli-orchestrator-design.md
agents/claude-code/routing-judge.mdagents/opencode/routing-judge.mdroute-task-routing-judgescripts/install-agents.shworker: <claude|opencode|gemini>
rationale: <one sentence>
prompt: <the task prompt to pass to the worker>scripts/invoke-worker.sh <worker> "<prompt>"