What problem does it solve?
Find and delegate to the optimal Claude Code subagent(s) for a task instead of defaulting to general-purpose or doing everything in the main thread. Use whenever a task could be delegated — research, codebase exploration, code review, test runs, domain-specific work, or anything that would flood the main context with output — and whenever the user asks which agent to use, to "use the right agent", to run work in parallel, or to spin up a specialist. Trigger even if the user doesn't say the word "agent": any multi-step or high-volume side task is a delegation decision.
Core Features & Use Cases
- Inventory and match real-time subagents from project and user scopes, plus three built-ins (Explore, Plan, general-purpose), to surface the best-fit agent for the task.
- Follow a four-step delegation workflow (inventory → match → choose topology → delegate) to decide single vs parallel execution and to formulate a crisp delegation prompt.
- Provide concrete guidance on when to use each agent, how to inspect their capabilities, and how to tie results back to the main task.
Quick Start
Ask the agent-finder to identify the best-fit subagent for the current task and present a concise delegation plan.