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.
Keeping Your Main Context Clean with Subagents
Offload noisy investigation to subagents so your main session keeps only the decisions, not the file dumps.
Let Subagents Do the Investigating
Send a subagent off to search and investigate in its own context, then get back just the answer without cluttering your session.