II.
SkillArea JSON
Structured · liveskill-area:a-b-testing
A/B Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:a-b-testing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-product-ops.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "A/B Testing",
"description": "Designing and analyzing controlled experiments to validate product or UX hypotheses\nwith real user traffic - variant assignment, statistical power, guardrail metrics,\nand decision frameworks for shipping or reverting changes. Bridges data science\nrigor with rapid product iteration cycles.\n",
"domains": [
"domain:software-engineering",
"domain:data-science"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:a-b-testing",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:a-b-testing",
"to": "domain:data-science",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:a-b-testing",
"to": "skill-area:product-analytics",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
],
"incomingEdges": [
{
"from": "skill-area:pricing-experimentation",
"to": "skill-area:a-b-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:experiment-design-AB-testing",
"to": "skill-area:a-b-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:growth-engineering",
"to": "skill-area:a-b-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:conversion-optimization",
"to": "skill-area:a-b-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:user-research",
"to": "skill-area:a-b-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-agent:product-management--growth-pm",
"to": "skill-area:a-b-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:product-management--ab-test-design",
"to": "skill-area:a-b-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:product-management--product-analytics",
"to": "skill-area:a-b-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "responsibility:experimentation-governance",
"to": "skill-area:a-b-testing",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:conversion-rate-optimizer",
"to": "skill-area:a-b-testing",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:growth-engineer",
"to": "skill-area:a-b-testing",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "workflow:a-b-test-lifecycle",
"to": "skill-area:a-b-testing",
"kind": "requires_skill_area",
"attributes": {}
}
]
}