What problem does it solve? Coordinating multiple AI coding agents in cmux or tmux sessions often fails due to fragmented multi-line prompts, wrong agent selection, and inefficient polling, causing broken or stalled delegated work. ## Core Features & Use Cases - Agent Selection Guidance: Recommends which agent to use per task type — Codex CLI for complex coding, Pi Agent with Opus 4.8 Fast for frontend and design work. - Single-Line Prompt Rule: Enforces sending prompts as one line via cmux send or tmux send-keys, since newlines act as Enter and fragment TUI agent input. - Short Polling Cadence: Prescribes 3-5 second sleep intervals when waiting on fast agents like Pi and Hermes instead of long blocking sleeps. - Use Case: You orchestrate a long-running refactor by having Pi Agent delegate execution to Codex CLI in another cmux pane, writing multi-step instructions to a file and polling every few seconds until completion. ## Quick Start Read this skill before sending any prompt to another AI agent, then delegate your coding task to Codex CLI in a cmux pane using a single-line cmux send command.