What problem does it solve?
This Skill acts as an intelligent gateway, ensuring that user prompts are accurately routed to the most relevant specialist skills within the AI system, preventing misdirection and optimizing resource allocation.
Core Features & Use Cases
- Prompt Analysis: Understands the core intent and domain of a user's request.
- Skill Manifest Reading: Consults a comprehensive manifest of available skills to make informed routing decisions.
- Optimized Context Loading: Selects 1-3 highly relevant skills to load into context, minimizing bloat and maximizing efficiency.
- Orchestration Trigger: Identifies when a multi-skill task requires the orchestrator.
- Use Case: When a user asks to "build a full-stack login page with JWTs," this Skill identifies the need for
frontend-specialist, backend-specialist, and security-auditor skills and flags that an orchestrator is required.
Quick Start
Use the intelligent-routing skill to determine the best skills for the prompt "Create a new user authentication system".