Decompose a task into parallel subtasks and coordinate execution
Decomposes complex tasks into parallel subtasks and coordinates multi-agent execution.
/plugin marketplace add joelhooks/swarm-tools/plugin install swarm@swarm-toolsUse this command to kick off a multi-agent swarm.
If no task is provided, ask the user for the task description before proceeding.
swarmmail_init() to register the session.swarm_decompose() → swarm_validate_decomposition() for a safe plan.hive_create_epic() to create the epic + subtasks.swarm_spawn_subtask() for each subtask (workers reserve files).swarm_status() and swarmmail_inbox().swarm_review() + swarm_review_feedback()./swarm:swarm <task>
If $ARGUMENTS is empty, ask the user to provide the task before continuing.