// rescuing-a-launch-in-progress.md
Rescuing a Launch That's Already on Fire
Every launch rescue starts the same way. Someone hands you a plan that stopped being true about six weeks ago, and a team that already knows it.
The instinct is to open the project tracker and start triaging tickets. That's the wrong first move. Tickets are a symptom. What you actually have is a mismatch between what was promised, what's built, and what anyone still believes is possible — and until those three converge, no amount of re-sorting a backlog will help.
Start by finding the real deadline
There is almost always a date on the calendar, and it is almost always fake. Not maliciously — it just accumulated. Someone said "end of Q3" in a meeting, it got written down, and eighteen months of planning hardened around it.
So ask the only question that matters: what actually breaks if we ship two weeks later? You get one of three answers.
| Answer | What it means | What you do |
|---|---|---|
| A contract, a regulation, or a conference keynote | The date is real | Cut scope, hard and now |
| "Leadership committed to it" | The date is negotiable | Go renegotiate it today |
| Nobody's sure | There is no deadline | Set one you can defend |
The third answer is the most common and the most freeing. A launch with no real deadline that everyone treats as immovable is a launch being run on anxiety.
Cut scope in public
The single highest-leverage thing you can do in the first week is publish a list of what is not shipping. Not a private doc. Not a conversation with the two loudest stakeholders. A list, with names on it, where everyone can see it.
Two things happen when you do this:
- The team stops silently working on things you've already decided to cut.
- Every stakeholder who cares about a cut item surfaces themselves within a day.
That second one is the point. Scope arguments you can't see are the ones that reappear the week before launch.
The goal isn't to make everyone happy about the cut. It's to make sure nobody is surprised by it.
Stabilize the humans before the software
By the time a launch needs rescuing, the team has usually been running at sustained overcapacity for a while. They are tired, and — this is the part people miss — they've stopped trusting that any plan you show them is real. They've seen three already.
Do these in order, in the first week:
- Cancel a meeting. Preferably a recurring status meeting. It signals that you intend to give time back, not take more.
- Name the end state out loud. Not "we're almost there." Say what shipping actually looks like and what happens the week after.
- Protect one full day. No standups, no reviews, no interrupts. Engineers cannot dig out of a hole in ninety-minute increments.
None of this is soft. A team that believes the plan will move faster on a worse plan than a burned-out team will move on a perfect one.
Instrument the last mile
The final two weeks are where rescues get lost, because that's when the work shifts from building to verifying and nobody planned for the second part.
Budget for it explicitly:
Week -2 feature complete, staging deploy, real data loaded
Week -1 bug burn-down only — no new work merges
Week 0 launch, monitor, hold the rollback lever
Week +1 fix forward, retro, actually take a day off
Notice that "feature complete" lands two weeks before launch, not two days. If that feels impossible, you haven't cut enough scope yet — go back to the list.
Keep a rollback you'd actually pull
Ask the team: if this goes badly at 9pm on launch night, what do we do? If the answer takes more than one sentence, you don't have a rollback plan, you have a hope. Make it one sentence. Test it once, in staging, with the person who'd have to run it at 9pm actually running it.
The confidence that comes from a tested rollback is what lets you ship on time instead of adding "one more week of soak testing" three times in a row.
What good looks like afterward
A rescued launch doesn't feel triumphant. It feels quiet. The thing goes out, the graphs stay flat, a few bugs get fixed on Tuesday, and the team takes Wednesday off.
That's the win. The heroics you don't need are the ones you designed out two months earlier.