# scientific-method > When a task would benefit from hypothesis-driven iteration, load this skill to observe, predict, and verify. - Author: Daniel Grant - Repository: djgrant/opencode-scientist - Version: 20260118205542 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/djgrant/opencode-scientist - Web: https://mule.run/skillshub/@@djgrant/opencode-scientist~scientific-method:20260118205542 --- --- name: scientific-method description: When a task would benefit from hypothesis-driven iteration, load this skill to observe, predict, and verify. --- ## ::workflow:: DO 1. evaluate current state 2. hypothesize what will fix it 3. predict the expected result 4. act on your hypothesis 5. observe the actual result 6. repeat until goal achieved END ## Tracking Template Record each iteration in a work package: ```markdown ### Iteration {n} Hypothesis: {theory} Action: {what you did} Prediction: {expected result} Observed: {actual result} Conclusion: {validated or falsified} ```