Start working on a GitHub issue (auto-detects bug vs feature)
/plugin marketplace add gopherguides/gopher-ai/plugin install go-workflow@gopher-ai<issue-number>claude-opus-4-5-20251101# Start Issue **If `$ARGUMENTS` is empty or not provided:** Display usage information and ask for input: This command starts work on a GitHub issue, automatically detecting whether it's a bug fix or new feature and following the appropriate workflow. **Usage:** `/start-issue <issue-number>` **Example:** `/start-issue 123` **Workflow:** 1. Fetch issue details, labels, and comments 2. Optionally create a git worktree for isolated work 3. Auto-detect issue type (bug vs feature) 4. For bugs: Check duplicates → TDD workflow → `fix/` branch 5. For features: Plan approach → Implement → `fea...