install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/delegate-check" ~/.claude/skills/majiayu000-claude-skill-registry-delegate-check && rm -rf "$T"
manifest:
skills/data/delegate-check/SKILL.mdsource content
Purpose
Identify delegation opportunities to focus on high-leverage leadership work.
Usage
- Review delegation opportunities/delegate-check
Steps
-
Analyze recent activities:
- Review last 2 weeks of meetings
- Check daily plans for time spent
- Identify recurring tasks
-
Categorize work:
- Strategic (only you can do)
- Tactical (could be delegated)
- Administrative (should be delegated)
-
Identify delegation candidates:
- What tasks are recurring?
- What could others learn from?
- What's taking your time but isn't strategic?
-
Check team capacity:
- Who has bandwidth?
- Who would benefit from development?
-
Create delegation plan:
- What to delegate
- To whom
- Transition approach
Output Format
# 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]