iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up

Work Breakdown Structure

A Work Breakdown Structure (WBS) decomposes the project into deliverables with assignments and effort estimates.

Work Breakdown Structure

What this section does

Decomposes the project into deliverables. For each deliverable, you state WHO did WHAT in HOW MANY HOURS. The panel uses this to ask 'how did you divide work?'

WBS tree (Sample Bakery Shop)

Bakery System 1. Requirements 2. Design 3. Development 4. Testing 5. Docs 3.1 DB schema 3.2 Ordering 3.3 Inventory 3.4 SMS API Figure 3.3 - WBS to two levels. Each leaf is assigned to an owner and an hour estimate.

WBS table (selected rows)

IDPhase / TaskOwnerHours
1.1Interview ownerMember A4
1.2Observe daily operationsMember B6
1.3Compile SRS documentMember A8
2.1Draw ERDMember B6
2.2Architectural diagramMember A4
2.3UI mockupsMember C12
3.1Database schemaMember B8
3.2Ordering moduleMember A30
3.3Inventory moduleMember B24
3.4SMS integrationMember C16
4.1Unit testsAll12
4.2Acceptance surveyMember C20
5.1Manuscript draftMember A40
5.2Diagrams + appendicesMember B16
**TOTAL****206**

Mentor's tip

The hours must be defensible. 'Build the entire system in 4 hours' invites ridicule. 'Build the ordering module in 30 hours, divided into 6 sub-tasks of 5 hours each' is real.

Panel defense checklist

  • [ ] Table covers every phase from SDLC.
  • [ ] Each task has a single owner (or 'All' for shared).
  • [ ] Hours are realistic (not too low, not padded).
  • [ ] Total matches what your Gantt chart implies.
  • [ ] Distribution of hours is balanced across team members.
  • [ ] Documentation hours are NOT zero.

Common mistakes

  • Assigning every task to one person (panel asks why the group exists).
  • Forgetting testing hours (panel infers the system was untested).
  • Suspiciously low totals (200 hours for a 4-month project? Too low).
  • Suspiciously high totals (800 hours for an 8-week project? Impossible).
Mentor’s tip: Three-level table: phase, deliverable, task. Owner and hours per task. Defensible totals. Documentation hours are not zero.

Discussion

Loading…