Open Experiment Standard
Section 2 · OES Spec

Experiment identity and documentation

The human-facing context that makes a result meaningful later.

An experiment result without context is almost useless for a learning repository. The identity block captures what the team set out to learn, who owned it, and where to find the surrounding research, design, and code artifacts.

Fields

FieldTypePurpose
experiment.idrequiredstringStable unique ID.
experiment.slugstringHuman-readable identifier.
experiment.titlerequiredstringDisplay name.
experiment.summarystringShort plain-English summary.
experiment.descriptionstringLonger context.
experiment.hypothesisstringWhat the team believed would happen.
experiment.learningGoalstringWhat the team wanted to learn.
experiment.businessGoalstringBusiness objective — activation, revenue, retention, etc.
experiment.productAreastringProduct surface or area.
experiment.tagsstring[]Search/indexing tags.
experiment.statusenumOne of: draft, planned, running, stopped, analyzed, decided, archived.
experiment.ownerobjectResponsible person or team.
experiment.stakeholdersobject[]PM, engineer, data scientist, designer, executive sponsor.
experiment.linksobject[]PRD, Figma, Jira, GitHub PR, dashboard, customer research.