What problem does it solve?
This Skill intelligently classifies incoming requests by complexity and routes them to the most appropriate and cost-effective AI model, skill, or agent, optimizing resource utilization and ensuring efficient task execution.
Core Features & Use Cases
- Complexity Analysis: Evaluates multiple signals (token count, domain, reasoning, ambiguity) to determine task difficulty.
- Cost Optimization: Selects the cheapest model tier (Fast, Standard, Premium) that can reliably handle the task.
- Intelligent Routing: Dispatches tasks to single skills, multi-skill agents, or full pipelines based on classification.
- Use Case: When a user asks to "design a new feature for our app," this skill will analyze the request, determine it's a 'Complex' task, and route it to a premium model via a design agent, rather than a fast model for a simple query.
Quick Start
Use the complexity-router skill to classify and route the following request: "Write a Python script to scrape website data."