II.
LibraryProcess overview
Reference · livelib-process:project-management--status-reporting-communication
status-reporting-communication overview
Status Reporting and Communication Management - Create and deliver project status reports, dashboards, and communications tailored to different stakeholder audiences and needs.
Attributes
displayName
status-reporting-communication
description
Status Reporting and Communication Management - Create and deliver project status reports,
dashboards, 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 - 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', {
projectName: 'Cloud Migration Program',
projectData: { schedule: {...}, budget: {...}, risks: [...], milestones: [...] },
stakeholders: [{ name: 'Executive Sponsor', type: 'executive' }, { name: 'PMO', type: 'management' }],
reportingPeriod: 'Week 12'
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:project-management·DomainProject Management
lib_belongs_to_specialization1
- specialization:project-management·SpecializationProject Management
lib_implements_workflow2
- workflow:project-kickoff·WorkflowProject Kickoff
- workflow:project-kickoff·WorkflowProject Kickoff
lib_involves_role2
- role:project-manager·RoleProject Manager
- role:scrum-master·RoleScrum Master
lib_requires_skill_area2
- skill-area:stakeholder-management·SkillAreaStakeholder Management
- skill-area:roadmap-planning·SkillAreaRoadmap Planning
Incoming edges
None.