From oh-my-auggie
Worktree and session management. Use for "new session", "worktree", "tmux", and "session management".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Manage development sessions with worktrees and tmux.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Manage development sessions with worktrees and tmux.
git worktree add {path} {branch}
git worktree list
git worktree remove {path}
{project}-feature-{name}
session:{project}
└── window:feature-{name}
└── pane: editor
└── pane: terminal
└── pane: tests
# Create session
tmux new-session -s {name} -d
# Attach
tmux attach -t {name}
# List
tmux list-sessions
# Kill
tmux kill-session -t {name}
/oma:session start {name}
/oma:session attach {name}
/oma:session detach
/oma:session list
/oma:session end {name}
/oma:session worktree create {branch} {path}
## Session: {name}
### Type
{type}
### Worktree
**Path:** {path}
**Branch:** {branch}
**Status:** {clean|dirty}
### Tmux
**Session:** {tmux-session}
**Windows:** {n}
**Created:** {date}
**Last active:** {date}
### Windows
| Window | Panes | Current |
|--------|-------|---------|
| {name} | {n} | {yes/no} |
### Recent Sessions
| Name | Type | Last Active | Status |
|------|------|-------------|--------|
| {name} | {type} | {date} | {active/ended} |
### Session Notes
{notes}