driftless
Search

Precedence Diagramming Method

Schedule technique · See it on the map

Runnable here

Drawing the schedule as linked task boxes, so its order is a picture, not a memory.

When to use it

Use it once you have more than a handful of tasks with real dependencies between them and need to see the whole sequence at once — it's the representation that critical path method and schedule network analysis are both built on top of.

When to avoid it

For a short, mostly-linear list of tasks, drawing a formal network adds ceremony without adding insight — a simple ordered list does the job. And it's only worth building if you're also going to keep it updated as dependencies change; a diagram that's stale by week two is worse than no diagram, because people trust it anyway.

Steps

What it produces

Common pitfalls

Worked example

A backyard deck build records "pour footings" -> "set posts" -> "frame joists" as finish-to-start, but "install railings" as start-to-start with "stain deck boards" plus a two-day lag, since staining can begin once railing installation is under way rather than only after it completes.

Source

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