II.
LibraryProcess JSON
Structured · livelib-process:project-management--issue-management-escalation
issue-management-escalation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--issue-management-escalation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "issue-management-escalation",
"description": "Issue Management and Escalation - Identify, log, track, and resolve project issues\nwith appropriate escalation procedures and stakeholder communication.",
"libraryPath": "library/specializations/domains/business/project-management/issue-management-escalation.js",
"specialization": "project-management",
"references": [
"- PMI Issue Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok\n- ITIL Problem Management: https://www.axelos.com/best-practice-solutions/itil"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/issue-management-escalation', {\n projectName: 'Data Migration',\n issues: [{ id: 'ISS001', title: 'Data quality concerns', severity: 'high' }],\n stakeholders: [{ name: 'Project Sponsor', role: 'sponsor' }],\n escalationMatrix: { levels: [{ level: 1, title: 'PM' }, { level: 2, title: 'Director' }] }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--issue-management-escalation",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}