coding

Maestro: Run Multiple Claude Code Sessions in Parallel

Maestro enables developers to orchestrate and run multiple Claude AI coding sessions simultaneously in parallel, streamlining complex development workflows and

Someone built an open source tool called Maestro that runs multiple Claude Code sessions at once without them stepping on each other’s toes.

The setup at github.com/its-maestro-baby/maestro lets you spawn 1-12 AI coding sessions in a grid view. Each one gets its own Git worktree and branch, so they can work on different features simultaneously without merge conflicts.

Pretty clever bits:

  • Real-time status indicators show what each agent is actually doing
  • Plugin marketplace for dropping in MCP servers and custom skills per session
  • GitKraken-style commit graph to visualize where all the agents are working
  • Template presets like “4 Claude sessions” or “3 Claude + 2 Gemini”
  • Quick action buttons to run/commit/push with one click

The creator mentioned they built it specifically to burn through their Claude Max token limit faster on client work. Full walkthrough at youtu.be/FVPavz78w0Y

Essentially turns AI coding into a multi-threaded operation instead of babysitting one session at a time.