Acerca de
The Git Worktree Manager skill automates the creation of isolated development environments by leveraging Git's native worktree functionality. It streamlines the workflow by automatically selecting appropriate directories, verifying .gitignore safety to prevent workspace pollution, and executing project-specific setup tasks like dependency installation and baseline testing. This skill is essential for developers working on multiple tasks simultaneously who need a clean, verified state before starting new feature implementations.