team-workload-balancer

Balance team workload distribution

Content Preview
# team-workload-balancer

Balance team workload distribution

## Purpose
This command analyzes team members' current workloads, skills, past performance, and availability to suggest optimal task assignments. It helps prevent burnout, ensures balanced distribution, and matches tasks to team members' strengths.

## Usage
```bash
# Show current team workload
claude "Show workload balance for the engineering team"

# Suggest optimal assignment for new tasks
claude "Who should work on the new payment
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/team-workload-balancer.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/team-workload-balancer.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/team-workload-balancer.md

Related Skills