iiRecord
Agentic AI Atlas · specializations/domains/business/operations/critical-chain-pm
lib-process:operations--critical-chain-pma5c.ai
II.
LibraryProcess JSON

lib-process:operations--critical-chain-pm

Structured · live

specializations/domains/business/operations/critical-chain-pm json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:operations--critical-chain-pm",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/domains/business/operations/critical-chain-pm",
    "description": "Critical Chain Project Management (CCPM) implementation based on Theory of Constraints.\n             Focuses on resource contention, buffer management, and protecting project completion\n             through feeding buffers, project buffers, and resource buffers.",
    "libraryPath": "library/specializations/domains/business/operations/critical-chain-pm.js",
    "specialization": "operations",
    "example": "// Input\n{\n  projectContext: { projectName: \"ERP-Implementation\", projectType: \"IT\", complexity: \"high\" },\n  projectPlan: { tasks: [...], dependencies: [...], resourceRequirements: {...} },\n  resourceData: { resources: [...], availability: {...}, skillMatrix: {...} },\n  bufferPolicy: { projectBufferPercent: 50, feedingBufferPercent: 50 },\n  constraints: { deadline: \"2024-12-31\", budget: 2000000, scopeItems: [...] }\n}",
    "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"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--critical-chain-pm",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}