Acerca de
This skill automates the creation of isolated workspaces using Git worktrees, allowing developers to work on multiple branches simultaneously without the overhead of context switching or stash management. It intelligently selects workspace locations, verifies that local worktrees are properly ignored by Git to prevent repository pollution, automatically installs project-specific dependencies for Node.js, Rust, Python, and Go, and validates the workspace with baseline tests before development begins to ensure a clean starting state.