Super Claude Code

How one person built 18+ projects in 4 days with a multi-agent Claude Code architecture.

Architecture

Kirk (Director) Bridge (Main Claude Code session) Sub-agents Coder Workspaces (6) minime Mini Me PWA motto Motto estimates multibrand Payments revball Revenue projections onezelis Signal/OneZelis avalanche Snowpack ext + sub-agents Infrastructure Terraform Fargate (ECS) cake.sh CLI ECR AWS (staging) Legend: Kirk (human) Bridge (coordinator) Workspaces (agents) Infrastructure Each workspace = independent machine Each machine runs its own Claude Code Bridge coordinates via file bus + git /tmp/claude-bus/ File-based message bus for inter-agent coordination

The Process

  1. Spec in Notion
    Document the idea, architecture, acceptance criteria. Claude Code reads the spec via MCP tool, so it knows the goal before writing a line.
  2. Create a Coder workspace
    Fresh remote machine with the repo cloned. Each project gets its own isolated environment so agents never step on each other.
  3. Start Claude Code
    Give it the Notion spec + CLAUDE.md context. The combination of project instructions and a clear goal means it can work autonomously for hours.
  4. Let it build
    Claude Code creates files, runs tests, iterates on failures, installs dependencies, and self-corrects. You watch the logs or go start the next one.
  5. Communicate via file bus
    The Bridge session coordinates agents by writing/reading files in /tmp/claude-bus/. Status updates, requests, completed signals all flow through plain text files.
  6. Pull work to main branch
    Bridge pulls completed code from workspace branches, resolves any conflicts, and prepares the deployment config.
  7. Deploy via cake.sh
    Build the Docker image, push to ECR, update the ECS service. One command: ./cake.sh deploy minime
  8. Iterate
    Kirk reviews, gives notes, Claude adjusts. Rapid feedback loops. The human does product thinking; the agents do the building.

Tips for Solo Use

No multi-machine setup needed. One Coder workspace is enough.

What Worked / What Didn't

Worked

  • Parallel agents on separate machines for independent projects
  • File-based message bus for coordination
  • One "bridge" session as single source of truth
  • Portal theme making the whole thing fun
  • cake.sh CLI for one-command deploys
  • Notion specs before code

Didn't Work

  • Bash guard kept killing commands
  • SSH-based polling (connections drop)
  • Trying to run terraform from the wrong shell
  • 90 minutes of sleep
  • Forgetting to rebase before pushing

Numbers

18+ Projects built
6 Remote Claude Code agents
~600 Teleprompter scripts
1 Self-destructing landing page
1 Credits roll where Claude takes all the credit
~50k Lines of code across all projects
4 Days of hackathon
90min Of sleep
🍰
by hellokirk
build:605ca995c0