driftless
Search

Communication Methods

General technique · See it on the map

Runnable here

Choosing how a message travels: a live back-and-forth, a message sent out, or one people retrieve on their own.

When to use it

Deciding, for a given message, whether it needs real-time exchange, confirmed delivery to specific people, or general availability for anyone who needs to look it up.

When to avoid it

Push method for anything urgent or ambiguous — a sent-but-unread status email is not the same as a confirmed handoff, and treating it as one is how urgent information sits unread. Pull method for anything time-sensitive that needs a specific person to act — nobody is obligated to go look.

Steps

What it produces

Common pitfalls

Worked example

For the retrofit's weekly status, the PM uses push (a summary email) for the steering committee, pull (a shared dashboard) for the wider stakeholder list who check in occasionally, and reserves interactive (a call) for the one issue — the conduit delay — that needs real-time discussion that week.

Source

Where it comes from: this technique is named by the PMBOK Guide, 6th edition.