delegate-subagent
Installation
SKILL.md
Delegate to Subagent
Overview
Subagent delegation enables focused task execution by offloading specific work to specialized agents. This skill should be invoked when tasks need focused attention, specialized knowledge, or independent execution that can proceed without constant main context.
Core Principles
- Clear Scope: Define specific, bounded tasks for delegation
- Sufficient Context: Provide enough information for the subagent to succeed
- Independent Execution: Tasks should be self-contained
- Result Integration: Plan how results will merge back
Preparation Checklist
- Identify task boundaries - what can be delegated vs. what must stay in main
- Determine what context the subagent needs
- Define success criteria for the delegated task
- Plan integration approach