agent-dispatch

Routes tasks to domain-specific subagents with enforced tool constraints and output verification.

2|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/0xUrsanomics/utopia-os --skill agent-dispatch-0xursanomics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-dispatch
Source: https://github.com/0xUrsanomics/utopia-os/tree/main/skills/agent-dispatch
Command: npx skills add https://github.com/0xUrsanomics/utopia-os --skill agent-dispatch-0xursanomics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the chaos of unmanaged agent delegation by providing a structured, domain-specific framework for spawning subagents, ensuring tasks are handled by the right persona with the correct tool boundaries.

Core Features & Use Cases

  • Domain-Based Routing: Automatically classifies tasks into research, build, draft, verify, or ops domains to select the appropriate subagent type.
  • Safety-First Briefing: Enforces strict briefing scaffolds and tool denylists to prevent subagents from exceeding their scope or accessing unauthorized tools.
  • Verification Protocol: Implements a mandatory diff-verification step to ensure subagent outputs are accurate and safe before integration.

Quick Start

Use the agent-dispatch skill to route the current task of auditing the codebase to a research subagent using the standard briefing scaffold.

Frequently Asked Questions about agent-dispatch

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

FAQPage Schema
How do I orchestrate subagents for complex task delegation?

Subagent orchestration works by automatically classifying tasks into research, build, draft, verify, or ops domains. This domain-based routing delegates tasks to specialized subagents while enforcing strict tool denylists and scope boundaries.

How do I prevent subagents from accessing unauthorized tools during task hand-off?

Prevent unauthorized tool access by enforcing safety-first briefing scaffolds and tool denylists during subagent spawning. This restricts subagent capabilities and maintains strict memory isolation protocols throughout the task hand-off lifecycle.

What is domain-aware routing for agent delegation?

Domain-aware routing is a classification mechanism that maps task requirements to predefined operational domains such as research, build, draft, verify, or ops. It automatically selects the appropriate subagent type to handle delegated tasks.

How do I verify subagent outputs before integrating them into my workflow?

Verify subagent outputs by implementing a mandatory diff-verification step before integration. This protocol ensures that subagent results are accurate and safe, preventing unmanaged or erroneous outputs from compromising system integrity.

Do I need a specific schema to manage agent delegation across operational domains?

Yes, structured agent delegation requires adherence to the agent-phase-domains schema. This schema defines the operational domains and memory isolation protocols necessary for managing the subagent briefing and task hand-off lifecycle.