EXECUTION & METHODOLOGIES · LESSON 03.09intermediate

Change control + the Change Control Board.

How disciplined orgs handle scope changes that need authority.

↳ tl;dr

Change control is the formal process for evaluating, approving (or rejecting), and tracking changes to the project baseline. PMBOK §4.6 calls this Perform Integrated Change Control. In larger / regulated orgs, a Change Control Board (CCB)makes the call. Agile teams handle smaller changes via the Product Owner — same principle, less paperwork.

What needs change control

  • Scope changes that exceed an agreed threshold (often 5–10% of effort).
  • Schedule changes that affect milestones in the charter.
  • Budget changes beyond a delegated approval limit.
  • Quality / acceptance criteria changes.

The change request flow

  1. Submit — anyone can raise a change request (CR). Document the change, the reason, the impact estimate.
  2. Analyze — PM + tech lead assess scope/schedule/cost/quality impact.
  3. Decide — CCB approves, rejects, or defers. Decision is recorded.
  4. Update baseline — if approved, the schedule/budget/scope baseline updates.
  5. Communicate — affected stakeholders are notified.

the agile equivalent

Agile teams don't convene CCBs for every story change. The Product Owner has authority to reorder and reshape the backlog continuously — that's the system. Larger changes that affect committed milestones still escalate. Same principle: explicit decision authority for changes above a threshold.

Why this matters

Change control isn't bureaucracy for its own sake — it's the mechanism that keeps the schedule, budget, and scope-baseline numbers honest. Without it, you can't answer "what's the actual baseline anymore?" mid-project, and you can't defend variance to a sponsor.

// sources

Sources cited

  1. [01]
    A Guide to the Project Management Body of Knowledge (PMBOK Guide), 7th Edition

    Project Management Institute (PMI) · 2021 · retrieved 2026-04

    PMI's flagship reference. 7e shifted from process groups to performance domains.

// sources

Further reading

  1. [01]
    A Guide to the Project Management Body of Knowledge (PMBOK Guide), 7th Edition

    Project Management Institute (PMI) · 2021 · retrieved 2026-04

    PMI's flagship reference. 7e shifted from process groups to performance domains.