• break the problem down into its component parts.

  • Check:

    • What are the steps?
    • What are the inputs?
    • What is the output?
    • What resources does it currently take?
  • By doing so you can get a better understanding of the problem.

  • You will solve it just by picking it apart like this.

  • You should do your best to understand each of the component parts.

  • If there is something you are unclear on, read up on it.

  • You need to know which parts can be changed and which ones can’t.

  • And you won’t understand that if you have gaps in your knowledge.

  • Product Dissection

  • Understand a system completely for making and breaking