About
This skill streamlines the process of setting up isolated workspaces for feature development by leveraging git worktrees. It automatically handles directory selection based on project conventions, ensures safety by verifying .gitignore patterns, and prepares the environment by installing dependencies and running baseline tests. By creating a dedicated space for new implementations, it prevents workspace pollution and allows for seamless task switching while maintaining a clean, test-verified starting point for every feature.