smart-router

Route user queries to single-model or multi-model Council deliberation.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill smart-router-moxywolfllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smart-router
Source: https://github.com/MoxyWolfLLC/moxywolf-plugins/tree/main/plugins/council/skills/smart-router
Command: npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill smart-router-moxywolfllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents wasting time and cost by choosing between full multi-model Council deliberation and a faster single-model answer based on the query’s characteristics and past outcomes.

Core Features & Use Cases

  • Dynamic deliberation vs shortcut routing: Selects the appropriate reasoning depth using configuration (learned, always_deliberate, always_shortcut) and per-query feature extraction.
  • Pattern-memory driven learned rules: Switches from heuristic routing to learned routing after enough logged deliberations (20+), improving accuracy over time.
  • Model lineup optimization: When deliberation is chosen, recommends and excludes models using stored performance ranks and bias warnings to avoid systematically underperforming reviewers.

Quick Start

Ask a question and, with Council routing enabled, let smart-router decide whether to run full deliberation or a single-model shortcut.

Frequently Asked Questions about smart-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does multi-model query routing decide between full deliberation and a single-model shortcut?

Multi-model query routing evaluates per-query features and past outcomes to choose between full deliberation and a shortcut. It uses configuration settings and pattern memory to match queries against historical performance, recommending the appropriate reasoning depth.

What is confidence scoring in multi-model query routing?

Confidence scoring in multi-model query routing evaluates routing certainty by analyzing query features and historical pattern memory. It produces a decision with confidence levels, uncertainty flags, and estimated cost to indicate routing reliability.

How do I configure multi-model query routing for always using full deliberation?

To configure multi-model query routing for always using full deliberation, set the routing configuration to always_deliberate. This forces the system to bypass heuristic shortcut routing and send every query to multi-model Council deliberation regardless of query features.

Does multi-model query routing work for architecture decisions and compliance security questions?

Yes, multi-model query routing works for architecture decisions and compliance security questions. It applies routed question answering across categories including architecture, compliance, code implementation, strategy, creative writing, and factual lookup, detecting compound queries.

What is the best way to optimize model lineup and cost control for multi-model deliberation?

The best way to optimize model lineup and cost control is using pattern memory to recommend and exclude models based on stored performance ranks and bias warnings. This prevents systematically underperforming reviewers and reduces unnecessary deliberation costs.

What happens when pattern memory is insufficient for learned routing decisions?

When pattern memory is insufficient for learned routing, the system falls back to heuristic routing. This ensures query routing continues to function before enough logged deliberations, requiring 20 or more, have accumulated to switch to learned routing.