소개
The Git Worktree Manager skill provides a robust framework for handling multiple concurrent tasks within Claude Code. It enforces a structured workflow that isolates new features into dedicated directories using a 'wt-' prefix, preventing context-switching conflicts. Most importantly, it includes a rigorous logic gate for projects with Git submodules, ensuring that worktrees are created at the correct level—either the parent repository or the submodule—to maintain repository integrity and prevent code misplacement. This skill is essential for complex development environments where PO and Developer agents must work on distinct features simultaneously.