scientific_method
Formalize and test hypotheses through structured stages of observation, question, experiment, analysis, and conclusion.
Instructions
Formal hypothesis testing and experimentation following the scientific method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | The current stage in the scientific inquiry process. | |
| analysis | No | The interpretation of the experimental results and statistical analysis. | |
| question | No | A specific question that arises from the observation (e.g., 'Why is user engagement low?'). | |
| inquiryId | Yes | A unique identifier for the entire scientific inquiry from observation to conclusion. | |
| iteration | Yes | The iteration number of the inquiry process, for tracking cycles of refinement. | |
| conclusion | No | The final conclusion drawn from the analysis, stating whether the hypothesis was supported or refuted. | |
| experiment | No | The design and details of the experiment to test the hypothesis. | |
| hypothesis | No | The formal hypothesis being investigated. | |
| observation | No | An initial observation that sparks inquiry (e.g., 'The new feature has lower engagement than expected'). | |
| nextStageNeeded | Yes | A flag indicating whether the inquiry requires a subsequent stage. |