One-click install
npx skills add https://github.com/miethe/boxbrain-2 --skill delegation-router-miethe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: delegation-router
Source: https://github.com/miethe/boxbrain-2/tree/main/.claude/skills/delegation-router
Command: npx skills add https://github.com/miethe/boxbrain-2 --skill delegation-router-miethe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill decides which provider and model should execute delegated work before an agent is instantiated, preventing unsafe offloading, unnecessary primary-model usage, and untraceable routing decisions.

Core Features & Use Cases

  • Policy-Aware Routing: Resolves model, provider, effort, profile, and task class inputs into a complete immutable RoutingRecord.
  • Cost and Safety Controls: Applies free-first routing, capability and availability checks, determinism filtering, and unconditional Claude-primary boundaries for protected work.
  • Fallback and Auditability: Emits ordered fallback chains and supports append-only logging for routing decisions and fallback hops.
  • Use Case: Route exploratory or mechanical work to an eligible free-tier provider while keeping orchestration, verdicts, migrations, and final synthesis on Claude.

Quick Start

Ask the delegation-router to resolve the best provider and model for a mechanical task and return the complete RoutingRecord with its fallback chain.

Frequently Asked Questions about delegation-router

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

FAQPage Schema
How do I route delegated work to the appropriate model and provider before execution?▼

To route delegated work, resolve model, provider, effort, and task class inputs into an immutable RoutingRecord that enforces capability checks and fallback chains before agent instantiation.

How does delegation routing enforce cost controls and safety boundaries?▼

Delegation routing enforces cost and safety by applying free-first selection, determinism filtering, and unconditional primary-provider boundaries to keep protected work, verdicts, and final synthesis on Claude.

Can I get audit logging for provider orchestration and fallback chains?▼

Yes, provider orchestration supports append-only audit logging that records routing decisions and ordered fallback hops to ensure traceable delegation across Claude, ICA, Bob, Gemini, and Codex.

What is the best way to keep exploratory and mechanical tasks off the primary model?▼

The best way to shift exploratory and mechanical tasks is applying free-first routing to eligible providers while enforcing primary-provider safety boundaries for protected work classes.

Do I need PyYAML to manage deterministic workflows for delegation routing?▼

Yes, you need PyYAML to configure deterministic workflows, as it is the required dependency for parsing the routing policies and task class definitions used in provider orchestration.

When should I not use automated delegation routing for my orchestration workflows?▼

You should avoid automated delegation routing when tasks require manual provider selection or lack defined task classes, as the system relies on structured inputs to generate safe, deterministic fallback chains.