Parallel subagents that report back as one result
How one agent splits a task into subagents, runs them side by side, and returns a single diff for review.
Large tasks are faster when split. An Amoeba agent can fan a task out into parallel subagents, each working in its own worktree so nobody else’s lane is touched.
Subagents report back to the parent, which merges their work and posts one diff and one summary to the session.
From the team’s point of view it is still one task with one owner, which keeps Mission Control readable.