← Back to ConceptsConcept

Dependencies explained

Dependencies define sequencing. When they are explicit, schedules become understandable.

Four professional dependency types

  • Finish-to-Start (FS)
  • Start-to-Start (SS)
  • Finish-to-Finish (FF)
  • Start-to-Finish (SF)

Most tools support these in name. Consequent treats them as first-class, visible logic.

No hidden time

Offsets are optional and visible.

Explicit wait activities are preferred for clarity.

Anyone reviewing the schedule can see why time was added.

The outcome

Dependencies become explainable and auditable — not just lines between bars.