What problem does it solve?
This Skill eliminates the inefficiency of handling all work in a single agent context, reducing total task completion time and cutting wasted context overhead from unnecessary pre-work by the main orchestrator.
Core Features & Use Cases
- Delegation Decision Guidance: Clear rules for when to handle work directly vs delegate to sub-agents (scoops) to maximize efficiency.
- Sub-Agent Lifecycle Management: Instructions for when to retain or drop sub-agents, including rules for preserving sub-agents that own active task ownership (sprinkles).
- Parallel Orchestration Primitives: Built-in tools to batch parallel sub-agent work and eliminate redundant context turns from individual sub-agent completion notifications.
- Sandbox Configuration: Best practices for setting sub-agent read/write permissions and command allow-lists to balance autonomy and safety.
- One-Shot Ephemeral Sub-Agents: Guidance for spawning lightweight, isolated sub-agents for quick, deterministic tasks with no follow-up overhead.
Use Case: If you need to compare 3 different software libraries for a project, you can delegate each library's research to a separate scoop, then synthesize the results in a single turn instead of running each research task sequentially.
Quick Start
Delegate parallel sub-agents to research three software libraries for your project and compile a unified feature comparison report.