parallel-task-tmux
Installation
SKILL.md
Parallel Task Executor (tmux Live Workers)
Run dependency-ordered plan execution like parallel-task, but route each worker through codex exec inside tmux panes so progress is visible in real time.
Use this skill when you want:
- Live visibility into each running worker
- A tiled worker view that expands as tasks launch
- Automatic pane cleanup that shrinks the layout as tasks finish
Execution Model
- Parse the plan and compute unblocked tasks by
depends_on. - Build one worker prompt file per task.
- Launch one tmux pane per task via
scripts/tmux_spawn_worker.sh. - Monitor status/logs and reap completed panes via
scripts/tmux_reap_completed.sh. - Validate completed tasks before advancing to the next dependency wave.
- Repeat until all requested tasks are complete.
Preflight
Related skills