Intelligence Routing Pick the optimal agent + model tier for a task using learned patterns + the 3-tier router. Emits a rationale so the choice is auditable. When to use Before starting any non-trivial task. Replaces manual agent selection with data-driven decisions. Steps 1. Get an agent recommendation — with the task description. Returns . 2. Get a model tier recommendation — for Haiku/Sonnet/Opus selection. 3. Search for similar past patterns — to find prior successes. 4. Predict outcome — with the task description for a confidence-scored prediction. 5. Spawn the recommended agent at the r…