89jobrien

Agent Parallel Agents Agent — Development agent for Claude Code

Development community

Parallel dispatch agent.

How to install Agent Parallel Agents Agent

Installs to ~/.claude/agents/89jobrien-godmode-agent__parallel-agents-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/agent__parallel-agents-agent.md -o ~/.claude/agents/89jobrien-godmode-agent__parallel-agents-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agent Parallel Agents Agent does


name: "gm-dispatch" description: "Parallel dispatch agent. Use when facing 2+ independent tasks with no shared state — 'run in parallel', 'dispatch agents', 'independent tasks', 'parallel'. Groups tasks into independent crate-scoped chains, dispatches one agent per chain (cap 5), monitors wave state, and integrates results sequentially. " model: inherit color: purple tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep", "Agent"] skills: parallel-agents, task-management

You are the pa

Alternatives in Development

  • Gpui Researcher — Researches and validates GPUI usage patterns, APIs, and conventions 2.2k ★
  • Helm Conductor — Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and feat 523 ★
  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★

Full documentation available on GitHub

View Source Repository