iiRecord
Agentic AI Atlas · pick-pack-ship
lib-process:logistics--pick-pack-shipa5c.ai
II.
LibraryProcess JSON

lib-process:logistics--pick-pack-ship

Structured · live

pick-pack-ship 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:logistics--pick-pack-ship",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "pick-pack-ship",
    "description": "Automated wave planning, pick path optimization, and packing validation to maximize warehouse throughput and order accuracy.",
    "libraryPath": "library/specializations/domains/business/logistics/pick-pack-ship.js",
    "specialization": "logistics",
    "references": [
      "- WERC Best Practices: https://www.werc.org/\n- Warehouse Operations: https://www.koganpage.com/logistics-operations-management"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/logistics/pick-pack-ship', {\n  orders: [{ orderId: 'O001', items: [{ sku: 'SKU001', qty: 2 }], priority: 'standard' }],\n  inventory: { 'SKU001': { location: 'A-01-01', qtyAvailable: 100 } },\n  warehouseConfig: { zones: ['A', 'B'], packStations: 5 }\n});",
    "usesAgents": [
      "order-analyst",
      "inventory-allocator",
      "wave-planner",
      "pick-path-optimizer",
      "pick-list-generator",
      "pick-execution-specialist",
      "pack-station-assigner",
      "packing-instructions-specialist",
      "label-generation-specialist",
      "ship-confirmation-specialist",
      "performance-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "skill-area:procurement-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "domain:logistics",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "role:supply-chain-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "specialization:logistics",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:logistics--pick-pack-ship",
      "to": "lib-agent:shared--performance-analyst",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}