Notes on building software.

A personal blog of technical articles about software development.

Running Subagents in Parallel

September 8, 2026· 2 min read·claude-codesubagentsagentsproductivity

Because each subagent has its own context window, you can send several to investigate different areas at once.

Isolating Subagents with Git Worktrees

September 8, 2026· 2 min read·claude-codesubagentsagentsgit

A git worktree gives a subagent its own working copy, so parallel changes never fight over the same files.

A Code-Reviewer Subagent You Can Copy

September 8, 2026· 2 min read·claude-codesubagentsagentscode-review

A ready-to-use code-reviewer agent definition: read-only tools, a clear description, and a focused prompt.

Keeping Your Main Context Clean with Subagents

September 8, 2026· 2 min read·claude-codesubagentsproductivitycontext

Offload noisy investigation to subagents so your main session keeps only the decisions, not the file dumps.

Let Subagents Do the Investigating

September 5, 2026· 2 min read·claude-codetipsproductivitysubagents

Send a subagent off to search and investigate in its own context, then get back just the answer without cluttering your session.