What problem does it solve?
This Skill intelligently routes user requests to the appropriate agent, ensuring efficient and accurate task execution by analyzing intent, context, and environment.
Core Features & Use Cases
- Intent Classification: Maps natural language requests to specific agent functions using keywords and context.
- Confidence Scoring: Assesses the clarity and certainty of a request to determine the best routing strategy.
- IDE Detection: Adapts execution strategy (parallel/sequential) based on the detected development environment.
- Memory Integration: Leverages past interactions and project context for more informed routing decisions.
- Use Case: When a user types "/toh create a login page", this skill identifies the intent as "Create UI" and routes it directly to the UI Agent. For a more ambiguous request like "/toh improve it", it might route to the Plan Agent for clarification.
Quick Start
Use the smart-routing skill to process the request "create a user profile page".