II.
SkillArea JSON
Structured · liveskill-area:demand-forecasting
Demand Forecasting json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:demand-forecasting",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-3.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Demand Forecasting",
"description": "Predicting future product or service demand — time-series forecasting\n(ARIMA, Prophet, DeepAR), causal modeling, promotional lift estimation,\nnew product launch forecasting, and forecast accuracy measurement.\n",
"expertiseLevels": [
"practitioner",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:demand-forecasting",
"to": "domain:supply-chain",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:demand-forecasting",
"to": "domain:retail",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": []
}