Decision Tree
A structured decision tree that maps out options and their consequences.
What it means
A decision tree turns decision logic into an explicit structure: condition → option → consequence. It allows expert reasoning to be passed on in a clear, auditable format.
Why it matters
A decision tree is one of the few ways to capture tacit knowledge so it's usable by less experienced colleagues too.
A real-world example
The response to a pipeline pressure deviation can be captured as a decision tree, from the first signal all the way to escalation — including the reasons behind each branch.
The reasoning process an experienced person follows to arrive at the right decision.
The way an organization and individuals choose between options in operational situations.
A practical script describing how to handle a specific, recurring situation.
Detailed instructions for carrying out a specific task.
Turning specific people's knowledge into a structured, usable form.