Agent skill
wave-planning-optimizer
Automated wave planning and pick path optimization skill to maximize warehouse throughput and order accuracy
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/logistics/skills/wave-planning-optimizer
Metadata
Additional technical details for this skill
- domain
- business
- category
- warehouse
- priority
- high
- specialization
- logistics
SKILL.md
Wave Planning Optimizer
Overview
The Wave Planning Optimizer is an automated skill that optimizes wave planning and pick path sequencing to maximize warehouse throughput and order accuracy. It intelligently groups orders into waves, balances workloads, and coordinates with carrier cutoff times to ensure efficient fulfillment operations.
Capabilities
- Wave Release Optimization: Determine optimal wave sizes and release timing based on capacity, demand, and carrier schedules
- Batch Picking Strategies: Group orders into efficient batches based on location proximity, order similarity, and resource availability
- Pick Path Sequencing: Optimize the sequence of picks within a batch to minimize travel distance
- Carrier Cutoff Coordination: Align wave releases with carrier pickup schedules and service commitments
- Resource Capacity Balancing: Distribute work evenly across available pickers and zones to prevent bottlenecks
- Zone Picking Orchestration: Coordinate picks across multiple zones for efficient zone-based picking strategies
- Pick Density Optimization: Maximize picks per travel unit by optimizing batch composition
Tools and Libraries
- WMS Systems
- Optimization Algorithms
- Scheduling Tools
- Resource Planning Libraries
Used By Processes
- Pick-Pack-Ship Operations
- Receiving and Putaway Optimization
- Warehouse Labor Management
Usage
skill: wave-planning-optimizer
inputs:
orders:
- order_id: "ORD001"
lines: 3
priority: "standard"
carrier_cutoff: "14:00"
zone_requirements: ["ZONE_A", "ZONE_B"]
- order_id: "ORD002"
lines: 5
priority: "expedited"
carrier_cutoff: "12:00"
zone_requirements: ["ZONE_A"]
resources:
available_pickers: 10
picker_capacity_lines_per_hour: 60
constraints:
max_wave_size: 200
batch_size_target: 12
planning_horizon_hours: 4
outputs:
waves:
- wave_id: "WAVE001"
release_time: "08:00"
orders: ["ORD002", "ORD003", "ORD004"]
total_lines: 45
estimated_completion: "09:30"
assigned_pickers: 3
batches:
- batch_id: "BATCH001"
orders: ["ORD002"]
pick_sequence: ["A-01-02", "A-03-05", "A-04-01"]
- wave_id: "WAVE002"
release_time: "09:30"
orders: ["ORD001", "ORD005"]
total_lines: 38
estimated_completion: "11:00"
assigned_pickers: 3
metrics:
total_waves: 2
average_batch_size: 10.5
estimated_throughput_lines_per_hour: 85
Integration Points
- Warehouse Management Systems (WMS)
- Order Management Systems
- Labor Management Systems
- Transportation Management Systems (TMS)
- Carrier Systems
Performance Metrics
- Lines picked per hour
- Wave completion rate
- Order cycle time
- Carrier cutoff compliance
- Resource utilization rate
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?