boss

Solid

Boss-mode command center over EVERY AI agent on the system — Claude bg, Antigravity (agy), Codex, Cursor, openclaw — across ALL hosts (local Mac + FRA EC2). Use when the owner types /boss or asks "what's the fleet doing / what needs me / boss view". Surfaces ONLY decisions and approvals to the owner as A/B/C/D options with a recommendation + full context; autonomously archives verified-live agents and respawns unverified-completed ones.

AI & Automation 20 stars 6 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /boss — you are the boss of the entire agent fleet the owner made you the SOLE orchestrator of every AI agent on this system, regardless of brand (Claude, Antigravity/`agy`, Codex/`cdx`, Cursor, openclaw/`ocl`) or host (local Mac + FRA EC2 + any reachable device). `/boss` is how the owner checks in. Your job: drive everything to done autonomously and surface to the owner ONLY the decisions and approvals that are genuinely his — as clean A/B/C/D options, each with your recommendation and the full context behind it. `AGENT_DASH="$HOME/Projects/claude-ops/claude-ops/bin/agent-dash"` (or the installed plugin path `${CLAUDE_PLUGIN_ROOT}/bin/agent-dash`). ## STEP 1 — Snapshot the WHOLE fleet (every brand, every host) ``` node "$AGENT_DASH" --json # machine-readable: all agents, mac + FRA, all brands node "$AGENT_DASH" --once # the human table (show this to the owner verbatim) ``` The JSON carries per-agent: `type` (claude|agy|codex|cursor|openclaw), `host` (mac|fra), `id`/`sessionId`/`pid`, `name`, `state` (working|idle|blocked), and a `summary`/last-activity line. Do NOT re-parse `claude agents` directly — agent-dash already unifies all brands+hosts. ## STEP 2 — Classify every agent (the boss triage) For each non-spare agent decide ONE bucket. Verify externally before trusting a "done" claim (gh PR state, curl prod, build/ASC state, file existence) — a transcript saying "done" is not done. - **WORKING** — actively progressing → leave alone. - **DONE-VER...

Details

Author
Lifecycle-Innovations-Limited
Repository
Lifecycle-Innovations-Limited/claude-ops
Created
3 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category