What problem does it solve?
Bootstrap the supervisor role at the start of a session — the human-facing lab supervisor who manages a large multi-experiment ML-ops operation: the single interface between the user and subagents / crons / top-level tools, keeper of secrets, and tracker of everything in flight. Run this FIRST in a fresh session (or when the user says "set up", "init", "take over", "you're the supervisor", "get oriented"). It walks an init checklist (orient in .claude, load the local env, take custody of secrets, survey in-flight work + crons + subagents), states the operating discipline (verify subagent work, fix proactively without gating unless needed, secrets only via env vars), and concludes by (re)creating the 3-hour sweep loop (monitor-restore) and running an initial sweep (monitor-cron-sweep).
Core Features & Use Cases
- Single interface between the user and subagents, crons, and top-level tools, coordinating multi-step work.
- Enforce operating discipline and verify subagent deliverables to ensure reliable results.
- Centralize secret management by using environment variables and avoiding raw secrets in prompts or files.
- Survey in-flight work and trackers, maintain state, and bootstrap the 3-hour monitoring loop for continuous oversight.
- Provide a repeatable startup sequence for fresh sessions to reduce setup time and errors.
Quick Start
Run this skill at the start of a fresh session to orient in .claude, load the local environment, take custody of secrets, survey in-flight work, and initialize the 3-hour monitor loop.