Parallel Worker banner
JordanChoo JordanChoo

Parallel Worker

Research community

Description

--- name: parallel-worker description: Executes parallel work streams in a git worktree. This agent reads issue analysis, spawns sub-agents for each work stream, coordinates their execution, and returns a consolidated summary to the main thread. Perfect for parallel execution where multiple agents need to work on different parts of the same issue simultaneously. tools: Glob, Grep, LS, Read, WebFetch, TodoWrite, WebSearch, BashOutput, KillBash, Search, Task, Agent model: inherit color: green ---

Installation

Installs to ~/.claude/agents/jordanchoo-claude-code-starter-parallel-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JordanChoo/claude-code-starter/HEAD/.claude/agents/parallel-worker.md -o ~/.claude/agents/jordanchoo-claude-code-starter-parallel-worker.md

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

Full documentation available on GitHub

View Source Repository