Run the Claude Code CLI non-interactively as a child agent and get back its final reply plus a session id, with the prompt supplied as arguments, a file, or stdin, true session resume, and an opt-in liveness monitor. Use to delegate a self-contained brief to a full Claude agent, to run several Claude agents in…
Run the OpenAI Codex CLI non-interactively as a child agent and get back its final reply plus a session id, with the prompt supplied as arguments, a file, or stdin, and session resume support. Use to delegate a self-contained brief to a Codex agent, to get a second-vendor opinion alongside a Claude agent, or to…
Run a multi-vendor adversarial review by dispatching a Claude reviewer and a Codex reviewer over one identical brief, then skeptically verifying every claim against the real code, pushing back on weak findings, and settling disputes cross-vendor. Use for fast two-vendor analysis of a plan, diff, set of files, or…
Synthesize self-contained implementation prompt(s) that hand a task to a fresh coding agent with an empty context window, decomposing into a phased chain or parallel set when the task is too large for one. Use when the user says "write a handoff prompt", "generate a prompt", "distill this for a fresh agent", or asks…
Explain a topic one point at a time and stop after each point so the user can ask questions or confirm understanding before continuing. Use when the user asks to be walked through or taught something "point by point", "one point at a time", or "one chunk at a time", or asks you to pause after each point.