Production scheduling optimization skill with constraint handling, changeover minimization, and due date management
Optimizes production schedules by minimizing changeovers and maximizing on-time delivery within resource constraints.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Production Scheduler skill provides comprehensive capabilities for optimizing production schedules. It supports finite capacity scheduling, changeover optimization, due date prioritization, and real-time rescheduling to maximize throughput and on-time delivery.
skill: production-scheduler
inputs:
orders:
- order_id: "ORD001"
product: "Widget A"
quantity: 500
due_date: "2026-02-10"
priority: "high"
- order_id: "ORD002"
product: "Widget B"
quantity: 300
due_date: "2026-02-12"
priority: "normal"
resources:
- machine: "Press 1"
available_hours: 16
products: ["Widget A", "Widget B", "Widget C"]
- machine: "Press 2"
available_hours: 16
products: ["Widget A", "Widget C"]
changeover_matrix:
"Widget A -> Widget B": 30 # minutes
"Widget A -> Widget C": 45
"Widget B -> Widget A": 25
scheduling_rules:
- "minimize_lateness"
- "minimize_changeovers"
outputs:
- production_schedule
- machine_assignments
- changeover_sequence
- on_time_performance
- utilization_metrics
| Objective | Description | Metric |
|---|---|---|
| On-time delivery | Meet customer due dates | % on-time |
| Throughput | Maximize output | Units/day |
| Utilization | Efficient resource use | % utilized |
| Changeover | Minimize setup time | Total setup hours |
| WIP | Minimize work in process | $ WIP value |
Minimize: Total Lateness + (Changeover Time x Weight)
Subject to:
- Capacity constraints
- Due date requirements
- Material availability
- Resource skills
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.