Subagent Usage
What Subagents Are
Subagents are separate Claude instances spawned from your main session. They have their own context window, execute independently, and return results to the main session. Your main context stays clean.
When Subagents Help
Tasks that benefit from subagents:
- Testing: writing tests for code you just implemented (test-writer agent)
- Code review: reviewing your own changes for quality (code-simplifier agent)
- Research: reading many files t
[Description truncada. Veja o README completo no GitHub.]