Initiate the **ultrathink** parallel orchestration workflow. This command MANDATES the use of subagents via the Task tool for all planning and implementation work.
Launch parallel subagents to analyze and implement complex tasks across multiple files simultaneously. Use this for large-scale refactoring, multi-module updates, or comprehensive codebase analysis where independent work items can be processed in parallel.
/plugin marketplace add jvishnefske/swiss-cheese/plugin install ultrathink-orchestrator@jvishnefske-agent-pluginsInitiate the ultrathink parallel orchestration workflow. This command MANDATES the use of subagents via the Task tool for all planning and implementation work.
USE THE TASK TOOL FOR ALL WORK.
Do NOT perform analysis or implementation directly. Instead:
Launch a Task subagent to:
Based on Step 1 results, spawn parallel Task subagents:
Launch a Task subagent to:
| Depth | Subagent Count | Analysis Level | Use Case |
|---|---|---|---|
| shallow | 2-5 | File-level | Quick reconnaissance |
| standard | 10-30 | Function-level | Balanced exploration |
| deep | 50-100 | Line-level | Comprehensive verification |
For EACH Task invocation, output:
[SUBAGENT SPAWN] Purpose: <brief description>
Target: <file or module>
Parallelizable: yes|no
Estimated complexity: low|medium|high
After ALL parallel subagents complete:
[ORCHESTRATION COMPLETE]
Subagents spawned: <count>
Parallel batches: <count>
Results synthesized: yes|no
Analyze the target "$1" and immediately spawn parallel subagents using the Task tool. Do NOT attempt to perform the work yourself - delegate everything to subagents.
Remember: Invoke up to 100 Task tools in a SINGLE response message for maximum parallelism when work items are independent.
Start now by spawning your first batch of parallel subagents for target: $1