Load Balance
Report coding-agent plan usage headroom across Cursor CLI, Codex, and Claude Code, rank by lowest used percent, and recommend a default. Use when choosing where to run work, checking quota before delegating, comparing agent capacity, or when the user mentions load balance, usage limits, or which agent has headroom.
Babysit
Keep a user-scoped task under observation in one continuous agent turn, waiting for a requested interval and running a specified read-only check after each wake. Use for babysitting CI, deployments, long-running commands, pull-request checks, another agent session, or any task that needs periodic status checks until a clear terminal condition, without creating external automation.
Agent Delegate
Spawn or resume work on Cursor CLI, Codex, or Claude Code from the current session, capture session identifiers for follow-up, and optionally monitor delegated sessions with babysit. Use when delegating a task to another coding agent, spawning a background CLI agent, resuming an external agent session, or cross-agent handoff.