iiRecord
Agentic AI Atlas · supplier-scorecard
lib-process:supply-chain--supplier-scorecarda5c.ai
II.
LibraryProcess JSON

lib-process:supply-chain--supplier-scorecard

Structured · live

supplier-scorecard 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:supply-chain--supplier-scorecard",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "supplier-scorecard",
    "description": "Supplier Performance Scorecard - Track and report supplier performance metrics including OTIF\n(On-Time In-Full), quality, cost, responsiveness, and sustainability with trend analysis and action tracking.",
    "libraryPath": "library/specializations/domains/business/supply-chain/supplier-scorecard.js",
    "specialization": "supply-chain",
    "references": [
      "- ASCM SCOR Model: https://www.ascm.org/topics/scor/\n- Supplier Performance Management: https://www.gartner.com/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/supply-chain/supplier-scorecard', {\n  suppliers: ['Supplier A', 'Supplier B', 'Supplier C'],\n  performanceData: { otif: {...}, quality: {...}, cost: {...} },\n  scorecardPeriod: 'Q4-2024',\n  benchmarks: { otif: 0.95, quality: 0.99 }\n});",
    "usesAgents": [
      "data-collector",
      "delivery-scorer",
      "quality-scorer",
      "cost-scorer",
      "responsiveness-scorer",
      "sustainability-scorer",
      "scorecard-generator",
      "trend-analyst",
      "action-generator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "skill-area:procurement-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "skill-area:vendor-management-ops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "domain:supply-chain",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "role:supply-chain-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "role:procurement-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "workflow:vendor-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "workflow:vendor-evaluation",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "specialization:supply-chain-optimization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:supply-chain--supplier-scorecard",
      "to": "specialization:supply-chain",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}