소개
The Git Worktree Manager skill optimizes complex development workflows by automating the lifecycle of Git worktrees. It allows developers to work on multiple branches simultaneously in isolated directories without the overhead of constant stashing or context switching. The skill provides specialized agents for creating, scanning, and cleaning up worktrees, while enforcing strict safety protocols that prevent the accidental deletion of protected branches like main or develop. It also maintains an optional tracking document to ensure your development environment remains organized and transparent.