Problem-Solving Tools Series: Drill Down
and
Share
and
Drill Down
Category: Decomposition
How to use
Write the problem. Next, write the next level detail on the problem. Recursively break down each item into details.
Example
A restaurant quality problem can be broken down:

Advantage
This tool helps you break down a complex problem into workable pieces.
Previous volumes of the series
Connect to me:
- Follow me on Twitter: @taitran
- Connect to me on Facebook: taitran.com/facebook
- Connect to me on LinkedIn: linkedin.com/in/taitran
- Follow me on LinkHay (Vietnamese): linkhay/u/TaiTran






I think this is a method for break down the problem into many small problems and then we create list of tasks base on these ( look like a tree of headache ^^ ).
And I think the efficency of this method is depend on how many question you can figure out each time you deal with an problem in that tree ?