name: scientific-method description: When a task would benefit from hypothesis-driven iteration, load this skill to observe, predict, and verify.
::workflow::
DO
- evaluate current state
- hypothesize what will fix it
- predict the expected result
- act on your hypothesis
- observe the actual result
- repeat until goal achieved END
Tracking Template
Record each iteration in a work package:
### Iteration {n}
Hypothesis: {theory}
Action: {what you did}
Prediction: {expected result}
Observed: {actual result}
Conclusion: {validated or falsified}