iiRecord
Agentic AI Atlas · capacity-planning
lib-process:operations--capacity-planninga5c.ai
II.
LibraryProcess JSON

lib-process:operations--capacity-planning

Structured · live

capacity-planning 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--capacity-planning",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "capacity-planning",
    "description": "Capacity Requirements Planning Process - Analyze capacity needs against demand forecasts, identify gaps,\nand develop capacity strategies (lead, lag, match) for effective resource planning.",
    "libraryPath": "library/specializations/domains/business/operations/capacity-planning.js",
    "specialization": "operations",
    "references": [
      "- APICS CPIM Body of Knowledge\n- Vollmann, T.E. (2005). Manufacturing Planning and Control Systems\n- Chase, R.B. (2017). Operations and Supply Chain Management"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/operations/capacity-planning', {\n  planningHorizon: '12-months',\n  demandForecast: { q1: 10000, q2: 12000, q3: 15000, q4: 11000 },\n  currentCapacity: { production: 11000, warehouse: 50000 },\n  strategy: 'match'\n});",
    "usesAgents": [
      "demand-planner",
      "capacity-analyst",
      "gap-analyst",
      "strategy-developer",
      "options-analyst",
      "rccp-planner",
      "crp-planner",
      "financial-analyst",
      "risk-assessor",
      "plan-developer",
      "report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "skill-area:stakeholder-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "specialization:operations",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "lib-agent:logistics--demand-planner",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:operations--capacity-planning",
      "to": "lib-agent:business-analysis--financial-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}