What's changed: Initial version
5.3Communication planning
Covers designing a communication structure that accounts for how the number of communication channels n(n-1)/2 among project participants balloons as headcount grows, choosing among push, pull, and interactive communication methods, and judging media selection to fit the situation.
As a project's headcount grows, the number of possible communication channels among participants increases more sharply than intuition suggests. Adding members without understanding this structure can let communication complexity overwhelm project management and actually reduce productivity. This section covers calculating the number of channels and how to handle its growth, along with choosing a communication method and medium appropriate to the situation.
5.3.1Communication channels n(n-1)/2 and the rapid growth from adding members
- If a project has
nparticipants, the potential number of communication channels among all possible one-to-one pairs is given byn(n-1)/2. This equals "the number of ways to choose a pair of 2 people from n." Even as headcount grows linearly, the channel count balloons at a rate close to the square of headcount, so the PM must always weigh the benefit of adding members against the cost of managing the resulting communication. - Manual check: going from
n=5(10 channels) ton=8(28 channels) is a 1.6x increase in headcount but a 2.8x increase in channels.n=5gives5×4/2=10;n=8gives8×7/2=28. Rather than avoiding additional headcount outright because of this nonlinear growth, an effective practical design judgment is to avoid a structure where everyone communicates directly across every channel, and instead introduce roles for aggregating and distributing information (e.g., a hub structure via team leads, a regular reporting line) to narrow the channels actually used.
Continue reading — free sign-up
You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.

