Ten-Agent Pre-Plan-Review Wave Use when: - the user wants a large overnight planning-only batch - target issues are still before - zero git contention matters more than minimizing setup cost - a shared main checkout is already dirty or unstable Core pattern 1. Query the live queue for open issues without and without . 2. Choose a bounded batch (up to 10 worked well) with one issue per worker. 3. Create one fresh worktree per issue from : - - branch 4. Inside each worktree, write one self-contained prompt at: - 5. Launch one Codex process per worktree with: - 6. Each worker must do planning on…