Agent Routing Guide
Read this file at the start of every session. It tells you which agents are available and when to use them.
How Agents Work
- Agents are specialist subprocesses. Spawn them to keep your main context clean.
- Worktree agents run in isolation — safe to run in parallel with your work.
- Non-worktree agents share your context — don't edit the same files they're reading.
- Never spawn more than 3 agents simultaneously.
- If a task is small enou
[Description truncada. Veja o README completo no GitHub.]