tmux-sprintlisted
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