Tribal Knowledge
Undocumented information known only to specific individuals or groups within an organization.
Also known as: Undocumented Knowledge, Oral Tradition, Institutional Folklore
Category: Leadership & Management
Tags: knowledge-management, organizations, documentation, teams, risks, software-development
Explanation
Tribal knowledge refers to information, processes, and expertise that exist only in the minds of certain individuals or small groups within an organization, never having been formally documented or shared. This knowledge is typically acquired through experience, informal conversations, and on-the-job learning rather than through official training or documentation.
Tribal knowledge creates significant organizational risks. When key individuals leave, take vacation, or are unavailable, their knowledge leaves with them—leading to context rot, delays, and repeated mistakes. It creates bottlenecks where only specific people can perform certain tasks, increasing the bus factor and creating single points of failure. It also leads to inconsistent practices as different 'tribes' develop their own ways of doing things.
Common examples include: knowing why a system was designed a certain way, understanding workarounds for quirky behavior, remembering past decisions and their rationale, knowing who to contact for specific issues, and understanding the real (vs. documented) process for getting things done.
To combat tribal knowledge: document critical processes and decisions, create runbooks for common tasks, use architecture decision records (ADRs) to capture rationale, establish knowledge sharing practices like pair programming or documentation days, and conduct regular knowledge transfer sessions. The goal is to convert tacit tribal knowledge into explicit organizational knowledge that persists independent of any individual.
Related Concepts
← Back to all concepts