🤖Sub-agents & Automation·Sub-agents1/4
📖 Concept

Delegate with sub-agents

A sub-agent is a fresh Claude instance you spawn for a scoped task. It gets its own context, does the work, and returns a summary. Use them for parallelizable jobs that would otherwise bloat your main conversation.

  • Good fit: 'audit these 10 files for X'
  • Good fit: independent research / search jobs
  • Bad fit: a single linear task you're already on