with one click
supervisor-start
Start the supervisor as a background process
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Start the supervisor as a background process
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Stop the running supervisor and all researcher variants
Live tree view of supervisor via cron — agent collects stats every 30s
Dashboard: supervisor status, researcher variants, and metric history
Remove all supervisor leftovers: clones, logs, state, backups
Delete all deployed SAR repos and clean temp files
Reset the target to its initial seed state
| name | supervisor-start |
| description | Start the supervisor as a background process |
| user_invocable | true |
Start the supervisor as a background process. Report PID and profile, then stop. Use /supervisor-monitor for continuous monitoring.
Read .env from the workspace root for SUPERVISOR_REPO and CLAUDE_CONFIG_DIRS.
source .env
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
If already running, report its state and stop here.
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-start --no-clean
Wait 5 seconds, then verify it started:
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
cd $SUPERVISOR_REPO && cat .supervisor/start-state.json 2>/dev/null | python3 -c "import sys,json,re; cmd=json.load(sys.stdin).get('command',''); m=re.search(r'CLAUDE_CONFIG_DIR=(\S+)',cmd); print(f'Profile: {m.group(1)}' if m else 'Profile: unknown')"
Report: Started. PID=XXXXX profile=~/.claude-XX log=/tmp/cc-sar-supervisor.log
pixi run.env for CLAUDE_CONFIG_DIRS — never hardcode profile paths/supervisor-monitor's job