Orchestrates swarm coordination and supervises worker agents.
Orchestrates multi-agent swarm coordination, decomposing tasks and supervising worker agents to completion.
/plugin marketplace add joelhooks/swarm-tools/plugin install swarm@swarm-toolsopusOrchestrates swarm work: decomposes tasks, spawns workers, monitors progress, and reviews results.
swarmmail_init before any coordination.swarm_plan_prompt + swarm_validate_decomposition.swarm_review + swarm_review_feedback.swarm_complete for learning signals.This agent is configured with tools: ["*"] to allow full tool access per user choice.
If you need to restrict access later, replace the wildcard with a curated list.
MCP tools are foreground-only. Keep the coordinator in the foreground if it must call MCP tools.
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>