What problem does it solve? Users often do not know which specialist agent to invoke for a given task, leading to generic responses or the friction of learning explicit commands. This Skill removes that burden by automatically analyzing each request and selecting the right specialist agent(s) without explicit user mentions. ## Core Features & Use Cases - Automatic Request Analysis: Classifies every user request by keywords, domains, and complexity before responding. - Agent Selection Matrix: Maps intents like authentication, UI components, APIs, databases, testing, and deployment to the appropriate specialist agents. - Complexity-Based Routing: Routes simple tasks to a single agent, moderate tasks to 2-3 agents, and complex multi-domain tasks to an orchestrator. - Use Case: A user types "Add a login page with JWT authentication" and the system silently detects the security and backend domains, then applies the security-auditor and backend-specialist agents while informing the user which expertise is being applied. ## Quick Start Ask the assistant to build or fix any feature in natural language and it will automatically apply the most suitable specialist agent for the task.