Coordinate multiple Claude Code sessions for shared state, task routing, and teamwork.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "coordinator" yet — see the docs or source repo.
Use coordinator to create three Claude Code sessions: architect, implementer, and reviewer. Have the architect break down a 'user login module' task, the implementer handle coding, and the reviewer check API consistency; keep task state shared and send updates at each stage.
A coordinated multi-role workflow with task breakdown, shared state, message passing, and progress updates.
Use coordinator to manage two sessions: one investigates a failing test, and the other fixes the code based on the findings. Automatically send the root cause to the fix session and record progress.
A troubleshooting workflow with automatic handoff so analysis and fixing proceed in coordination.
Use coordinator to set up session management and scheduling for a small development project: assign todos, set priorities, track each session's current status, and summarize everything into a concise progress report.
An actionable scheduling setup with unified status tracking and a concise progress summary.
Coordinate multiple Claude sessions across machines with shared state management.
Coordinate multiple Claude Code agents for collaborative development and automated code review.
Coordinate multiple Claude Code sessions via broadcast and peer-to-peer messaging.
Coordinate multiple Claude Code sessions for dependency-aware parallel coding workflows.
Let Claude Code sessions in one project exchange short coordination messages.
Delegate code investigation, edits, and verification to Claude Code with background job management.