Plan well, build small, build all, review. That is the play. Multi-delegating is running it several times at once: one plan per build, one worktree per build, merged in one at a time.
The play is the retreat. Every block you build runs the same four moves: plan well, build small, build all, review. Run it once and you have a feature. Run it five times and you have a system. Run it without thinking and you have the muscle that makes the next project take a day instead of a month.
The second half is where the leverage compounds. One founder, one laptop, one afternoon: the dashboard building in one session, the nurture campaign in another, the agent in a third. Not because the AI is faster, but because you stopped waiting on one build to start the next.
Every build at the retreat runs the same play. The CRM. The dashboard. The nurture campaign. The agent. By the fourth time you do not need the handout.
Once the play is a habit, the bottleneck is you waiting. A full build takes forty minutes of agent time and two minutes of your attention. Multi-delegating is spending those forty minutes starting the next build instead of watching this one.
It works because of worktrees (Protocol 05). Each Claude Code session gets its own copy of the repo on its own branch. The dashboard session and the nurture session never see each other's half-finished files. They each run the play. They each stop when a check fails or the Definition of Done passes. You check them in one at a time.
The same move works one level up. A new project is a new folder with the canonical layout (Protocol 08), a new repo, a new Vercel project, and the play run from the start. Because every project has the same shape, the agents do not need to learn it; they already know where the plan lives and where the QA review goes.
Founders who run this well have three or four projects in flight at once and spend their day checking in, not building. That is the leverage curve. The agents hold the volume; you hold the judgment.
You need a project with a product plan (Protocol 09) and at least two epics that do not touch the same files. A dashboard page and an email feature work well. Open Claude Code in the project.
Tell the PM agent: "Write docs/plans/dashboard-plan.md and docs/plans/email-plan.md, each with ordered steps, a visible check per step, and a Definition of Done, under one page each." Read both. Confirm they touch different files.
"Start a worktree on a branch called build/dashboard and execute docs/plans/dashboard-plan.md step by step. Only stop if a check fails." Let it run.
Open a second Claude Code session. "Start a worktree on a branch called build/email and execute docs/plans/email-plan.md step by step." Two builds are now running on one machine.
Read its report. Open its Vercel preview URL. Ask it: "Act as QA. Test every line of the Definition of Done against the preview and print PASS or FAIL with evidence." Fix the FAILs. Merge.
Tell it: "Pull main, re-run your checks, then QA the Definition of Done." When it passes, merge. Remove both worktrees. Two features shipped, one afternoon, and you never watched a build.
The play run twice at once, two branches merged in turn, no lost work. You have felt the moment the bottleneck moves from the agent to your own check-in cadence, which is the moment leverage becomes real.
You run the play once on the dashboard, then start the nurture campaign and the cloud agent in two worktrees and check them in one at a time. Three builds, one afternoon, one laptop.