What problem does it solve?
You need reliable session continuity across team work in tmux (and an OpenCode orchestration path), so that after a /clear you can resume the right in-flight work, and when ending the day you can cleanly shut everything down without losing context.
Core Features & Use Cases
- Unified session lifecycle verbs:
cont, preclear, handoff, and stop coordinate the correct behavior for resuming, checkpointing, forwarding, and end-of-day shutdown.
- Mode-aware safety: detects whether you’re in driver mode, inside the lead window, solo mode, or no-team mode, and prevents destructive actions like
team start/shutdown in the wrong context.
- Global handoff persistence with dual-harness support: writes/reads a canonical
handoff.md (and optionally HANDOFF.md / CONT.md) to preserve next-step instructions across /clear and across Claude vs OpenCode plugin orchestration.
Quick Start
Run /atmux:session cont to continue after you’ve cleared context, using your saved handoff and dispatching the correct first actions to teammates.