Notes on building software.
A personal blog of technical articles about software development.
Running Subagents in Parallel
Because each subagent has its own context window, you can send several to investigate different areas at once.
Isolating Subagents with Git Worktrees
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
A ready-to-use code-reviewer agent definition: read-only tools, a clear description, and a focused prompt.