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.