intelligence-route
Original:🇺🇸 English
Translated
Route tasks to optimal agents using learned patterns, model recommendations, and confidence scoring
6installs
Sourceruvnet/ruflo
Added on
NPX Install
npx skill4agent add ruvnet/ruflo intelligence-routeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Intelligence Routing
Route tasks to the best agent and model based on learned patterns.
When to use
Before starting any task, use intelligence routing to get the optimal agent type, model tier, and confidence score. This replaces manual agent selection with data-driven decisions.
Steps
- Get routing recommendation — call with the task description
mcp__claude-flow__hooks_route - Check model recommendation — call for the optimal model tier (Haiku/Sonnet/Opus)
mcp__claude-flow__hooks_model-route - Search for similar patterns — call to find past successes
mcp__claude-flow__hooks_intelligence_pattern-search - Predict outcome — call with the task description
mcp__claude-flow__neural_predict - Spawn the recommended agent at the recommended model tier
- Record outcome — after task completes, call to train the router
mcp__claude-flow__hooks_model-outcome
3-Tier Model Routing
| Tier | Handler | When |
|---|---|---|
| 1 | Agent Booster (WASM) | Simple transforms — skip LLM entirely |
| 2 | Haiku | Low complexity tasks (<30%) |
| 3 | Sonnet/Opus | Complex reasoning, architecture, security |
CLI alternative
bash
npx @claude-flow/cli@latest hooks route --task "description"
npx @claude-flow/cli@latest hooks pre-task --description "description"
npx @claude-flow/cli@latest hooks explain --topic "routing decision"Viewing intelligence stats
Call or:
mcp__claude-flow__hooks_intelligence_statsbash
npx @claude-flow/cli@latest hooks intelligence stats