Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Intelligence Route

Skill Verifiziert Aktiv

Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain

Zweck

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

  1. Receive task description and optional `--why` flag.
  2. Call `hooks_route` for agent recommendation.
  3. Call `hooks_model-route` for model tier recommendation.
  4. Search for similar past patterns using `hooks_intelligence_pattern-search`.
  5. Predict outcome confidence using `neural_predict`.
  6. Spawn the recommended agent at the recommended model tier.
  7. If `--why` was passed, call `hooks_explain` to surface rationale.
  8. 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@ruflo

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 22 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen