II.
LibraryProcess overview
Reference · livelib-process:supply-chain--supplier-scorecard
supplier-scorecard overview
Supplier Performance Scorecard - Track and report supplier performance metrics including OTIF (On-Time In-Full), quality, cost, responsiveness, and sustainability with trend analysis and action tracking.
Attributes
displayName
supplier-scorecard
description
Supplier Performance Scorecard - Track and report supplier performance metrics including OTIF
(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/ - Supplier Performance Management: https://www.gartner.com/
example
const result = await orchestrate('specializations/domains/business/supply-chain/supplier-scorecard', {
suppliers: ['Supplier A', 'Supplier B', 'Supplier C'],
performanceData: { otif: {...}, quality: {...}, cost: {...} },
scorecardPeriod: 'Q4-2024',
benchmarks: { otif: 0.95, quality: 0.99 }
});
usesAgents
- data-collector
- delivery-scorer
- quality-scorer
- cost-scorer
- responsiveness-scorer
- sustainability-scorer
- scorecard-generator
- trend-analyst
- action-generator
Outgoing edges
lib_applies_to_domain1
- domain:supply-chain·DomainSupply Chain
lib_belongs_to_specialization2
- specialization:supply-chain-optimization·SpecializationSupply Chain Optimization
- specialization:supply-chain·SpecializationSupply Chain
lib_implements_workflow2
- workflow:vendor-onboarding·WorkflowVendor Onboarding
- workflow:vendor-evaluation·WorkflowVendor Evaluation
lib_involves_role2
- role:supply-chain-analyst·RoleSupply Chain Analyst
- role:procurement-manager·RoleProcurement Manager
lib_requires_skill_area2
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:vendor-management-ops·SkillAreaVendor Management (Operations)
Incoming edges
None.