What problem does it solve?
This skill addresses context bloat and performance degradation by providing a structured framework for offloading tasks to subagents, preventing the primary agent from exceeding token limits or becoming overwhelmed.
Core Features & Use Cases
- Strategic Delegation: Choose between subagent (isolated), fork (context-aware), or background (asynchronous) execution based on task requirements.
- Context Management: Automatically offload work when context usage exceeds 30% to maintain optimal performance.
- Use Case: When tasked with a complex project, use this skill to spawn a subagent for isolated code review while you maintain the high-level orchestrator role, ensuring efficient memory usage.
Quick Start
Use the delegation skill to fork the current session and assign a subagent to perform a code review on the latest changes.