π§© Task Breakdown & Work Breakdown Structure β
Breaking complex projects into manageable, deliverable pieces.
What is a WBS? β
A Work Breakdown Structure is a hierarchical decomposition of the total scope into smaller work packages. Each level adds detail until tasks are actionable.
Breakdown principles β
- 100% rule β The WBS must capture 100% of the project scope
- Mutually exclusive β No overlap between work packages
- Outcome-oriented β Focus on deliverables, not activities
- Manageable size β Each task should be estimable (ideally 1-5 days)
Levels β
Project
βββ Phase / Epic
β βββ Feature / Milestone
β β βββ Task
β β βββ Task
β βββ Feature / Milestone
β βββ Task
β βββ Task
βββ Phase / EpicTips for effective breakdown β
- Start from the end: what does "done" look like?
- Use verbs for tasks: "Design", "Build", "Test", "Deploy"
- Identify dependencies between tasks early
- Assign owners at the task level, not the phase level
- If a task feels too big, break it down further
Estimation guidance β
| Size | Duration | Confidence |
|---|---|---|
| Small | < 1 day | High |
| Medium | 1-3 days | Medium-High |
| Large | 3-5 days | Medium |
| Too big | > 5 days | Break it down |