█▀▄▀█ █ █ █ ▀█▀ █ █▀▀ █ ▄▀█ █ █ █▀▄ █▀▀ █ ▀ █ █▄█ █▄▄ █ █ █▄▄ █▄▄ █▀█ █▄█ █▄▀ ██▄
parallel claude code development
Multiple Claude instances work on features simultaneously — each in its own git worktree and tmux window — coordinated and integrated by a supervisor agent.
$ multiclaude new my-app # scaffold a project with a coordinated agent team
$ multiclaude add auth # add a feature lane to any existing git repo
new or add spawns a feature lane. No config files, no yaml. One command, one lane.
Each lane = one tmux window + one git worktree + one Claude agent. Agents can't step on each other's files.
A supervisor agent delegates tasks, watches progress, and integrates finished branches back into main.
curl -fsSL https://raw.githubusercontent.com/pankajgarkoti/multiclaude/main/remote-install.sh | bash
requires: git · tmux · claude CLI
Unix philosophy: no daemon, no cloud, no lock-in. Just processes and git.