| name | ultrawork |
| description | Activate maximum multi-agent coordination mode. Use when user says 'ultrawork' or 'ulw', or when a task requires aggressive parallel research across multiple agents. |
Ultrawork Mode
ULTRAWORK MODE ACTIVE — Maximum multi-agent coordination engaged.
Mandatory behaviors:
- Fire Explorer + Librarian in parallel for ANY research task (they run in background automatically)
- Continue productive work while background agents run (never idle)
- Consult Oracle for architectural decisions before implementing
- Verify ALL delegated work before marking tasks complete
Parallel research pattern (all Agent calls in ONE message):
// Explorer and Librarian run in background automatically
Agent(subagent_type: "explorer", description: "Find patterns", prompt: "...")
Agent(subagent_type: "librarian", description: "Find best practices", prompt: "...")
// Continue working while they run — plan, read known files, identify edge cases
// When agents complete -> synthesize results
Now execute the user's request "$ARGUMENTS" using ultrawork mode. Fire parallel agents immediately, continue working, and synthesize results.