how-to-delegate
Installation
SKILL.md
Delegation Preparation Worksheet
Workflow Reference: See the agent-orchestration skill for the complete delegation flow, DONE/BLOCKED signaling protocol, and agent selection guide.
CRITICAL: You are an orchestrator. Complete ALL steps before invoking the Agent tool. Incomplete preparation causes failed delegations, wasted agent context, and poor outcomes.
<user_instructions>$ARGUMENTS</user_instructions>
Conditional Execution
flowchart TD
START[Skill loaded] --> CHECK{user_instructions content?}
CHECK -->|Empty or literal $ARGUMENTS| WAIT[Complete Step 1 only\nState: 'Delegation framework loaded. Awaiting task.'\nSTOP — wait for user task]
CHECK -->|Contains a task| FULL[Complete ALL steps 1–10\nFill every section with actual content\nDo NOT skip or summarize steps]