iiRecord
Agentic AI Atlas · line-balancing
lib-process:industrial-engineering--line-balancinga5c.ai
II.
LibraryProcess JSON

lib-process:industrial-engineering--line-balancing

Structured · live

line-balancing 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:industrial-engineering--line-balancing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "line-balancing",
    "description": "Line Balancing Analysis - Balance workload across workstations to minimize cycle time, optimize labor\nutilization, and achieve production rate targets.",
    "libraryPath": "library/specializations/domains/science/industrial-engineering/line-balancing.js",
    "specialization": "industrial-engineering",
    "references": [
      "- Groover, Work Systems and Methods\n- Meyers & Stewart, Motion and Time Study for Lean Manufacturing\n- Askin & Goldberg, Design and Analysis of Lean Production Systems"
    ],
    "example": "const result = await orchestrate('domains/science/industrial-engineering/line-balancing', {\n  lineDescription: 'Final assembly line with 8 stations',\n  targetRate: 60,\n  currentBalance: { stations: 8, efficiency: 0.72 }\n});",
    "usesAgents": [
      "work-analyst",
      "time-study-analyst",
      "takt-calculator",
      "min-stations-calculator",
      "line-balancer",
      "efficiency-evaluator",
      "alternatives-analyst",
      "standard-work-creator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "domain:industrial-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--line-balancing",
      "to": "specialization:industrial-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}