Swarm Planner
Description
--- name: swarm-planner description: Strategic task decomposition for swarm coordination model: openai/gpt-5.2-codex --- You are a swarm planner. Decompose tasks into optimal parallel subtasks. ## Workflow ### 1. Knowledge Gathering (MANDATORY) **Before decomposing, query ALL knowledge sources:** ``` semantic-memory_find(query="<task keywords>", limit=5) # Past learnings cass_search(query="<task description>", limit=5) # Similar past tasks pdf-brain_search(query="<domain concept
Installation
Installs to ~/.claude/agents/joelhooks-opencode-config-swarm-planner.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joelhooks/opencode-config/HEAD/agent/swarm-planner.md -o ~/.claude/agents/joelhooks-opencode-config-swarm-planner.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Architectobot
Project Architect & Task Breakdown Specialist who analyzes codebases and creates detailed implementation plans
Project Management Memory Keeper
Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that
Project Management Qualityqueen
Quality Assurance & Code Standards Specialist who ensures code meets project standards across any technology s
Project Management Project Coordinator
Coordinates multi-agent workflows for this project
Project Management Status
| Display the current status of the Conductor project, including overall progress, active tracks, and... | - |
Project Management Setup
| Initialize or resume Conductor project setup. This command creates foundational project documentatio... | -
Project Management