II.
LibraryProcess JSON
Structured · livelib-process:operations--kanban-system
kanban-system json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:operations--kanban-system",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "kanban-system",
"description": "Kanban System Design Process - Design and implement pull-based production control systems with visual\nmanagement, WIP limits, and replenishment triggers for lean operations.",
"libraryPath": "library/specializations/domains/business/operations/kanban-system.js",
"specialization": "operations",
"references": [
"- Ohno, T. (1988). Toyota Production System\n- Smalley, A. (2004). Creating Level Pull\n- Anderson, D. (2010). Kanban: Successful Evolutionary Change"
],
"example": "const result = await orchestrate('specializations/domains/business/operations/kanban-system', {\n processName: 'Assembly Line Kanban',\n scope: 'end-to-end production',\n wipLimits: { assembly: 5, testing: 3, packaging: 4 },\n replenishmentMethod: 'two-bin'\n});",
"usesAgents": [
"lean-analyst",
"demand-analyst",
"kanban-engineer",
"system-designer",
"visual-designer",
"implementation-planner",
"procedures-developer",
"training-developer",
"report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:operations--kanban-system",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--kanban-system",
"to": "specialization:operations",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}