Orchestration logic for multi-agent coordination. Use when delegating tasks to sub-agents (Jules, Valera, etc.) or when multiple agents work on the same project.
"One Maestro, many performers. No overlapping, no confusion."
When the Maestro (Orchestrator) delegates a task:
Break the request into independent chunks (e.g., Frontend UI vs. Backend API).
Assign based on the Maestro Mapping:
If Agent A depends on Agent B (e.g., Frontend needs API schema), Agent B must complete its task and provide the Contract (JSON schema, Type definitions) before Agent A starts.
.agent/shared/ for common types, schemas, and ADRs.{task-slug}.md).