What problem does it solve? When a repository has multiple specialist agents, deciding who should handle a request is error-prone: tasks get misrouted, destructive actions run without approval, and delegated work returns unreviewed. This Skill provides a triage and coordination procedure that classifies requests, selects the right specialist, sends bounded briefs, and reviews results before reporting. ## Core Features & Use Cases - Request classification: Distinguishes trivial requests (greetings, read-only lookups) from work requiring one specialist or bounded multi-agent coordination. - Specialist routing table: Maps file types and domains to specialists, such as .tsx/Next.js work to a Next.js specialist, shell scripts to a shell specialist, and SKILL.md/.agent.md authoring to a skill specialist. - Bounded delegation briefs: Enforces a structured brief format with deliverable, context limits, constraints, expected output, and a risk tier (Read / Write / Destructive / External), requiring user approval for destructive or external actions. - Use Case: A user invokes /sara with a request to fix a Next.js internationalization bug. The Skill classifies the task, routes it to the Next.js specialist with a bounded brief, then reviews the returned evidence against the requested outcome before summarizing the result. ## Quick Start Invoke /sara with a task description and ask it to triage the request, delegate it to the appropriate specialist, and report the reviewed result.