using-git-worktrees
jnMetaCode/superpowers-zh
This skill automates the creation and setup of isolated Git worktrees. It ensures safe development environments by following strict directory selection logic, performing mandatory gitignore checks, and automatically installing dependencies (npm, pip, cargo, etc.) and running baseline tests for the new branch. Essential for starting feature development or implementing plans in a clean, verifiable workspace.