II.
LibraryProcess overview
Reference · livelib-process:operations--critical-chain-pm
critical-chain-pm overview
Critical Chain Project Management (CCPM) implementation based on Theory of Constraints. Focuses on resource contention, buffer management, and protecting project completion through feeding buffers, project buffers, and resource buffers.
Attributes
displayName
critical-chain-pm
description
Critical Chain Project Management (CCPM) implementation based on Theory of Constraints.
Focuses on resource contention, buffer management, and protecting project completion
through feeding buffers, project buffers, and resource buffers.
libraryPath
library/specializations/domains/business/operations/critical-chain-pm.js
specialization
operations
example
// Input
{
projectContext: { projectName: "ERP-Implementation", projectType: "IT", complexity: "high" },
projectPlan: { tasks: [...], dependencies: [...], resourceRequirements: {...} },
resourceData: { resources: [...], availability: {...}, skillMatrix: {...} },
bufferPolicy: { projectBufferPercent: 50, feedingBufferPercent: 50 },
constraints: { deadline: "2024-12-31", budget: 2000000, scopeItems: [...] }
}
usesAgents
- duration-analyst
- network-planner
- resource-leveler
- critical-chain-analyst
- buffer-sizing-specialist
- feeding-buffer-specialist
- resource-buffer-planner
- schedule-creator
- buffer-management-designer
- execution-guidelines-developer
- reporting-designer
Outgoing edges
lib_applies_to_domain1
- domain:operations·DomainOperations
lib_belongs_to_specialization1
- specialization:operations·SpecializationOperations
lib_implements_workflow2
- workflow:vendor-onboarding·WorkflowVendor Onboarding
- workflow:vendor-evaluation·WorkflowVendor Evaluation
lib_involves_role2
- role:operations-analyst·RoleOperations Analyst
- role:procurement-manager·RoleProcurement Manager
lib_requires_skill_area2
- skill-area:organizational-design·SkillAreaOrganizational Design
- skill-area:stakeholder-management·SkillAreaStakeholder Management
Incoming edges
None.