What problem does it solve?
This skill simplifies and automates the management of git worktrees, enabling parallel development by creating, listing, spawning agents into, syncing, and cleaning up worktrees within a Gobby-enabled workflow.
Core Features & Use Cases
- Create and manage isolated worktrees for feature development without disturbing main branches.
- Spawn agents into specific worktrees to run tasks in isolated environments.
- Sync worktrees with base branches and clean up stale worktrees to maintain repository hygiene.
- Use Case: When multiple features are developed in parallel, rapidly create separate worktrees, spawn agents to work on tasks, and clean up when done.
Quick Start
Use /gobby worktrees create <branch> to create a new worktree, or use /gobby worktrees list to view existing worktrees, or /gobby worktrees spawn <branch> "<task description>" to spawn an agent in a new worktree.