iiRecord
Agentic AI Atlas · constraint-identification
lib-process:operations--constraint-identificationa5c.ai
II.
LibraryProcess JSON

lib-process:operations--constraint-identification

Structured · live

constraint-identification 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--constraint-identification",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "constraint-identification",
    "description": "Constraint Identification and Exploitation Process - Identify system bottlenecks, maximize constraint\nutilization, subordinate non-constraints, and implement Theory of Constraints five focusing steps.",
    "libraryPath": "library/specializations/domains/business/operations/constraint-identification.js",
    "specialization": "operations",
    "references": [
      "- Goldratt, E.M. & Cox, J. (2014). The Goal\n- Goldratt, E.M. (1990). Theory of Constraints\n- Dettmer, H.W. (1997). Goldratt's Theory of Constraints"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/operations/constraint-identification', {\n  systemName: 'Manufacturing Value Stream',\n  scope: 'end-to-end production',\n  currentThroughput: 100,\n  targetThroughput: 150\n});",
    "usesAgents": [
      "toc-analyst",
      "toc-engineer",
      "toc-coordinator",
      "toc-strategist",
      "toc-auditor",
      "implementation-planner",
      "report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--constraint-identification",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}