In backlog-burndown "The Promotion Boundary", step 5 ends by dispatching a worker, and step 6 forbids exactly that.
Step 5: "The orchestrator retires that group's worktree ... and then dispatches a fresh worker on that same branch, briefed either to merge develop in to pick the fix up or to narrow the change to drop the file."
Step 6: "Nothing else pushes, and nothing else is dispatched. The promotion fix of step 4 is the one exception to both."
That fresh worker's one procedure is drive-pr, "whose second step pushes and opens a pull request", so it is both a second dispatch and a second pusher under the freeze. Step 5 says the opposite two sentences earlier, "waits untouched until the freeze lifts" and "Reconciling its content is the next round's worker's job", so the dispatch has no stated timing and cannot legally happen where the step puts it.
The fix is presumably to state that the retire happens when the freeze lifts and the dispatch is the next round's, rather than both being step 5's, but the ordering is a design call rather than a wording one.
Raised by a local-strict-review carried-content pass on the pull request that added this skill, and deferred there under that skill's own review-round budget.
In
backlog-burndown"The Promotion Boundary", step 5 ends by dispatching a worker, and step 6 forbids exactly that.Step 5: "The orchestrator retires that group's worktree ... and then dispatches a fresh worker on that same branch, briefed either to merge develop in to pick the fix up or to narrow the change to drop the file."
Step 6: "Nothing else pushes, and nothing else is dispatched. The promotion fix of step 4 is the one exception to both."
That fresh worker's one procedure is
drive-pr, "whose second step pushes and opens a pull request", so it is both a second dispatch and a second pusher under the freeze. Step 5 says the opposite two sentences earlier, "waits untouched until the freeze lifts" and "Reconciling its content is the next round's worker's job", so the dispatch has no stated timing and cannot legally happen where the step puts it.The fix is presumably to state that the retire happens when the freeze lifts and the dispatch is the next round's, rather than both being step 5's, but the ordering is a design call rather than a wording one.
Raised by a local-strict-review carried-content pass on the pull request that added this skill, and deferred there under that skill's own review-round budget.