AgentSkillsCN

scientific-method

当一项任务受益于假设驱动的迭代时,加载此技能来观察、预测和验证。

SKILL.md
--- frontmatter
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}