Estimating a whole project in one number is guessing; estimating fifty pieces of it and adding them up is a method. The breakdown structure is how the pieces are found. It starts with the final deliverable at the top, splits it into the major components that make it up, splits each of those again, and stops when the pieces are small enough that someone can say how long each will take and who will do it. Those bottom pieces are work packages. Every one of them has an owner, an estimate and a way to know it is finished, and together they are the whole scope of the project with nothing missing and nothing counted twice.
The one rule that makes it work
Each level of the structure must contain everything in the level above it and nothing more: the children add up to exactly the parent. The rule sounds trivial and it is the check that finds the missing work. If the components of the customer portal add up to the customer portal, then the training material, the data migration and the decommissioning of the old system are either in there as branches or they have been forgotten, and the structure shows which. Schedules built without this check are late by exactly the branches nobody drew.
| Level | Example | What it is for |
|---|---|---|
| 1 | New warehouse system | The project's total scope |
| 2 | Software, hardware, data migration, training, cutover | The major deliverables, each owned by someone |
| 3 | Under software: receiving module, picking module, reporting, integration | Components that can be estimated as groups |
| 4 | Under picking module: pick-list screen, barcode scanning, exception handling | Work packages: estimable, assignable, finishable |
From the packages everything else is built. Estimates roll up the tree into a budget; dependencies between packages become the network the critical path is calculated from; progress is tracked package by package rather than as a percentage of a feeling; and a change to scope is visible as a branch added or removed. The professional certifications treat it as the hinge between scope and schedule for exactly that reason, and the practice standard that defines it is readable in an evening.
