Intelligence Route
Skill Verifiziert AktivRoute tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain
To automatically select the most efficient and appropriate agent and model tier for any given task, optimizing cost and performance, and making the decision process transparent.
Funktionen
- 3-tier model routing (Haiku, Sonnet, Opus, Agent Booster)
- Learned pattern-based task optimization
- Data-driven agent and model tier selection
- Generates auditable routing rationale
- Records task outcomes for model training
Anwendungsfälle
- When initiating any non-trivial task to ensure optimal resource allocation.
- To replace manual agent and model selection with data-driven decisions.
- When transparency in decision-making for task routing is required.
- To continuously improve task routing efficiency through outcome recording.
Nicht-Ziele
- Performing the actual task; it only routes to the appropriate agent.
- Selecting specific tools for the task; it routes to an agent capable of selecting tools.
- Replacing the user's final decision-making authority without clear rationale.
Workflow
- Receive task description and optional `--why` flag.
- Call `hooks_route` for agent recommendation.
- Call `hooks_model-route` for model tier recommendation.
- Search for similar past patterns using `hooks_intelligence_pattern-search`.
- Predict outcome confidence using `neural_predict`.
- Spawn the recommended agent at the recommended model tier.
- If `--why` was passed, call `hooks_explain` to surface rationale.
- After task completion, call `hooks_model-outcome` with success status for training.
Praktiken
- Agent routing
- Model selection
- Task optimization
- Outcome recording
- Decision transparency
Voraussetzungen
- MCP server with access to specified hooks (`mcp__claude-flow__hooks_*`)
- Task description as input
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-intelligence@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Next Step
96Analyzes album state and recommends the optimal next action. Use when the user asks "what should I do next?" or "what's left to do?"
Openai Docs
75Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.