II.
Methodology JSON
Structured · livemethodology:scrum
Scrum json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:scrum",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Scrum",
"description": "A lightweight agile framework for developing, delivering, and sustaining complex\nproducts through iterative progress via sprints. Founded on empirical process\ncontrol with three pillars: Transparency, Inspection, and Adaptation. Three roles\n(Product Owner, Scrum Master, Development Team), five events (Sprint, Sprint\nPlanning, Daily Scrum, Sprint Review, Sprint Retrospective), and three artifacts\n(Product Backlog, Sprint Backlog, Increment).\n",
"methodologyKind": "agile",
"origin": "Ken Schwaber, Jeff Sutherland",
"yearIntroduced": "1995"
},
"outgoingEdges": [
{
"from": "methodology:scrum",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "methodology:scrum",
"to": "topic:agent-orchestration-products",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--scrum",
"to": "methodology:scrum",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}