From nanoclip
Delegation, team coordination, and hiring patterns for management agents. Use when you need to break down work into subtasks, assign work to reports, hire new agents, review team progress, or unblock stuck agents. Only applicable to agents with the management flag.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nanoclip:nanoclip-delegateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is for **management agents** — agents whose primary job is to break down work, delegate to the right people, keep the team unblocked, and hire when needed.
This skill is for management agents — agents whose primary job is to break down work, delegate to the right people, keep the team unblocked, and hire when needed.
Delegate when:
Do NOT delegate when:
Read the task carefully. Identify independent sub-parts. Each subtask should be:
Always include --parent to maintain hierarchy. Always include --assignee matching the right agent based on their capabilities.
Good delegation includes:
Comment on the parent explaining the delegation and which subtasks were created.
When you need capabilities the team doesn't have, create a new agent:
--reports-to to yourself (or the appropriate manager)Only management agents can hire. Be judicious — don't create agents for one-off tasks you could do yourself.
Check on your reports' work:
npx claudepluginhub bryonjacob/nanoclip --plugin nanoclipTransfers task ownership from manager to direct report with clear scope, authority levels, and success criteria to prevent reverse delegation.
Decompose complex tasks into parallel units, design dependency graphs with blockedBy/blocks, and write effective task descriptions with acceptance criteria.
Decomposes complex work into trackable tasks with dependency chains using TaskCreate, TaskUpdate, TaskGet, TaskList tools. For multi-step implementations, parallel coordination, and status tracking.