What problem does it solve?
This Skill addresses the challenge of efficiently allocating tasks to different Large Language Models (LLMs) based on their complexity and cost, ensuring optimal resource utilization without compromising output quality.
Core Features & Use Cases
- Task Classification: Automatically categorizes incoming tasks to determine the most suitable LLM tier (Opus, Sonnet, Haiku).
- Bug Complexity Scoring: Provides a framework to score bug complexity, guiding escalation to more powerful (and expensive) models like Opus only when necessary.
- Cost Optimization: Implements patterns to route tasks, leading to significant cost savings by avoiding the overuse of high-tier models for simpler tasks.
- Use Case: When a bug is reported, the skill analyzes its complexity. If it's a simple bug, it's routed to Sonnet. If it's a complex, multi-file issue with no clear stack trace, it's escalated to Opus for deeper analysis.
Quick Start
Use the model-routing skill to classify the complexity of the current bug report and suggest the appropriate LLM tier.