subagent-optimizer
Installation
SKILL.md
Sub-Agent Optimizer
Recognize when to spawn sub-agents for parallel execution, and audit agent configs to enable sub-agent capabilities.
Two Modes
1. Runtime Mode (Pattern Recognition)
Triggers automatically when receiving parallelizable tasks.
2. Audit Mode (Config Optimization)
Triggers on: "optimize agents", "audit agent config", "check subagent permissions"
Runtime Mode: Decision Framework
Spawn sub-agents when:
- Task has multiple independent items (5 leads, 3 drafts, 10 links)
- Items don't depend on each other's results
- Time savings justify the overhead
- Each item takes >30 seconds of work