What's on the critical path?

A project isn't done when the work is done β€” it's done when the longest chain of dependent tasks is done. That chain is the critical path: it sets the finish date, and every task on it has zero slack. Map your tasks and what each one waits on, and this finds the path that's really driving the timeline.

13weekscritical path

5 of 6 tasks set the finish: Discovery β†’ Design β†’ Backend β†’ Integration β†’ Launch. Slip one and the whole schedule slips. The other 1 task has slack to absorb delay.

17wktotal work
5/ 6on the path
4wksaved by parallelism
wk 0 β†’ 13
Discovery
2wk
Design
3wk
Frontend
4wk
Backend
5wk
Integration
2wk
Launch
1wk

Each bar starts as early as its dependencies allow. Coloured bars are on the critical path; a faded tail shows how far a task could slip β€” its slack β€” before it would move the finish date.

Tasks
wk
After
wk
After
wk
After
wk
After
wk
After
wk
After
based on the Critical Path Method Β· the finish date is the longest chain of dependencies, not the sum of the work