using-git-worktrees
jnMetaCode/superpowers-zh
This skill guides the setup of isolated development environments using Git worktrees and best practices. It ensures that all development work is kept separate from the main repository branch, preventing accidental commits or state corruption. The process involves checking the current worktree status, creating new isolated environments (prioritizing native tools), installing project dependencies (e.g., Node, Python, Go), and running essential baseline tests to guarantee a clean, stable starting state.