Recursive epic automation — one agent session per slice, chained via ralph-chain-next.sh. BOOTSTRAP: config + chain + STOP — NEVER product code. WORKER: one child issue per session, then chain. "Implement epic with Ralph" means bootstrap and chain, not ship the epic in the bootstrap chat. One slice per worker session only; do not batch child issues in one session.
Starts a new Cursor Cloud Agent session via the Cloud Agents API and returns the session URL. Use when the user wants a Cursor cloud session, cloud agent, remote Cursor worker, AFK Cursor run, or mentions CURSOR_API_KEY and a new cloud VM.
Starts a new interactive local Claude Code CLI session in the project directory. Use when the user wants a new Claude Code session, claude CLI, terminal Claude, or local Claude agent (not cloud).
Starts a new interactive local OpenAI Codex CLI session (codex TUI) in the project directory. Use when the user wants a new Codex session, codex CLI, terminal Codex, or local Codex agent (not cloud).
Starts a new interactive local Cursor Agent CLI session (agent command) in the project directory. Use when the user wants a new local Cursor session, Cursor CLI agent, terminal agent, or to run agent on this machine (not cloud).
Starts a new Oz (Warp) cloud agent run via the Oz API and returns the session link. Use when the user wants an Oz cloud session, Warp cloud agent, remote-oz worker, or mentions WARP_API_KEY and OZ_ENVIRONMENT_ID.
Run the full Playwright E2E suite and publish the HTML report with all test screenshots to GitHub Pages. Use when the user asks to run E2E tests and publish/share/view screenshots on mobile, update GitHub Pages with E2E results, or run the E2E suite from Cursor Cloud.