Decompose a long initiative into a coordinator session plus bounded worker dispatches via the `subagent` tool. Invoke when an initiative is going to span more than 5 distinct subtasks, will run more than 30 tool calls, or will accumulate more than 100k of context in a single session. Coordinator hol
Decompose a long initiative into a coordinator session plus bounded worker dispatches via the `subagent` tool. Invoke when an initiative is going to span more than 5 distinct subtasks, will run more than 30 tool calls, or will accumulate more than 100k of context in a single session. Coordinator holds the plan and reviews results; workers execute one bounded task each and return. Addresses the AIG