概要
The Git Worktree Workflow skill empowers developers to switch contexts seamlessly without the need for stashing or complex branch switching. By creating isolated directories for each feature or bugfix, it ensures the main development branch remains pristine and ready for deployment. The skill handles the entire lifecycle of a worktree—from smart directory selection and automated dependency installation to post-development cleanup and safety verification—providing a robust framework for parallel development workflows.