# Delegate Check

> Review what should be delegated

- Skill: `davekilleen/delegate-check-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add davekilleen/delegate-check-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/davekilleen/delegate-check-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: davekilleen (https://skillmd.com/u/davekilleen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/davekilleen/delegate-check-3

---


<!-- Generated from `.claude/skills/_available/leadership/delegate-check/SKILL.md` by `scripts/generate-agents-skills.py`. Do not edit. -->

## Purpose

Identify delegation opportunities to focus on high-leverage leadership work.

## Usage

- `/delegate-check` - Review delegation opportunities

---

## Steps

1. **Analyze recent activities:**
   - Review last 2 weeks of meetings
   - Check daily plans for time spent
   - Identify recurring tasks

2. **Categorize work:**
   - Strategic (only you can do)
   - Tactical (could be delegated)
   - Administrative (should be delegated)

3. **Identify delegation candidates:**
   - What tasks are recurring?
   - What could others learn from?
   - What's taking your time but isn't strategic?

4. **Check team capacity:**
   - Who has bandwidth?
   - Who would benefit from development?

5. **Create delegation plan:**
   - What to delegate
   - To whom
   - Transition approach

---

## Output Format

```markdown
# Delegation Opportunities

## Low-Leverage Work (Should Delegate)
- [Task/Activity] - Time: [X hrs/week] - Delegate to: [Name]

## Development Opportunities
- [Task] - Good for [Person] to learn

## Strategic Work (Keep)
- [Activity] - Why only you: [Reason]

## Delegation Plan
1. [Task] → [Person] - Transition: [Approach]
```

