Core Commands
owtLaunch the Control Plane (prioritized board)
owt new "task"Create worktree + tmux + deps + AI (alias: n)
owt new "task" --workflowNative plan-first Claude Code workflow
owt listList all worktrees (alias: ls)
owt switch <name>Jump to tmux session (alias: s)
owt attach <name>Hand off to a worktree session
owt branch <name>Branch session in current checkout (no worktree)
owt send <name> "msg"Send message to AI agent
owt merge <name>Two-phase merge + conflict guard (alias: m)
owt ship <name>Commit + merge + delete in one shot
owt delete <name>Delete worktree + session (alias: rm)
Orchestration Commands
owt queueShow optimal merge order
owt queue --shipShip all completed in order
owt wait <name>Poll until agent finishes (CI/scripts)
owt note "msg"Share context across all agents
owt send --all "msg"Broadcast to ALL worktrees
owt send --working "msg"Broadcast to WORKING only
Utility Commands
owt sync [name]Sync with upstream
owt cleanupRemove stale worktrees (dry-run default)
owt doctorDiagnose & fix orphaned resources
owt usageLocal-only usage counts (launches, worktrees, workflows)
owt versionShow version