Skip to content

🧩 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 / Epic

Tips 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 ​

SizeDurationConfidence
Small< 1 dayHigh
Medium1-3 daysMedium-High
Large3-5 daysMedium
Too big> 5 daysBreak it down

Pergame Knowledge Base