II.
Responsibility JSON
Structured · liveresponsibility:experimentation-governance
Experimentation governance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:experimentation-governance",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded-2.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Experimentation governance",
"cadence": "continuous",
"description": "Govern the organization's experimentation platform — experiment\napproval workflows, mutual exclusion groups, metric guardrails,\nand experiment velocity reporting.\n"
},
"outgoingEdges": [
{
"from": "responsibility:experimentation-governance",
"to": "role:data-scientist",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:experimentation-governance",
"to": "role:product-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:experimentation-governance",
"to": "role:conversion-rate-optimizer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:experimentation-governance",
"to": "skill-area:a-b-testing",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "responsibility:experimentation-governance",
"to": "skill-area:feature-management",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "role:conversion-rate-optimizer",
"to": "responsibility:experimentation-governance",
"kind": "holds_responsibility"
},
{
"from": "workflow:a-b-test-lifecycle",
"to": "responsibility:experimentation-governance",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}