Automated wave planning and pick path optimization skill to maximize warehouse throughput and order accuracy
Optimizes warehouse order grouping and pick paths to maximize throughput and meet carrier deadlines.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.