AI-Driven Development (AIDD)
Jul 31, 2024
GOAL:
What do you want the expected result of AI prompt to do. So do you want code or a unit test and what you want it to do.
BOX:
Explain output for given input and describe what type of entity processes input to get the output.
HOW:
Explain how to achieve goal. Write the code, tests, plan for the AI in human language.
CHECK:
Describe the behaviour of the result and get AI to step through the result step by step to check it works.
FEEDBACK:
Read or run the output and iterate the previous steps..