II.
Methodology JSON
Structured · livemethodology:agile
Agile (Generic) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:agile",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Agile (Generic)",
"description": "A generic agile development loop implementing sprints, iteration cycles, and\ncontinuous delivery. Implements agile/scrum methodology with product backlog\nmanagement, sprint planning (select stories, estimate, commit), sprint execution\n(develop, test, integrate), sprint review (demo, validate acceptance criteria),\nsprint retrospective (reflect, improve), incremental releases, and velocity\ntracking with continuous improvement.\n",
"methodologyKind": "hybrid",
"origin": "Agile Manifesto authors",
"yearIntroduced": "2001"
},
"outgoingEdges": [
{
"from": "methodology:agile",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--agile",
"to": "methodology:agile",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}