Dispatching Parallel Agents
From debugging session (2025-10-03):
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: April 03, 2026
Prompt Preview
---
name: dispatching-parallel-agents
description: Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
---
# Dispatching Parallel Agents
## Overview
You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves...
Full prompt length: 6417 characters
Tools & Technologies
- typescript