II.
Methodology JSON
Structured · livemethodology:kanban
Kanban json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:kanban",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kanban",
"description": "A visual workflow management method emphasizing continuous flow rather than\nfixed iterations. Six core practices: visualize workflow, limit work in progress\n(WIP), manage flow, make process policies explicit, implement feedback loops,\nand improve collaboratively. Particularly suited for continuous delivery teams,\nsupport/maintenance work with unpredictable demand, and operations teams managing\nincidents and requests.\n",
"methodologyKind": "agile",
"origin": "David J. Anderson (adapted from Toyota Production System)",
"yearIntroduced": "2007"
},
"outgoingEdges": [
{
"from": "methodology:kanban",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "methodology:kanban",
"to": "topic:agent-orchestration-products",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--kanban",
"to": "methodology:kanban",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}