Plan Management: Baselines, Change Control, and a Replanning Cadence That Actually Holds
Plan management is the discipline of running a project plan as a living system — a locked baseline to measure against, a change control process that prices every scope request, and a scheduled replanning cadence — instead of a document you write once and quietly abandon. Done well, it costs a project manager two to three hours a week. Done badly, it costs the project itself: most schedule disasters are not caused by bad plans but by plans nobody maintained.
Here is the uncomfortable math behind that claim.
The cost of a dead plan
Picture a six-month project with a team of eight. Fully loaded, that team costs somewhere around $80,000–$120,000 a month. Now assume what usually happens: the plan is accurate for the first three weeks, drifts for the next six, and by month three exists mainly as a slide nobody believes.
From that point on, every decision — hire a contractor or not, cut scope or not, tell the client now or later — is made on vibes. Teams in this state routinely discover a two-month slip in month five, when the options left are all expensive: crash the schedule with overtime, cut scope the customer already expects, or eat the delay.
The same slip discovered in month two costs a fraction as much, because you still have levers. That gap — the price of finding out late — is what plan management buys back. Two hours a week of maintenance against tens of thousands in late-discovery costs is the cheapest insurance in project work.
So what does the maintenance actually consist of? Three mechanisms.
Mechanism 1: The baseline — a plan you’re allowed to lose against
A baseline is a frozen snapshot of the plan at approval: scope, dates, budget, and the assumptions underneath them. Once frozen, it never changes silently. The working plan moves; the baseline stays put, so you can always answer the only question sponsors actually care about: how are we doing against what we promised?
Without a baseline, variance is invisible. The plan gets nudged forward a week here, a week there, each edit locally reasonable, and six months later the project is “on track” against a plan that has been rewritten eleven times. The team never lied — the yardstick just kept moving.
Practical rules for baselining:
- Freeze at approval, not at kickoff. The baseline is whatever the sponsor signed off on, including the assumptions (“assumes API access by week 2”).
- Record assumptions with the baseline. When one breaks, you have grounds for a rebaseline instead of an argument.
- Rebaseline rarely and loudly. A rebaseline is a formal event with sponsor sign-off — appropriate after a major approved scope change or a broken foundational assumption, not after a bad month. More than two rebaselines on one project means the estimating, not the plan, is the problem.
- Track variance weekly. Days ahead/behind baseline per milestone, in a place the whole team can see. The number matters less than the trend.
One sentence to say out loud at kickoff: the baseline exists so we can be honestly behind, not so we can pretend to be on time.
Mechanism 2: Change control — every request gets a price tag
Scope changes are not the enemy. Unpriced scope changes are.
The failure pattern is always the same: a stakeholder asks for something small, the team absorbs it to be helpful, and no plan artifact records that the schedule just ate three days. Do that twelve times and the project is five weeks behind with no visible cause — death by a dozen favors.
Change control fixes this with one rule: nothing enters scope without an impact statement. Not a committee, not a form in triplicate — a statement. “Adding the export feature costs 4 days and pushes the beta from May 12 to May 16. Approve?” The requester can say yes, say no, or trade something out. What they cannot do is get it for free, because it was never free — the cost was just hidden.
Keep the machinery proportional to the project:
- Small projects: a change log — one spreadsheet row per request: what, who asked, impact in days, decision, date. Ten minutes per change.
- Client work: the same log, but decisions come from the paying client in writing. The log doubles as your defense when the “why is this late” conversation happens.
- Larger programs: a threshold rule. Under 2 days impact, the project lead decides solo and logs it. Over that, sponsor decision. This keeps small stuff fast without letting big stuff sneak through.
The change log has a second life: at retrospective time, it is a precise record of where the schedule actually went. Teams are consistently surprised — the slip they blamed on estimating turns out to be nineteen approved changes nobody mentally summed.
Mechanism 3: Replanning cadence — scheduled honesty
Baselines catch drift and change control catches additions, but plans also rot from within: estimates were wrong, a dependency moved, someone quit. Replanning is when you reconcile the working plan with reality — and the discipline is doing it on a schedule, not when things feel bad enough to force it.
Why scheduled? Because event-triggered replanning arrives late by construction. The moment a team admits the plan is broken is typically weeks after the plan broke; a standing cadence removes the admission threshold. It is on the calendar, so no one has to be the messenger.
A cadence that works for most teams in 2026:
| Rhythm | Activity | Time cost | Output |
|---|---|---|---|
| Weekly | Variance check: actuals vs. plan, update % complete, flag anything trending late | 30 min | Updated working plan, risk flags |
| Bi-weekly or per sprint | Rolling-wave detail: fully plan the next 2–4 weeks, leave later work coarse | 1–2 hrs | Detailed near-term plan |
| Monthly | Full-path review: re-forecast the end date from current velocity, review risks and change log | 2–3 hrs | Honest forecast to sponsor |
| On trigger | Rebaseline decision when a major assumption breaks or approved changes exceed ~10% of scope | Half a day | New baseline or explicit decision not to |
The rolling-wave row deserves emphasis. Planning six months at task-level detail is fiction manufacturing — you are inventing precision about November that you cannot possibly have in May. Plan the near term in detail, the far term in milestones, and convert coarse to fine as each wave approaches. It cuts planning effort roughly in half and, counterintuitively, makes forecasts more accurate, because detail gets added when information exists rather than when the template demands it.
What plan management looks like in a normal week
Strip away the vocabulary and the weekly practice is small:
- Monday, 30 minutes: update actuals, compare to baseline, note variance trend.
- As they arrive: price change requests, log decisions. Usually 0–2 per week.
- Every other week: detail out the next wave of work with the people doing it.
- Monthly: re-forecast the end date and send the sponsor the real number, not the hopeful one.
Call it three hours a week. The alternative is not zero hours — it is the same reconciliation done once, in month five, under pressure, with lawyers or executives in the room.
Tooling: less than you think
Every mechanism above runs in a spreadsheet if it has to. Dedicated tools earn their keep at specific points: baseline snapshots and variance views come built into most serious PM platforms, and if you are managing 50+ tasks with cross-dependencies, automatic date recalculation stops you from hand-propagating every slip. Buy for those features. Skip anything that promises the tool will “keep the plan updated for you” — the updating is a conversation with your team, and no software has that conversation.
FAQ
What’s the difference between plan management and project management?
Project management is the whole job — people, budget, stakeholders, delivery. Plan management is the subset concerned with keeping the plan itself accurate and decision-useful after kickoff: baselining, change control, and replanning. Plenty of competent project managers are poor plan managers; their projects run on relationships until the day relationships can’t answer “when will it ship.”
Does a two-week rebaseline mean the original estimate was wrong or the plan was mismanaged?
Check the change log. If approved changes sum to roughly the slip, the plan was managed fine and scope grew — that’s a stakeholder conversation. If the log is thin and variance grew steadily with no changes, the estimates were off — that’s an estimating conversation. This diagnostic is half the reason to keep the log at all.
How does change control work with agile teams that welcome changing requirements?
Agile moves the pricing into the backlog: a new request doesn’t need a change form, but it does need a position in the backlog, which displaces something else. That displacement is the impact statement. What agile does not excuse is silently absorbing work mid-sprint — that’s the same death-by-favors pattern wearing a scrum t-shirt.
Who should own the change log when there’s no dedicated project manager?
Whoever owns the delivery date owns the log — usually the team lead. The critical property is singularity: one log, one owner, no parallel side-agreements. On client projects, make sure the owner is on your side of the table, not the client’s.
Is it ever right to skip baselining entirely?
For exploratory work with no committed date — a research spike, an open-ended prototype — yes, a baseline measures nothing useful. The honest move is declaring that explicitly (“this is unbaselined discovery work, reviewed monthly”) rather than producing a decorative plan. The moment someone commits a date to a customer, baseline it.