Swarm Planner banner
joelhooks joelhooks

Swarm Planner

Project Management community

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

Terminal
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 Repository