| name | last-mile-delivery-optimizer |
| description | Final delivery leg optimization skill including dynamic scheduling, time-window management, and delivery confirmation |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"logistics","domain":"business","category":"distribution","priority":"medium"} |
| graph | {"domains":["domain:logistics"],"skillAreas":["skill-area:procurement-management","skill-area:quantitative-modeling","skill-area:data-analytics"],"roles":["role:supply-chain-analyst","role:operations-analyst","role:procurement-manager"]} |
Last-Mile Delivery Optimizer
Overview
The Last-Mile Delivery Optimizer focuses on the final delivery leg optimization including dynamic scheduling, time-window management, and delivery confirmation. It maximizes delivery density, manages customer expectations, and coordinates various delivery methods including traditional carriers and crowdsourced options.
Capabilities
- Delivery Density Optimization: Maximize deliveries per route by clustering nearby addresses
- Time Window Scheduling: Schedule deliveries within customer-preferred time windows
- Driver Dispatch Optimization: Assign deliveries to drivers based on location, capacity, and skills
- Proof of Delivery Automation: Capture signatures, photos, and timestamps for delivery confirmation
- Failed Delivery Management: Handle failed deliveries including rescheduling and alternative locations
- Customer Communication Integration: Send proactive updates on delivery status and ETA
- Crowdsourced Delivery Coordination: Integrate with gig economy platforms for flexible capacity
Tools and Libraries
- Routing APIs
- Last-Mile Platforms
- Driver Apps
- Customer Notification Systems
Used By Processes
- Last-Mile Delivery Optimization
- Route Optimization
- Multi-Channel Fulfillment
Usage
skill: last-mile-delivery-optimizer
inputs:
deliveries:
- delivery_id: "DEL001"
address: "123 Main St, Boston, MA"
coordinates: { lat: 42.3601, lng: -71.0589 }
time_window: { start: "14:00", end: "18:00" }
packages: 2
special_instructions: "Leave at front door"
customer_phone: "+1-555-0123"
- delivery_id: "DEL002"
address: "456 Oak Ave, Boston, MA"
coordinates: { lat: 42.3651, lng: -71.0549 }
time_window: { start: "10:00", end: "14:00" }
packages: 1
signature_required: true
drivers:
- driver_id: "DRV001"
current_location: { lat: 42.3501, lng: -71.0650 }
capacity_packages:
[, ]
{ , }
{ , }
Integration Points
- Transportation Management Systems (TMS)
- Order Management Systems
- Customer Communication Platforms
- Driver Mobile Apps
- GPS/Telematics Systems
Performance Metrics
- Deliveries per route
- On-time delivery rate
- First-attempt success rate
- Cost per delivery
- Customer satisfaction score