← ClaudeAtlas

wise-superviselisted

Attach a supervisor / watchdog loop to a running team of background agents and keep them on task — automates the manual "ping all your subagents, are you still on track?" nudge. Reads the team's members, actively probes each for its status, nudges any that are idle-but-unfinished or off-goal, and escalates a worker that stays stuck (TaskStop + surface). When the team's workers write heartbeats it also arms a background `stale-workers` Monitor to catch ones hung mid-turn. Invoked as `/wise-supervise` (bare alias) or `/wise:wise-supervise` (canonical), optionally with a team name. Use when the user says "ping all my subagents", "are my agents stuck", "supervise the team", "watch the agents", "nudge the stuck workers", "check my subagents are on track", or types `/wise-supervise`.
e1024kb/wise-claude · ★ 4 · AI & Automation · score 80
Install: claude install-skill e1024kb/wise-claude
# /wise-supervise — keep a running team of agents on task Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. ## Why this skill exists Background teammates **go idle after every turn** and then wait forever unless someone messages them. So a workflow or ad-hoc team can stall not because a worker failed but because nobody told it what to do next — and today the only fix is the user typing "ping all your subagents, verify they're on track." This skill is that nudge, automated and repeatable: it probes the team, prods the stuck members, and escalates the ones that stay stuck. It runs the shared supervisor routine in `${CLAUDE_PLUGIN_ROOT}/references/supervise-loop.md` — read that first; this skill is the standalone, attach-to-any-team entry point for it. The workflow engine runs the same routine automatically for `type: supervised-prompt` steps. ## Invocation ``` /wise-supervise # supervise the single active team (or ask which) /wise-supervise ticket-pr-run # supervise a named team /wise:wise-supervise <team> # canonical namespaced form ``` The positional, if present, is the team name. Anything else is ignored prose. ## Procedure ### 1. Resolve the team If a team name was given, use it. Otherwise read which teams ex