driftless
Search

Context Diagram

Scope technique · See it on the map

Runnable here

One picture of a system as a box, showing everything outside it that it touches.

When to use it

Draw one when 'what's in scope' has become an argument nobody can resolve in words -- a stakeholder keeps assuming an integration or a user group is included that another stakeholder assumed was out. It is also useful early, before requirements gathering starts, to give everyone in the room the same starting picture of the system's edges.

When to avoid it

Don't reach for it on a project with no external interfaces or actors worth drawing -- a single-team internal process change gets nothing from a box-and-arrows diagram that a sentence didn't already say. And don't let it substitute for detailed requirements: a context diagram fixes the boundary, not the behavior inside it.

Steps

What it produces

Common pitfalls

Worked example

A logistics company is scoping a new dispatch system. Two stakeholders disagree over email about whether the driver mobile app is 'in' this project or a separate one. The PM draws a context diagram: dispatch system in the center, boxes for dispatcher, driver app, the existing billing system, and the customer notification service, with a labeled arrow from dispatch to driver app for 'assigned route'. Walking it in a 20-minute working session, both stakeholders agree the driver app is a consumer of this system's output but its own project -- settled in the room, not in another email thread.

Source

Where it comes from: this technique is named by the PMBOK Guide, 6th edition.