← ClaudeAtlas

superviselisted

Dispatch a multi-wave plan to specialist agents with audit + risk-area abort. Supports --auto-push, --auto-merge, --goal-mode for budgeted runs. NOT for writing the plan itself (that is /spec), and NOT for a single small edit with no waves — just make the edit.
joymin5655/Agent · ★ 2 · AI & Automation · score 69
Install: claude install-skill joymin5655/Agent
# /supervise ## Goal Take a written plan (`~/.agent/plans/<slug>.md` with Wave 1..N sections) and run it end-to-end, dispatching the right specialist agent for each wave, auditing after each wave, and aborting on risk-area violations. ## Modes | Mode | Behavior | |---|---| | `/supervise <slug>` | Default: full-auto. Dispatch, audit, advance. Stops on Wave fail or safeguard. | | `/supervise <slug> --goal-mode` | Tracks state in SQLite via `core/infra/supervisor-goal.sh`. Resumable across sessions. Requires `sqlite3` + `jq` (the script exits 127 without them — see README Prerequisites). | | `/supervise <slug> --auto-push` | Each wave commits + pushes + opens PR. User merges. | | `/supervise <slug> --auto-merge` | Each wave commits + pushes + admin-merges via `auto-ship.sh`. | ## Permission friction (plan-scope-allow prerequisite) /supervise does not grant itself permissions. Whether wave edits hit the native permission prompt is decided by the `plan-scope-allow` gate (`docs/gate-registry.md`), which is active only when `AGENT_PLAN_ALLOW_MODE=on` is exported, or — with the env unset — when the workspace resolves to the `personal` trust tier (`docs/customization.md` § Trust tiers). In `collab` workspaces, expect a prompt per edit; prefer report-first waves there. Coverage is Write/Edit/MultiEdit only — Bash/MCP wave commands always keep their own gates and prompts (extension is backlog LE-1). Hard safeguards (risk-area abort, R4 mutex, gitleaks, test-failure abort) bind in