| name | study-checklist |
| description | Compliance checklist template for studies. All items must be checked with evidence before marking a study complete. |
Study Checklist
Every study gets a checklist.md in its root directory. Create it when you start the study. Work through it as you go. You may NOT output [STUDY_COMPLETE] until every item is checked with evidence.
Creating the checklist
At study start, write this template to checklist.md:
# Study Checklist
## Setup
- [ ] Study structure created via `create_study_project.py`
- [ ] `git init` done, initial commit made
- [ ] README.md has PURPOSE, Author, Timestamp
## Data Integrity
- [ ] All survey data comes from actual EDSL runs (no mock/fake/synthetic data)
Evidence: <!-- e.g., data/results.json.gz, 312 rows, run at 2025-06-15T14:32Z -->
- [ ] Every number, table, and chart in the report traces to a file in `data/`
Evidence: <!-- list the source files -->
## Analysis
- [ ] All analysis scripts live in `analysis/` and run via `make`
Evidence: <!-- e.g., make PLOTS TABLES succeeds -->
- [ ] Plots written to `writeup/plots/`, tables to `writeup/tables/`
## Report
- [ ] `writeup/report.md` exists and is the single report file
- [ ] passes
[ ] reviewed — all issues resolved or documented