II.
Specialization JSON
Structured · livespecialization:kanban
Kanban json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "specialization:kanban",
"_kind": "Specialization",
"_file": "domain/specializations/specializations-wiki-targets.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kanban",
"description": "Kanban method for continuous flow work management using visual boards,\nwork-in-progress limits, and pull-based scheduling.\n"
},
"outgoingEdges": [
{
"from": "specialization:kanban",
"to": "domain:project-management",
"kind": "specializes"
}
],
"incomingEdges": [
{
"from": "skill-area:agile-delivery",
"to": "specialization:kanban",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "page:library-kanban",
"to": "specialization:kanban",
"kind": "documents"
}
]
}