Delegate tasks and rebalance team workload
team-delegatecommandsetup L2★35,423
wshobson/agents ↗What it does
Assign tasks, manage team workload, rebalance
Best for
Quick team task delegation with workload balancing, member messaging, and unassigned task triage.
Inputs
- · Team name
- · Action flags: --assign, --message, --rebalance
- · Task ID, member name (for assignment)
Outputs
- · Delegation dashboard (workload table, suggestions)
- · Task assignment confirmations
- · Rebalancing recommendations
Requires
- · TaskUpdate (task ownership)
- · SendMessage (member notifications)
- · TaskList (read current state)
Preconditions
- · Team config at ~/.claude/teams/{team-name}/config.json
- · Implicit task context (Composer)
Failure modes
- · Requires user confirmation for rebalancing (not auto)
- · Idle member detection may miss context (e.g., in-progress but not tracked)
- · Blocked task detection relies on explicit task dependencies
Trust signals
- · Task ownership tracking
- · Workload analysis (overloaded/balanced/idle)
- · Rebalancing suggestions (move N from X to Y)
- · Blocked task detection and resolution hints