From go-workflow
Starts GitHub issue in new tmux window: validates prereqs, fetches code, creates/reuses worktree, launches Claude Code, sends start command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/go-workflow:tmux-startThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start working on a GitHub issue in a new tmux window with Claude Code running autonomously.
Start working on a GitHub issue in a new tmux window with Claude Code running autonomously.
$tmux-start <issue-number>
$TMUX is set)gh) installed and authenticatedConfirm inside a git repo, running inside tmux, gh CLI available and authenticated, and the issue number is valid.
Fetch the latest primary branch from origin (does not mutate the main checkout).
Check if a worktree already exists for this issue number. If so, reuse it. Otherwise, create a new worktree following the standard naming convention: {repo}-issue-{number}-{slug}.
Window name: issue-{number}-{slug} (slug is first ~40 chars of slugified issue title).
If a tmux window already exists for this issue, switch to it instead of creating a duplicate.
Send cd <worktree-path> && claude --dangerously-skip-permissions to the new tmux window.
Wait for Claude Code to boot (~8 seconds), then send /go-workflow:start-issue <issue-number>.
Display the worktree path, window name, and instructions for switching to the window (Ctrl+B w for window picker).
npx claudepluginhub gopherguides/gopher-ai --plugin go-workflowProvides expert guidance on @desplega.ai/wts CLI for managing Git worktrees: create/switch/delete with tmux and Claude Code integration, GitHub PR creation, and cleanup of merged branches.
Resolves GitHub issues via isolated git worktrees, TDD implementation, and PR creation with auto-close keywords. Use for 'fix issue' requests or /resolve-issues invocation.
Launches git worktrees with tmux background sessions running Claude Code agents for non-blocking execution of large multi-step coding tasks like major refactors or new services.