sara

Route repository tasks to specialist agents and review delegated results.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/r-senchuk/agentskills --skill sara-r-senchuk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sara
Source: https://github.com/r-senchuk/agentskills/tree/main/.agents/skills/sara
Command: npx skills add https://github.com/r-senchuk/agentskills --skill sara-r-senchuk

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about sara

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a task to the right specialist agent?▼

Invoke /sara with your request. The Skill classifies the task, matches it to a specialist using a routing table (for example, Next.js files to the Next.js specialist, shell scripts to the shell specialist), and sends a bounded brief before reviewing the result.

How does multi-agent delegation work in a repository?▼

Delegation follows a five-step procedure: classify the request, select the specialist, apply a complexity rubric, send a bounded brief with constraints and risk tier, then review the returned evidence against the requested outcome before reporting.

When should I not use the sara orchestration skill?▼

Do not use it for direct specialist implementation, unsupervised external actions, or requests that do not call for orchestration. It activates only on an explicit /sara invocation or a request for multi-agent triage and coordination.

Can delegated agents perform destructive actions automatically?▼

No. Every delegation brief includes a risk tier of Read, Write, Destructive, or External. Destructive and External tiers require explicit user approval before the task is delegated to a specialist.

What happens if no specialist matches my request?▼

If no existing specialist fits the domain, the Skill asks the skill and agent authoring specialist to define the missing capability rather than forcing a mismatched delegation.