II.
SkillArea JSON
Structured · liveskill-area:notification-strategy
Notification Strategy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:notification-strategy",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Notification Strategy",
"description": "Designing notification systems — channel selection (email, push,\nin-app, SMS), frequency capping, notification preferences,\nre-engagement campaigns, and measuring notification effectiveness.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:notification-strategy",
"to": "specialization:product-management",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:notification-strategy",
"to": "skill-area:push-notification-strategy",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:notification-strategy",
"to": "skill-area:in-app-messaging",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": [
{
"from": "skill-area:push-notification-strategy",
"to": "skill-area:notification-strategy",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
]
}