Building a Project Plan: Milestones, Work Breakdown Structure, and Task Sequencing
Turning an approved charter into a list of concrete work, in the right order, with checkpoints along the way.
Intermediate
| Dependency | Meaning | Example |
|---|---|---|
| Finish-to-Start (FS) | B can't start until A finishes | Can't test the API until it's built |
| Start-to-Start (SS) | B can't start until A starts | QA test-writing can start once dev work starts |
| Finish-to-Finish (FF) | B can't finish until A finishes | Docs can't be finalized until the feature is finalized |
| Start-to-Finish (SF) | B can't finish until A starts | Rare — e.g. the old system stays up until the new one starts serving traffic |