What problem does it solve? Delegating substantial coding work—building features, reviewing PRs, refactoring large codebases—to interactive CLI agents like Codex or Claude Code is error-prone without proper terminal handling, session monitoring, and workspace isolation. This Skill provides the operational playbook for spawning, monitoring, and managing these agents safely. ## Core Features & Use Cases - PTY-Based Agent Execution: Runs Codex, Claude Code, OpenCode, or Pi with pseudo-terminal allocation so interactive CLI output renders correctly and agents do not hang. - Background Session Management: Spawns agents in background mode and monitors them via process actions (log, poll, write, submit, kill) without blocking the conversation. - Parallel Workflows: Supports batch PR reviews and parallel issue fixing using git worktrees, with one agent per branch or PR. - Use Case: You need to fix three GitHub issues simultaneously. Create a git worktree per issue, launch a background Codex agent in each with --yolo, monitor progress with process logs, then push branches and open PRs. ## Quick Start Ask the agent to run Codex in background mode with PTY enabled in your project directory to build the feature you describe, then check progress with the process log action.