Section 02 · Initiation & Scope

Work Breakdown Structure

The Work Breakdown Structure (WBS) is a hierarchical decomposition of the total scope of work to be carried out by the project team. It breaks the project down into smaller, manageable components called work packages — the lowest level of the WBS, where work can be estimated, scheduled, and assigned.

Think of it as a family tree for your project's deliverables. You start with the entire project at the top and progressively break it down until each piece is small enough to plan and control.

WBS Example

Here's a simplified WBS for a website redesign project:

Website Redesign Project
├────────────────┼────────────────┤
1. Discovery
2. Design
3. Development
│                          │                          │
1.1 User research
1.2 Competitor analysis
1.3 Content audit
2.1 Wireframes
2.2 Visual design
2.3 Prototype
3.1 Frontend build
3.2 CMS integration
3.3 Testing & QA

Key Concepts

1. The 100% Rule

The WBS must capture 100% of the project scope. Every deliverable defined in the scope statement must appear somewhere in the WBS. Conversely, nothing should appear in the WBS that isn't in scope. If it's not in the WBS, it doesn't get done. If it's not in scope, it shouldn't be in the WBS.

2. Work Packages

The lowest level of the WBS is the work package. This is where actual estimation happens. A good work package is:

3. Deliverable-Oriented, Not Activity-Oriented

A critical distinction: the WBS describes what will be delivered, not how the work will be done. "User research report" is a deliverable; "conduct interviews" is an activity. Activities are defined later when creating the schedule. This keeps the WBS focused on outcomes.

4. WBS Dictionary

Each element in the WBS is described in detail in the WBS Dictionary — a companion document that provides:

Decomposition Approaches

Top-Down

Start with the project, then break it into major deliverables, then sub-deliverables, and so on until you reach work packages.

Best for: Experienced PMs who understand the full scope. Most common approach.

Bottom-Up

Start by brainstorming all the individual tasks and deliverables, then group them into logical categories and build up to the project level.

Best for: New domains, complex projects, or when the team has more expertise than the PM.

Levels of Decomposition

Level Name Example
Level 0 Project Website Redesign Project
Level 1 Major Deliverables / Phases Discovery, Design, Development, Launch
Level 2 Sub-Deliverables Wireframes, Visual Design, Prototype
Level 3 Work Packages Homepage wireframe, Product page wireframe

There's no fixed rule for how many levels a WBS should have. Small projects might have 2–3 levels; large, complex projects might have 5 or more. Stop decomposing when work packages are small enough to estimate and assign with confidence.

Common Mistakes

The WBS is the backbone of project planning. Once you have it, nearly everything else flows from it: the schedule is built by sequencing work packages, the budget is built by costing them, risks are identified by analyzing them, and resources are assigned to them. A flawed WBS cascades errors into every other planning artifact. Take the time to build it properly — with the team.