โš’๏ธTroubleshooting prompt

In the sphere of coding and app building, you can run into issues and problems. This sequence of prompts based on the OODA Loop can get you out of most jams.

  • Observe: "Describe the app and it's components in detail and how we got to this point. Do not write any code."

  • Orient: "The app is experiencing [problem description] when [situation occurs]. Come up a hypothesis on why this could be. Do not write any code."

  • Decide: "What is the best solution to this problem? Do not write any code."

  • Act: "Write code to solve this problem and test it."

Last updated