What problem does it solve?
This Skill uses your Codex window as an operator console to spawn a default tmux-based control hub and per-task git worktrees, enabling parallel agent reviews and continuous monitoring without losing your main workflow.
Core Features & Use Cases
- Control session: spawn a tmux session on the default server to host sub-agents.
- Per-task worktrees: create isolated worktrees for independent tasks/PRs.
- Sub-agent windows: run a separate Codex instance per task that acts as an autonomous agent.
- Monitoring loop: operator-only intervention when a pane stalls or asks a question.
Quick Start
Quick Start: tmux new -d -s control; git worktree add .worktrees/pr-123 -b pr-123; tmux new-window -t control:pr-123 -n review; cd .worktrees/pr-123; codex --dangerously-bypass-approvals-and-sandbox