Distributed Team Vocabulary
2 exercises — async-first, working agreements, follow-the-sun, DACI, and other distributed team concepts.
0 / 2 completed
Key distributed team terms
- async-first — written communication by default; meetings reserved for what genuinely needs real-time interaction
- working agreement — team's shared norms: hours, response SLAs, communication channels, decision process
- overlap hours — daily window when all timezones are simultaneously reachable
- follow-the-sun — sequential geographic handoff enabling near-24h coverage
- DACI — Driver (runs process) / Approver (sign-off) / Consulted (input) / Informed (notified)
1 / 2
A new colleague mentions they're uncertain about your team's communication style. They ask about "async-first" and "working agreement." Which definition is most accurate?
Option B gives accurate definitions of both terms:
Async-first:
• Default communication channel: written, persistent, non-real-time (Slack, Notion, GitHub, Jira comments)
• Meetings are not banned — they're reserved for things that genuinely benefit from synchronous interaction: creative brainstorming, sensitive conversations, live debugging
• The opposite of "async-first" is "meeting-first" — where the default for every question is scheduling a call
• Benefit: allows distributed teams across multiple timezones to function without everyone being online simultaneously
Working agreement (also: "team charter", "team norms document"):
• Typical contents: core hours (UTC time window when everyone is expected to be reachable), async response time SLA ("respond within 4h during working hours"), decision-making process (DACI, RFC process), code review norms, communication channels by topic (production issues → #incidents; social → #random), PTO communication process
• It's not a legal document — it's a living practice guide the team owns and updates
• It eliminates ambiguity for new team members and prevents recurring friction
Overlap hours / core hours: The daily time window when all team members across timezones are expected to be reachable. Small teams might have 2h overlap; larger teams with more distributed members sometimes have zero natural overlap.
Async-first:
• Default communication channel: written, persistent, non-real-time (Slack, Notion, GitHub, Jira comments)
• Meetings are not banned — they're reserved for things that genuinely benefit from synchronous interaction: creative brainstorming, sensitive conversations, live debugging
• The opposite of "async-first" is "meeting-first" — where the default for every question is scheduling a call
• Benefit: allows distributed teams across multiple timezones to function without everyone being online simultaneously
Working agreement (also: "team charter", "team norms document"):
• Typical contents: core hours (UTC time window when everyone is expected to be reachable), async response time SLA ("respond within 4h during working hours"), decision-making process (DACI, RFC process), code review norms, communication channels by topic (production issues → #incidents; social → #random), PTO communication process
• It's not a legal document — it's a living practice guide the team owns and updates
• It eliminates ambiguity for new team members and prevents recurring friction
Overlap hours / core hours: The daily time window when all team members across timezones are expected to be reachable. Small teams might have 2h overlap; larger teams with more distributed members sometimes have zero natural overlap.
Explore more: Sprint Demo & Release Communication →