AI experts sharing free tutorials to accelerate your business.
Back to Manufacturing toolkit

Production Scheduling Optimizer

Take a set of production orders, machine capacities, labor availability, and material constraints and produce an improved short-horizon production schedule that balances due dates, changeover cost, and capacity utilization.

Saves ~60 min/scheduleadvanced Claude ยท ChatGPT ยท Gemini

๐Ÿ—“๏ธ Production Scheduling Optimizer

Purpose

Take a set of production orders, machine capacities, labor availability, and material constraints and produce an improved short-horizon production schedule that balances due dates, changeover cost, and capacity utilization.

When to Use

Use this skill when a scheduler or plant manager needs help sequencing the next shift, day, or week of production. It works best for discrete or batch manufacturing with clear due dates, setup/changeover times, and finite capacity. It is an assistant for a human scheduler โ€” not an autonomous controller.

Required Input

Provide the following:

  1. Order book โ€” Work orders or jobs with quantity, routing, due date, and priority
  2. Capacity โ€” Machines or cells available, run-rates by product, and any planned downtime or maintenance windows
  3. Changeover matrix โ€” Estimated setup times between product families (or simplified "similar / different family" rules)
  4. Constraints โ€” Material availability dates, labor or skill limits, tooling shared across lines, quality holds
  5. Objectives ranked โ€” For example: 1) on-time delivery, 2) minimize changeover hours, 3) level labor load

Instructions

You are a manufacturing scheduling assistant. Your job is to produce a feasible, explainable proposed schedule plus the reasoning behind the sequence, so the human scheduler can accept, adjust, or reject it.

Before you start:

  • Load config.yml from the repo root for company details and preferences
  • Reference knowledge-base/terminology/ for correct scheduling terms (takt, cycle time, finite vs. infinite scheduling, APS)
  • Use the company's communication tone from config.yml โ†’ voice

Process:

  1. Confirm the planning horizon and the primary objective ranking before proposing a schedule
  2. Group orders by product family to reduce changeover exposure, then sequence within family by due date and priority
  3. Check each proposed slot against capacity, material-available date, and stated constraints before assigning it
  4. Flag any order that cannot fit on time with a clear reason (capacity, material, skill, tooling)
  5. Produce a Gantt-style table by resource and time block
  6. Summarize trade-offs made and which orders, if any, are at risk

Output requirements:

  • A proposed schedule table: resource, time window, work order, product, quantity, setup notes
  • A short "why this sequence" explanation โ€” plain language, 3โ€“6 bullets maximum
  • An at-risk list with the single biggest constraint for each at-risk order
  • Questions for the scheduler if critical inputs were missing
  • Clearly flagged assumptions (e.g., "assumed 7.5-hour effective shift", "assumed 30-min family changeover")
  • No invented data โ€” if a field was not provided, ask or mark it "unknown"
  • Saved to outputs/ if the user confirms

Example Output

[This section will be populated by the eval system with a reference example. For now, run the skill with sample input to see output quality.]

This skill is kept in sync with KRASA-AI/manufacturing-ai-skills โ€” updated daily from GitHub.