From ruflo-intelligence
Route tasks to optimal agents using learned patterns, model recommendations, and confidence scoring
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-intelligence:intelligence-routeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route tasks to the best agent and model based on learned patterns.
Route tasks to the best agent and model based on learned patterns.
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.
mcp__claude-flow__hooks_route with the task descriptionmcp__claude-flow__hooks_model-route for the optimal model tier (Haiku/Sonnet/Opus)mcp__claude-flow__hooks_intelligence_pattern-search to find past successesmcp__claude-flow__neural_predict with the task descriptionmcp__claude-flow__hooks_model-outcome to train the router| 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 |
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"
Call mcp__claude-flow__hooks_intelligence_stats or:
npx @claude-flow/cli@latest hooks intelligence stats
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-intelligence