Use this skill when starting feature work that needs isolation or when an approved plan should be executed in a clean, separate workspace.
Create isolated workspaces for reliable execution, clear baselines, and safe parallel development.
.worktrees/ or worktrees/ if present..gitignore.git worktree add <path> -b <branch-name>.gitignore.P2 - Consistency & Governance
Governance
Operational
Isolation prevents hidden state and makes failures reproducible.