Supply chain discrete-event simulation for scenario testing and optimization
Conducts discrete-event simulations to test and optimize supply chain scenarios.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Supply Chain Simulation Engine provides discrete-event simulation capabilities for testing supply chain scenarios, policies, and disruptions. It enables what-if analysis, Monte Carlo integration, and performance optimization through simulation-based experimentation.
simulation_request:
network_model:
nodes: array
- node_id: string
type: string # supplier, plant, DC, customer
capacity: float
processing_time: object
inventory_policy: object
arcs: array
- from_node: string
to_node: string
lead_time: object
cost: float
demand_model:
patterns: array
variability: object
events: array # promotions, seasonality
supply_model:
reliability: object
variability: object
simulation_parameters:
run_length: integer
warm_up_period: integer
replications: integer
random_seed: integer
scenarios: array
- scenario_name: string
parameters: object
simulation_output:
results_summary:
scenarios: array
- scenario_name: string
kpis:
fill_rate: object
inventory_turns: object
lead_time: object
cost: object
confidence_intervals: object
detailed_results:
time_series: array
event_log: array
bottleneck_analysis: object
scenario_comparison:
comparison_matrix: object
statistical_tests: object
best_scenario: string
sensitivity_results:
parameters_tested: array
impact_analysis: object
critical_parameters: array
optimization_insights:
recommendations: array
trade_offs: object
visualization_data:
animation_data: object
charts: array
Input: Network model, demand patterns, inventory policies
Process: Simulate multiple policy scenarios
Output: Policy comparison with fill rate and cost
Input: Current network, disruption scenario
Process: Simulate disruption and recovery
Output: Impact quantification and recovery timeline
Input: Alternative network configurations
Process: Simulate each configuration
Output: Configuration comparison and recommendation
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.