More people = more communication paths. Coordination overhead grows quadratically with team size.
Longer projects accumulate more unknowns, scope changes, and team turnover risk.
Each deliverable is a tracking point. More deliverables = more status updates, handoffs, and potential blockers.
The single biggest complexity multiplier. Dependencies create waiting, coordination overhead, and cascading delays.
More stakeholders = more review cycles, competing priorities, and communication overhead.
What\'s Driving Your Score
Each bar shows the relative contribution of that parameter to your total complexity score.
How Your Parameters Interact
Implications for Your Project
How to Manage This Complexity
How We Calculate This Score
The complexity score is a weighted composite of five parameters, each chosen because research and industry practice identify them as primary drivers of project management difficulty:
score = min(100, round(raw / 1.7))
Why these weights?
- Dependencies (weight: 15.0) — The heaviest weight. Brooks\'s Law and coordination theory show that inter-team dependencies create non-linear complexity. Moving from "low" to "high" dependencies adds 30 raw points — more than doubling a small team\'s entire score.
- Team size (weight: 2.0) — Communication paths grow as n(n-1)/2. A team of 10 has 45 potential communication channels; a team of 20 has 190.
- Stakeholders (weight: 2.0) — Each stakeholder adds review cycles, competing priorities, and status reporting overhead. Weighted equally to team size because stakeholder management is comparably time-intensive.
- Duration (weight: 1.5) — Longer projects accumulate more unknowns, but the relationship is roughly linear until very long durations (52+ weeks) where compounding effects emerge.
- Deliverables (weight: 1.0) — The lightest weight. Deliverable count matters, but individual deliverables are manageable — it\'s the dependencies between them that create complexity (captured in the dependencies parameter).
The 1.7 denominator normalizes the raw score to a 0-100 scale where typical projects (5-person team, 8 weeks, 15 deliverables, medium deps, 4 stakeholders) land around 40-50.