← ClaudeAtlas

intelligent-routinglisted

Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions.
phuonghx/aim-cli · ★ 1 · AI & Automation · score 77
Install: claude install-skill phuonghx/aim-cli
# Intelligent Agent Routing **Purpose**: Automatically analyze user requests and route them to the most appropriate specialist agent(s) without requiring explicit user mentions. ## Core Principle > **The AI should act as an intelligent Project Manager**, analyzing each request and automatically selecting the best specialist(s) for the job. ## How It Works ### 1. Request Analysis Before responding to ANY user request, perform automatic analysis: ```mermaid graph TD A[User Request: Add login] --> B[ANALYZE] B --> C[Keywords] B --> D[Domains] B --> E[Complexity] C --> F[SELECT AGENT] D --> F E --> F F --> G[security-auditor + backend-specialist] G --> H[AUTO-INVOKE with context] ``` ### 2. Agent Selection Matrix **Use this matrix to automatically select agents:** | User Intent | Keywords | Selected Agent(s) | Auto-invoke? | | ------------------- | ------------------------------------------ | ------------------------------------------- | ------------ | | **Authentication** | "login", "auth", "signup", "password" | `security-auditor` + `backend-specialist` | ✅ YES | | **UI Component** | "button", "card", "layout", "style" | `frontend-specialist` | ✅ YES | | **Mobile UI** | "screen", "navigation", "touch", "gesture" | `mobile-developer` | ✅ YES | | **API Endpoint** | "endpoint",