From 46ffd328c7f6dc61875aefce892b8bcc10aa4c4d Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 13 Mar 2026 00:31:07 -0700 Subject: [PATCH] docs: add Conductor parallel sessions section to README Co-Authored-By: Claude Opus 4.6 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d9768177..6bb7d5c3 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,16 @@ You already use Claude Code heavily and want consistent, high-rigor workflows in This is not a prompt pack for beginners. It is an operating system for people who ship. +## How to fly: 10 sessions at once + +gstack is powerful with one Claude Code session. It is transformative with ten. + +[Conductor](https://conductor.build) runs multiple Claude Code sessions in parallel — each in its own isolated workspace. That means you can have one session running `/qa` on staging, another doing `/review` on a PR, a third implementing a feature, and seven more working on other branches. All at the same time. + +gstack is Conductor-aware out of the box. Each workspace gets its own isolated browser instance (separate Chromium process, cookies, tabs, and logs) so `/browse` and `/qa` sessions never collide. No configuration needed — it just works. + +This is the setup I use. One person, ten parallel agents, each with the right cognitive mode for its task. That is not incremental improvement. That is a different way of building software. + ## Install **Requirements:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Git](https://git-scm.com/), [Bun](https://bun.sh/) v1.0+. `/browse` compiles a native binary — works on macOS and Linux (x64 and arm64).