概要
This skill optimizes multi-tasking within Claude Code by formalizing the management of Git Worktrees. It provides a structured workflow for creating isolated development environments using a 'wt-' prefix, ensuring that developers can work on multiple branches simultaneously without workspace interference. The skill includes a rigorous decision-making engine for projects containing Git submodules, ensuring worktrees are placed in the correct repository level. By enforcing mandatory user confirmation and automatically syncing environment configurations like .env and .serena, it maintains high developer productivity and repository integrity.