Overnight wave-pack worktree isolation Use when: - an overnight prompt pack is ready to launch - the main workspace-hub checkout is already dirty, or - multiple prompts may touch shared planning surfaces like Problem Launching all prompts from one dirty checkout creates avoidable git contention and mixes unrelated working-tree state into the overnight run, even if prompts claim "owned rows only". Reusable approach 1. Inspect the current checkout first: - - 2. If main is dirty or shared planning files are in prompt scope, create one fresh worktree per terminal from the current HEAD. 3. Copy th…