Discrete event simulation skill for warehouse design validation and capacity planning
Simulates warehouse operations to identify bottlenecks and validate capacity planning scenarios.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Warehouse Simulation Modeler provides discrete event simulation capabilities for warehouse design validation and capacity planning. It models warehouse processes, identifies bottlenecks, and evaluates scenarios to support investment decisions and operational improvements.
skill: warehouse-simulation-modeler
inputs:
warehouse:
facility_id: "DC001"
square_footage: 250000
layout:
receiving_docks: 10
shipping_docks: 15
pick_modules: 3
storage_racks: 5000
processes:
receiving:
pallets_per_hour: 50
putaway_time_minutes: 8
picking:
lines_per_hour: 45
zones: 4
packing:
orders_per_hour: 30
stations: 10
shipping:
pallets_per_hour: 60
resources:
forklifts: 15
pickers: 40
packers: 25
scenarios:
- name: "Current State"
daily_orders: 5000
daily_inbound_pallets: 200
- name: "Peak Season"
daily_orders: 8500
daily_inbound_pallets: 350
- name: "With Automation"
daily_orders: 8500
automation:
goods_to_person: true
auto_packing: true
outputs:
simulation_results:
- scenario: "Current State"
throughput:
orders_completed: 5000
completion_rate: 100
average_cycle_time_hours: 4.2
utilization:
forklifts: 72
pickers: 85
packers: 78
receiving_docks: 65
shipping_docks: 70
bottlenecks: []
- scenario: "Peak Season"
throughput:
orders_completed: 7200
completion_rate: 84.7
average_cycle_time_hours: 8.5
utilization:
forklifts: 95
pickers: 98
packers: 92
receiving_docks: 90
shipping_docks: 95
bottlenecks:
- resource: "pickers"
constraint: "capacity"
impact: "15% orders delayed"
- resource: "shipping_docks"
constraint: "capacity"
impact: "carrier wait times increased"
- scenario: "With Automation"
throughput:
orders_completed: 8500
completion_rate: 100
average_cycle_time_hours: 3.8
utilization:
goods_to_person_system: 82
auto_packers: 75
shipping_docks: 85
bottlenecks: []
investment_analysis:
automation_investment: 5500000
annual_labor_savings: 1800000
throughput_increase: 18
payback_period_years: 3.1
five_year_roi: 64
recommendations:
- "Current capacity sufficient for baseline demand"
- "Peak season requires 12 additional pickers or automation investment"
- "Automation investment justified with 3.1 year payback"
- "Consider adding 2 shipping docks for peak flexibility"
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.