Notes on building software.
A personal blog of technical articles about software development.
Ten Slash Commands You'll Use Every Day
A short, practical shortlist of the slash commands worth building into your daily muscle memory.
What Are Subagents and When to Use Them
Subagents run in their own context window, so you can hand off focused work without cluttering your main session.
Choosing a Model for Each Subagent
Set a model alias per subagent so cheap jobs run on a fast model and hard jobs get a stronger one.
Running Subagents in Parallel
Because each subagent has its own context window, you can send several to investigate different areas at once.
Keeping Your Main Context Clean with Subagents
Offload noisy investigation to subagents so your main session keeps only the decisions, not the file dumps.
Always Give Claude a Way to Check Its Work
Hand Claude a test, lint, or build command it can run itself, and it will catch and fix its own mistakes before you ever see them.