What problem does it solve?
This Skill addresses the challenge of dividing larger tasks among multiple AI agents without overwhelming them with unnecessary context, ensuring focused work and maintaining central control over architectural decisions.
Core Features & Use Cases
- Focused Delegation: Assign narrow, high-leverage tasks to subagents.
- Context Minimization: Pass only the essential context required for a specific sub-task.
- Centralized Synthesis: Keep final architectural judgment and integration within the main agent thread.
- Avoids Overlap: Prevents duplicated effort, conflicting edits, and context bloat among agents.
- Use Case: When tasked with refactoring a large codebase, use this skill to delegate the implementation of a specific module to one subagent, test generation for that module to another, and code review of the changes to a third, all while the main agent oversees the overall architecture and integrates their outputs.
Quick Start
Use the subagent-delegation skill to delegate the task of inspecting the 'authentication' module to a subagent, providing only the relevant files.