Approve plan mode with worktree isolation and PR creation
Creates isolated worktrees for parallel issue work and automates PR creation.
/plugin marketplace add bengous/claude-code-plugins/plugin install git-tools@bengous-pluginsYes, enter plan mode.
This work will run in an isolated worktree so multiple issues can be handled in parallel. Include these steps in the plan:
git-wt <type>/<issue-number>-<slug> where type is fix, feat, or chore based on the issue, and slug is 2-3 words from the title (e.g., fix/292-playwright-caching)gh pr create