|
|
|
|
|
by _carbyau_
1512 days ago
|
|
I see troubleshooting as being more like a the OODA loop: https://en.wikipedia.org/wiki/OODA_loop Observe - Orient - Decide - Act But it might be more palatable as:
Observe - Understand - Plan - Do Often, the issue will be a symptom that you don't necessarily understand and so the "Plan - Do" part of the loop will aim to get more information so as to better understand. IE maybe an experiment through change, maybe simply gather some logs. But in a large organisation working on an urgent problem it can be hard to have everyone involved being in the same stage of the loop with the resulting chaos you'd expect. |
|
> Observe - Orient - Decide - Act
The "Orient" step is usually done inside of your existing mental framework (Boyd is pretty explicit about this, see the blue box in your linked wikipedia article).
Now if you are a great troubleshooter operating in your field of expertese, your "orient" step (and mental framework) might be sufficient to find and solve the trouble. Think an experienced engineer noticing some issues in a junior's code submission.
But OODA is not so good for solving problems where you need to extend your mental framework.
Your proposed:
> Observe - Understand - Plan - Do
could very well be a good approach, but it is not at all OODA, especially if the Understand phase involves a re-evaluation of your mental framework for the problem.
Hence all the "whys". You are questioning the situation and the way you think about the situation.