Skip to main content

Pick the Right Team

Type: ReferenceCreated: Last reviewed: Team: Platform
published

Why every doc has an owner

Every doc has an owner_team. Without one, no one's on the hook when it goes stale or gets a bug report — and people change teams, but teams outlive turnover.

The four teams

SlugOwnsExamples
platformDeveloper infrastructure — the handbook, CI/CD, build tooling, internal appsBuild pipelines, code review automation, internal dashboards, the docs platform
engineeringProduct code — customer-facing features, services, clientsFeature explanations, API references, architecture docs, data models
cloudProduction runtime — deployment, monitoring, on-call, infrastructureRunbooks, SLOs, on-call procedures, deployment guides
securityCompliance and risk — threat models, secure coding, auditsSOC2 / GDPR controls, threat models, security review checklists

How to pick

A short cascade:

  1. Is it about running production? → cloud
  2. Is it about compliance, threats, or audits? → security
  3. Is it a tool other engineers use? → platform
  4. Is it product code? → engineering

Adding a team

Carefully check the implementation and add it in places needed and do the through test. Don't add slugs preemptively — only when a real ownership boundary exists (a team that's actually on-call for a domain end-to-end).