iiRecord
Agentic AI Atlas · drum-buffer-rope
lib-process:operations--drum-buffer-ropea5c.ai
II.
LibraryProcess JSON

lib-process:operations--drum-buffer-rope

Structured · live

drum-buffer-rope 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--drum-buffer-rope",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "drum-buffer-rope",
    "description": "Drum-Buffer-Rope (DBR) scheduling implementation based on Theory of Constraints.\n             Synchronizes production to the pace of the constraint (drum), protects throughput\n             with time buffers, and controls material release (rope) to prevent WIP accumulation.",
    "libraryPath": "library/specializations/domains/business/operations/drum-buffer-rope.js",
    "specialization": "operations",
    "example": "// Input\n{\n  organizationContext: { industry: \"discrete-manufacturing\", productionType: \"job-shop\", productMix: [\"A\", \"B\", \"C\"] },\n  constraintInfo: { currentConstraint: \"CNC-Machining-Center\", constraintCapacity: 480, demandRate: 520 },\n  productionData: { routings: [...], cycleTimeData: {...}, currentWIP: 1500 },\n  bufferPolicy: { targetBufferSize: \"2-days\", bufferPenetrationThresholds: { green: 0.33, yellow: 0.66, red: 1.0 } },\n  implementationScope: { pilotArea: \"Assembly-Line-1\", timeline: \"12-weeks\", integrationRequirements: [\"ERP\", \"MES\"] }\n}",
    "usesAgents": [
      "toc-constraint-analyst",
      "production-scheduler",
      "buffer-design-specialist",
      "material-release-specialist",
      "systems-integration-architect",
      "buffer-management-specialist",
      "implementation-planner",
      "training-developer",
      "pilot-execution-coach",
      "performance-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:operations--drum-buffer-rope",
      "to": "lib-agent:shared--performance-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}