Create a new git worktree for a GitHub issue
/plugin marketplace add gopherguides/gopher-ai/plugin install go-workflow@gopher-ai<issue-number>haiku# Create Worktree for Issue **If `$ARGUMENTS` is empty or not provided:** Display usage information and ask for input: This command creates an isolated git worktree for working on a GitHub issue. **Usage:** `/create-worktree <issue-number>` **Example:** `/create-worktree 789` **What it does:** 1. Creates a new worktree directory (e.g., `../reponame-issue-789-feature-name/`) 2. Checks out from the default branch (main/dev/master) 3. Creates a feature branch for the issue 4. Copies LLM config directories (`.claude`, `.codex`, `.gemini`, `.cursor`) 5. Optionally copies environment files...
/create-worktreeCreates a new git worktree with automatic naming conventions and branch management. Supports optional parameters for customization and integration with editors/tmux.