scientific-method

star 8

When a task would benefit from hypothesis-driven iteration, load this skill to observe, predict, and verify.

djgrant By djgrant schedule Updated 1/18/2026

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:

### Iteration {n}
Hypothesis: {theory}
Action: {what you did}
Prediction: {expected result}
Observed: {actual result}
Conclusion: {validated or falsified}
Install via CLI
npx skills add https://github.com/djgrant/the-scientist --skill scientific-method
Repository Details
star Stars 8
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator