Orchestration

Multi-Model Routing Doctor

Validate your model routing policy before trusting it with real traffic. Checks privacy floors, tool-calling requirements, cost caps, and approved-model restrictions — returns per-task verdicts with primary model, fallback chain, and BLOCKED reasons. Zero config needed to start.

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

What it does

Multi-Model Routing Doctor validates a team's model routing policy before they rely on it in production. Supply task definitions and model capability profiles (or use built-in defaults) and it checks privacy floors, tool-calling requirements, cost caps, context windows, and approved-model restrictions, returning per-task routing verdicts — primary model, fallback chain, rejected models with reasons.

Ships with sensible defaults covering local-small, tool-caller-pro, and reasoning-premium so teams can validate immediately without writing config files. Stdlib-only, no provider API calls, no model invocation, no network access, mutated_files: [].

Use cases

What it validates

Example usage

python3 scripts/routing_doctor.py --json
python3 scripts/routing_doctor.py --policy my-policy.json --tasks my-tasks.json --json
python3 scripts/routing_doctor.py --self-test --json

Example output

{
  "ok": true,
  "tasks_evaluated": 3,
  "results": [
    {"task": "summarise-doc", "primary": "local-small", "fallback": "tool-caller-pro", "status": "ROUTED"},
    {"task": "tool-call-task", "primary": "tool-caller-pro", "fallback": null, "status": "ROUTED"},
    {"task": "approved-only", "primary": null, "status": "BLOCKED", "reason": "no approved model meets requirements"}
  ],
  "mutated_files": []
}

Requirements

QA and security

This skill has been reviewed and cleared for release through the GetAgentIQ release pipeline with Viper QA (5/5 scenarios PASS including approved-only BLOCKED and malformed JSON handling) and Warlock security sign-off (2026-05-29). Stdlib-only, no provider API calls, no model invocation, no network access, mutated_files: [].

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Orchestration Price: $4.99 USD Released: 2026-05-29