II.
LibraryProcess JSON
Structured · livelib-process:supply-chain--disruption-response
specializations/domains/business/supply-chain/disruption-response json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:supply-chain--disruption-response",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/business/supply-chain/disruption-response",
"description": "Supply Chain Disruption Response - Execute rapid response protocols for supply disruptions\nincluding impact assessment, mitigation activation, stakeholder communication, and recovery tracking.",
"libraryPath": "library/specializations/domains/business/supply-chain/disruption-response.js",
"specialization": "supply-chain",
"references": [
"- The Resilient Enterprise: https://mitpress.mit.edu/9780262693493/the-resilient-enterprise/",
"- Supply Chain Disruption Response: https://www.mckinsey.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/supply-chain/disruption-response', {\n disruptionType: 'supplier-failure',\n affectedSuppliers: ['Supplier A'],\n severity: 'critical',\n description: 'Major supplier facility fire causing production stoppage'\n});",
"usesAgents": [
"situation-assessor",
"impact-assessor",
"team-coordinator",
"mitigation-coordinator",
"communication-coordinator",
"continuity-coordinator",
"recovery-tracker",
"lessons-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:supply-chain--disruption-response",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "skill-area:vendor-management-ops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "domain:supply-chain",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "specialization:supply-chain-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:supply-chain--disruption-response",
"to": "specialization:supply-chain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}