Coding SOP

Installation
SKILL.md

Coding SOP — Research Experiments & Data Analysis

1. Experiment Execution SOP

1.1 Hypothesis → Code → Execute → Verify

  1. Hypothesize: state what you expect and why
  2. Design: define variables, controls, sample size / iteration count
  3. Code: workspace_save to outputs/scripts/; include docstring (hypothesis, expected outcome, dependencies)
  4. Execute: exec in workspace (safe commands — see §5); capture stdout + stderr
  5. Verify: compare against hypothesis; check for NaN/Inf/warnings; save to
Related skills
Installs
GitHub Stars
819
First Seen