II.
LibraryProcess overview
Reference · livelib-process:project-management--schedule-development-cpm
schedule-development-cpm overview
Schedule Development and Critical Path Analysis - Create project schedule using activity sequencing, duration estimation, critical path method (CPM), and resource leveling techniques.
Attributes
displayName
schedule-development-cpm
description
Schedule Development and Critical Path Analysis - Create project schedule using activity
sequencing, duration estimation, critical path method (CPM), and resource leveling techniques.
libraryPath
library/specializations/domains/business/project-management/schedule-development-cpm.js
specialization
project-management
references
- - PMI PMBOK Schedule Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok - Critical Path Method: https://www.pmi.org/learning/library/schedule-development-construction-702
example
const result = await orchestrate('specializations/domains/business/project-management/schedule-development-cpm', {
projectName: 'Office Building Construction',
wbs: { structure: {...}, workPackages: [...] },
resources: [{ name: 'Project Manager', availability: 100 }, { name: 'Developer', availability: 80 }],
constraints: { mustFinishBy: '2025-12-31', fixedMilestones: [...] }
});
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.