II.
LibraryProcess JSON
Structured · livelib-process:project-management--resource-planning-allocation
resource-planning-allocation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--resource-planning-allocation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "resource-planning-allocation",
"description": "Resource Planning and Allocation - Identify resource requirements, assess availability,\noptimize allocation, and plan resource acquisition and management.",
"libraryPath": "library/specializations/domains/business/project-management/resource-planning-allocation.js",
"specialization": "project-management",
"references": [
"- PMI Resource Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/resource-planning-allocation', {\n projectName: 'Digital Transformation',\n wbs: { workPackages: [...] },\n schedule: { activities: [...], duration: '12 months' },\n resourcePool: [{ name: 'Senior Developer', available: 3 }, { name: 'BA', available: 2 }]\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--resource-planning-allocation",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}