II.
LibraryProcess JSON
Structured · livelib-process:project-management--status-reporting-communication
status-reporting-communication json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--status-reporting-communication",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "status-reporting-communication",
"description": "Status Reporting and Communication Management - Create and deliver project status reports,\ndashboards, and communications tailored to different stakeholder audiences and needs.",
"libraryPath": "library/specializations/domains/business/project-management/status-reporting-communication.js",
"specialization": "project-management",
"references": [
"- PMI Project Communications Management: https://www.pmi.org/learning/library/project-communications-management-plan-7948\n- Effective Status Reporting: https://www.pmi.org/learning/library/project-status-reports-best-practices-5627"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/status-reporting-communication', {\n projectName: 'Cloud Migration Program',\n projectData: { schedule: {...}, budget: {...}, risks: [...], milestones: [...] },\n stakeholders: [{ name: 'Executive Sponsor', type: 'executive' }, { name: 'PMO', type: 'management' }],\n reportingPeriod: 'Week 12'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--status-reporting-communication",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}