What problem does it solve?
This skill solves the problem of context bloat and inefficient task delegation by providing strict guardrails for spawning sub-agents within a Team pipeline, ensuring that nested operations remain efficient and non-interactive.
Core Features & Use Cases
- Context Economy: Optimizes agent performance by offloading bulk reading or verification tasks to specialized sub-agents only when necessary.
- Safety Guardrails: Enforces strict operational boundaries, such as read-only access for helpers and depth limits, to prevent runaway agent behavior.
- Use Case: When a researcher needs to verify a complex claim across multiple files, this skill allows them to dispatch a skeptic sub-agent to perform the verification without cluttering the main agent's primary context.
Quick Start
Instruct the current agent to use the nested-agents protocol to dispatch a read-only scout for verifying the identified code findings.