II.
LibraryProcess overview
Reference · livelib-process:supply-chain--supply-chain-fulfillment-e2e
supply-chain/supply-chain-fulfillment-e2e overview
End-to-end supply-chain fulfillment: demand-signal intake, kip recall of supplier/logistics history, parallel supply planning (inventory position, supplier capacity, logistics options), adversarial plan-feasibility gate with executed lead-time and net-requirement recompute, policy-gated supplier POs via the composed procurement/procurement-lifecycle buy-leg, fulfillment execution tracking with a frozen-severity exception-routing map, policy-gated expedite/reroute and disruption comms with fail-closed guarded executors, delivery confirmation with deterministic OTIF metrics, and kip assert of fulfillment/exception learnings.
Attributes
displayName
supply-chain/supply-chain-fulfillment-e2e
description
End-to-end supply-chain fulfillment: demand-signal intake, kip recall of
supplier/logistics history, parallel supply planning (inventory position, supplier
capacity, logistics options), adversarial plan-feasibility gate with executed lead-time
and net-requirement recompute, policy-gated supplier POs via the composed
procurement/procurement-lifecycle buy-leg, fulfillment execution tracking with a
frozen-severity exception-routing map, policy-gated expedite/reroute and disruption
comms with fail-closed guarded executors, delivery confirmation with deterministic
OTIF metrics, and kip assert of fulfillment/exception learnings.
libraryPath
library/specializations/domains/business/supply-chain/supply-chain-fulfillment-e2e.js
specialization
supply-chain
example
const result = await orchestrate('supply-chain/supply-chain-fulfillment-e2e', {
demandSignal: {
source: 'replenishment-trigger',
ref: 'RPL-2026-0001',
sku: 'SKU-9922',
quantity: 1200,
requiredByDate: '2026-09-01',
destination: 'DC-East',
},
suppliers: ['Acme Components', 'Northwind Parts'],
estimatedSpend: 84000,
});
usesAgents
- demand-intake-analyst
- inventory-position-analyst
- supplier-capacity-analyst
- logistics-options-analyst
- fulfillment-execution-tracker
- expedite-reroute-executor
- disruption-comms-publisher
- delivery-confirmation-analyst
Outgoing edges
lib_applies_to_domain2
- domain:supply-chain·DomainSupply Chain
- domain:business
lib_belongs_to_specialization2
- specialization:supply-chain-optimization·SpecializationSupply Chain Optimization
- specialization:supply-chain·SpecializationSupply Chain
lib_implements_workflow3
lib_involves_role4
- role:supply-chain-director
- role:logistics-manager
- role:procurement-manager·RoleProcurement Manager
- role:supply-chain-analyst·RoleSupply Chain Analyst
lib_requires_skill_area4
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:vendor-management-ops·SkillAreaVendor Management (Operations)
- skill-area:logistics-transportation
- skill-area:knowledge-management
Incoming edges
None.