← ClaudeAtlas

tmux-sprintlisted

Transactional sprint-round dispatch, liveness probing, and codex-session revival for persona agents running in a tmux grid. Use whenever the user mentions tmux-sprint, round dispatch, preflight sprint panes, persona dispatch, restart a dead codex pane, frank pane is stuck at codex resume, dispatch a sprint round, send an assignment to alice/bob/cindy/dan/elsa/frank, or wants to reliably hand out per-persona assignment markdown files across a mixed claude+codex tmux sprint session. Replaces fragile `tmux send-keys` patterns with structured primitives that verify submission, rate-limit by pane type, and persist round state across `/compact`.
wrfcoin/agent-orchestration · ★ 0 · AI & Automation · score 72
Install: claude install-skill wrfcoin/agent-orchestration
# tmux-sprint — Sprint Driver This skill drives an active tmux persona grid. A separate launch step (typically a `launch-personas.sh` script) creates the grid; this skill **dispatches work to it, probes pane state, and revives dead codex panes**. Use these primitives instead of raw `tmux send-keys` whenever dispatching persona work, especially when codex panes are involved or a previous dispatch silently failed. > **Provenance.** This SKILL.md was developed in the wrfcoin project as > `tmux-v2` — the second-generation driver after an earlier `tmux-sprint` > launch-side skill. The published name in this public repo collapses both > back into a single skill called `tmux-sprint`, since outside the wrfcoin > workspace the launch/drive split is an implementation detail. ## Clean two-session topology (REQUIRED — set up before launching personas) **The flicker problem:** if the manager terminal and the personas grid live in the **same tmux session**, every connected client locks onto the same active window. Click between two terminal windows and they fight for which window is shown — both terminals jump to whatever the other selected. Two sessions (not two windows) fix this cleanly. ### Recommended layout ``` session "manager" — 1 window, 1 pane: the sprint manager (Claude or codex) attach from terminal #1 session "sprint" — 1 window, 6 panes: Alice/Bob/Cindy on top row, Dan/Elsa/Frank on bottom row