watch-team
Installation
SKILL.md
Watch Team
Monitor all panes in a tmux window running a Claude Code team. Detect stuck agents waiting on approval prompts, auto-approve them, and report task/team status.
Steps
- Identify team window — find the tmux window (from a passed argument or by listing available windows).
- List panes — get all pane indexes, sizes, commands, and PIDs.
- Check task status — read
~/.claude/tasks/<team>/for in_progress and pending tasks. - Auto-approve loop — poll all panes for "Do you want to proceed?" every 3 seconds.
- Report — summarize what was unblocked and current task states.
- Warn if lead is stuck — alert if the lead pane is over 90% budget or under 10% context.