Follow the instructions defined in the /warehouse-ops skill exactly.
Review warehouse management system implementation:
Receiving, putaway, picking, packing, and shipping workflow logic
Bin/location management and slotting optimization algorithms
Pick path optimization (wave picking, zone picking, batch picking)
Barcode/RFID integration and scan validation
Labor management and task assignment logic
Dock scheduling and appointment management
Returns processing and reverse logistics workflow
IMPORTANT: Cross-reference warehouse throughput capacity with route
optimization from Phase 1. Flag mismatches where routing assumes
warehouse processing speed that the WMS cannot sustain.
IMPORTANT: Verify inventory forecasts align with warehouse capacity
from Phase 2 and delivery schedules from Phase 1. Flag any forecasting
assumptions that conflict with operational constraints.
IMPORTANT: Cross-reference risk scenarios with routing alternatives
from Phase 1, warehouse overflow handling from Phase 2, and safety
stock adequacy from Phase 3.
Follow the instructions defined in the /load-test skill exactly.
Stress test the logistics system under peak conditions:
Peak season load simulation (holiday, promotional periods)
Order volume ramp-up: 10x, 50x, 100x normal throughput
Concurrent routing optimization requests under high load
Inventory update throughput during bulk receiving
API response times for order tracking and status queries
Database query performance for reporting and analytics
IMPORTANT: Target the specific APIs and services identified in Phases 1-4.
Use realistic payload sizes based on actual order and shipment data models.
Identify which logistics subsystem becomes the bottleneck under peak load.
System health: {OPTIMIZED / NEEDS IMPROVEMENT / CRITICAL GAPS}
Peak readiness: {READY / AT RISK / NOT READY}
Top bottleneck: {identified subsystem and constraint}
Cross-Phase Findings
[Misalignments between logistics subsystems -- highest optimization impact]
Optimization Priority
[Highest-impact improvements ordered by cost savings potential]
[...]
NEXT STEPS:
Address cross-phase misalignments first (highest ROI)
Run /security-review to audit logistics platform APIs and access controls
Run /monitoring to set up alerting for logistics KPIs
Run /arch-review to evaluate microservice architecture for logistics scale
Implement load test fixes and re-run /load-test to verify improvements
DO NOT:
Do NOT modify any routing algorithms, inventory parameters, or warehouse configurations -- this is an analysis pipeline.
Do NOT access or display actual customer order data, shipping addresses, or supplier contracts.
Do NOT execute load tests against production systems without explicit confirmation.
Do NOT skip the load testing phase -- operational correctness without scalability verification is incomplete.
Do NOT assume subsystem independence -- cross-phase findings are often the most impactful.