howiclaudearmory◆ legendary build
The Parallel Demon
LegendaryThe Parallel Demon verified
@parallel-demonSoulbound to@parallel-demon
configClaude Code 1.0.4Ghostty
claude‑ing sinceNov 2024
EQUIPPED
the physical loadout- KeyboardKinesis Advantage360split ergo
- PointerLogitech MX Master 3S
- DisplaysLG 38WN95C-W UltraWide + 27" portrait2 screens
- MicShure SM7Bon a boom arm
- AudioSony WH-1000XM5over-ear
- SeatHerman Miller Aeronergonomic
- RigMacBook Pro 16" M3 Max · 64GBstanding desk
gear names link out — affiliate links — howiclaude may earn a commission
BUILD
abilities · augments · attunements- +1 Ability“five-tab-parallel” — spins up 5 worktree sessions on one feature
- +2 Ability“writing-plans” — writes implementation plans before touching code
- +3 Ability“dispatching-parallel-agents” — fans out independent subtasks to subagents
- Augment:superpowersplugin
- Augment:feature-devplugin
- Attuned:linear · sentrylinear: file issues from the terminal
- Use:Claude from CLI · desktop · iOS
STATS
while equipped- Burns 52,000,000 tokens per month (~52M)
- Costs $160 / month to maintainClaude Max + subscriptions
- Inspected 0 times
ACHIEVEMENTS
Five sessions. Always.
IN ACTION
statusline · the build, runningtheir statusline (representative)
┌─ claude ──────┬─ claude ──────┬─ claude ──────┬─ claude ──────┬─ ghostty ─────┐ │ feat/auth │ feat/payments │ chore/ci │ test/int │ tail logs │ └───────────────┴───────────────┴───────────────┴───────────────┴───────────────┘
how the panes are tiled
inspect: the full config — 3 sections · 4 cards3 sections · 4 cards · every one exportable
TL;DR
Five sessions. Always.
I run five Claude Code sessions at all times — one per worktree. The split ergo keyboard means I'm not fighting RSI while I review diffs. The ultrawide handles three panes without a seam. The dog and cat provide mandatory context-switch breaks.
How I think about it
Parallelism is the only moat
If you're running Claude sequentially you're leaving 80% of the performance on the table. Five independent worktrees, five sessions, all unblocked. Review diffs while the next batch thinks. The bottleneck isn't the model — it's your review throughput.
My workflow
Five worktrees before 9am
#parallelismEvery morning I spin up five worktrees on the feature I'm building and launch a Claude Code session in each. They all start simultaneously. By the time I've poured coffee, three have finished their first round.
Sentry errors → Claude fix → PR in one command
#automationThe Sentry MCP means I never tab out. I see the error in the terminal, Claude reads the trace, writes the fix, opens the PR. It's the closest thing to zero-context-switch debugging I've found.