5.11 Project Management Tools: Gantt Charts, Toll-Gate Reviews, WBS, and RACI
Key Takeaways
- The four project management tools named by ASQ are Gantt charts, toll-gate reviews, work breakdown structure, and the RACI model.
- A work breakdown structure decomposes deliverables, not activities, and follows the 100% rule: children fully account for the parent.
- A Gantt chart shows schedule and dependency; the critical path is the longest sequence of dependent tasks and determines the project duration.
- RACI assigns exactly one Accountable person per deliverable; Responsible may be several, Consulted is two-way, Informed is one-way.
- Total float is the amount a task can slip without delaying the project; tasks on the critical path have zero float.
Four tools, four questions
| Tool | Question | Output |
|---|---|---|
| Work breakdown structure | What must be produced? | A hierarchy of deliverables |
| Gantt chart | When, and in what order? | A dated schedule with dependencies |
| RACI | Who does what, and who decides? | A responsibility assignment matrix |
| Toll-gate review | Should we continue? | A recorded sponsor decision |
Work breakdown structure
A WBS decomposes the project into a hierarchy of deliverables -- nouns, things that get produced -- not activities. This distinction is the most-tested feature. "Validated measurement system" is a WBS element; "run gage R&R" is an activity that produces it.
Two governing rules:
- The 100% rule. The children of any node account for exactly 100% of the parent's scope: nothing missing, nothing extra, no overlap. If the children do not sum to the parent, the decomposition is wrong.
- The work package level. Decompose until each lowest element can be estimated, assigned to one owner, and tracked. A common heuristic is the 8/80 rule: a work package should take between 8 and 80 hours.
Example extract for a DMAIC project:
1.0 Measure phase
1.1 Operational definitions
1.1.1 CTQ measurement definitions
1.1.2 Defect classification rules
1.2 Validated measurement system
1.2.1 Variable gage R&R report
1.2.2 Attribute agreement analysis report
1.3 Baseline data set
1.3.1 Data collection plan
1.3.2 Collected and cleaned data
1.3.3 Baseline capability report
The WBS is the backbone of everything else: schedule estimates attach to work packages, RACI rows are WBS elements, and progress is measured as work packages completed rather than as effort expended.
Gantt charts
A Gantt chart plots tasks as horizontal bars against a calendar, showing start, duration, finish, dependencies, milestones, and often percent complete and resource assignment.
Dependency types
| Type | Meaning | Example |
|---|---|---|
| Finish-to-start (FS) | B cannot start until A finishes | Cannot collect baseline data until MSA passes |
| Start-to-start (SS) | B cannot start until A starts | Data cleaning starts once collection starts |
| Finish-to-finish (FF) | B cannot finish until A finishes | Training cannot complete until SOPs are complete |
| Start-to-finish (SF) | B cannot finish until A starts | Rare; handover overlaps |
Finish-to-start dominates DMAIC work.
Critical path and float
The critical path is the longest sequence of dependent tasks through the network; its length is the shortest possible project duration. Total float (or slack) is how long a task can slip without delaying project completion. Tasks on the critical path have zero float, so any delay there delays the whole project.
Worked example. Four tasks: A (10 days) then C (15 days); B (8 days) then C. C is followed by D (5 days).
- Path A-C-D: $10 + 15 + 5 = 30$ days.
- Path B-C-D: $8 + 15 + 5 = 28$ days.
- Critical path is A-C-D at 30 days. Task B has $30 - 28 = 2$ days of total float.
The practical use is triage. If the project is late, adding resource to task B changes nothing; compressing A or C is the only option. Two compression techniques: crashing (adding resource to critical tasks, which raises cost) and fast tracking (running sequential tasks in parallel, which raises risk).
In DMAIC projects the critical path very often runs through data collection -- you cannot compress four weeks of production data into one week -- which is why data collection planning deserves front- loaded attention.
RACI
A responsibility assignment matrix maps WBS deliverables against people.
| Letter | Meaning | Rule |
|---|---|---|
| R Responsible | Does the work | One or more per deliverable |
| A Accountable | Owns the outcome; approves completion | Exactly one per deliverable |
| C Consulted | Provides input before the decision; two-way | Keep few; each C has an obligation to respond |
| I Informed | Told afterwards; one-way | Broadcast only |
| Deliverable | Black Belt | Process owner | Quality engineer | Sponsor | Finance |
|---|---|---|---|---|---|
| Charter | R | C | C | A | C |
| Gage R&R report | A | I | R | I | - |
| Baseline capability report | A/R | C | C | I | - |
| Solution selection | R | C | C | A | C |
| Control plan | C | A/R | C | I | - |
| Benefit validation | C | C | - | I | A/R |
Three diagnostics you should be able to run on a RACI:
- Two A's on one row: nobody is accountable; the decision will stall.
- No A on a row: the deliverable will not be completed.
- Too many C's: every consultation is a delay; if someone only needs to know the outcome, they are I, not C.
Note that on the control plan row, the process owner is Accountable, not the Black Belt. That assignment is the whole point of the Control phase: accountability transfers.
Toll-gate reviews as a tracking tool
Toll gates belong in this list because they are the mechanism that converts progress into a decision. The other three tools tell you where the project is; the toll gate decides what to do about it. The governance detail is covered in the charter review section; for project management purposes the key point is that a milestone on a Gantt chart is a date, whereas a toll gate is a decision with criteria, and only the latter can stop a project that should be stopped.
Using them together
- Build the WBS from the phase deliverables.
- Estimate duration and dependency for each work package, and build the Gantt from it.
- Identify the critical path; protect it and front-load data collection.
- Assign RACI at the deliverable level, one A per row.
- Set toll gates at phase boundaries with written entry criteria.
- Track completed deliverables against the Gantt, not hours spent, and revise at each gate.
A network has two paths to completion: A (10 days) then C (15 days) then D (5 days), and B (8 days) then C then D. What is the critical path length and the total float on task B?
Which entry is a valid element of a work breakdown structure?
A RACI matrix row for the control plan shows the Black Belt as Accountable and the process owner as Consulted. What is wrong with this assignment?