| name | subagent-strategy |
| description | Use subagents liberally for research, exploration, and parallel analysis. Offload work to keep main context clean. Use when context is crowded, tasks can run in parallel, or for research/exploration work. One focused tack per subagent. |
| metadata | {"internal":true} |
Subagent Strategy
Use subagents liberally to keep the main context window clean and throw more compute at complex problems.
When to Use This Skill
- Main context is getting crowded
- Tasks can run in parallel
- Research or exploration is needed
- Complex problems requiring focused analysis
- Multiple independent investigations
Rule
When the main context is getting crowded or tasks can run in parallel, delegate to subagents.
Guidelines
- Use subagents liberally — don't hesitate
- Offload research, exploration, and parallel analysis
- For complex problems, throw more compute at it via subagents
- One tack per subagent for focused execution
- Keep each subagent's task narrow and well-defined
Quick Reference
| Situation | Action |
|---|
| Context crowded | Offload to subagent |
| Parallel tasks | Launch multiple subagents |
| Research needed | Delegate to exploration subagent |
| Complex analysis | Split into focused subagent tasks |