Skip to main content
Run any Skill in Manus
with one click

delegation

Stars3
Forks0
UpdatedJuly 8, 2026 at 02:33

Parallelize work via six patterns: built-in agents (Algorithm/Explore/Plan/general-purpose via Task), worktree-isolated agents (conflict-free parallel edits), background agents (run_in_background, non-blocking), custom agents (ComposeAgent → Task), agent teams (TeamCreate + TaskCreate + SendMessage for multi-turn coordination), parallel task dispatch. Two-tier: lightweight (haiku, max_turns=3, one-shot) vs full (multi-step). Decision rule: agents need to talk or share state → Teams; independent one-shot → Subagents. Auto-invoked by Algorithm at 3+ workstreams. USE WHEN parallel execution, agent team, swarm, spawn agents, fan out, divide and conquer, multi-agent, coordinate agents. NOT FOR single-agent personality composition (use Agents).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly