tmux-worktree-session
Installation
SKILL.md
tmux Worktree Session
Stand up a self-contained workspace: an isolated git worktree, a tmux session to drive it, the dev stack running, and a fresh agent already working a briefing. The human attaches and the work is already in motion.
Composes two skills: tmux-orchestration for safely driving panes, and handoff for writing the briefing.
Standard layout
Session: <Project>-<work> (hyphenated, no spaces)
├── Window 1 "agent" → coding agent (Claude/Codex), cwd = worktree, given a
│ kickoff prompt pointing at the briefing
├── Window 2 "cli" → bare shell for tests and ad-hoc commands
├── Window 3 "dev" → dev stack
└── Window 4 "git" → lazygit (optional)