What problem does it solve?
This Skill deterministically routes user requests to the most appropriate specialist agents, removing ambiguity and ensuring consistent delegation, triage, and coordination for maintainers.
Core Features & Use Cases
- Deterministic routing rules: Uses a priority order and capability map to pick the best-fit agent and stops at the first high-confidence match.
- Triage and delegation: Decides short agent chains (max 3), applies parallelization rules for independent tasks (up to 4 agents), and asks up to 3 targeted clarification questions when requests are ambiguous.
- Safety and separation of concerns: Operates strictly in read-only mode, never modifies files or executes commands; ideal for triage, multi-agent orchestration, and ensuring clear handoffs between specialists.
- Use Case: Split a combined task like "Fix login bug in auth.ts and update API docs" into @dev for the bug fix and @writer for docs in parallel when safe.
Quick Start
Route the request "Fix login bug in auth.ts and update API docs" and determine which agents should handle each part.