production-scheduling

Generates finite-capacity production schedules with bottleneck protection and setup-aware sequencing.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/llmh333/employee_management_spring --skill production-scheduling-llmh333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-scheduling
Source: https://github.com/llmh333/employee_management_spring/tree/main/.gemini/skills/production-scheduling
Command: npx skills add https://github.com/llmh333/employee_management_spring --skill production-scheduling-llmh333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manufacturing teams build executable production schedules that maximize throughput at the bottleneck while meeting due dates, handling changeovers efficiently, and rapidly re-sequencing when disruptions occur.

Core Features & Use Cases

  • Bottleneck-driven planning (TOC/DBR): Identify the true constraint with utilization and protect it with buffer management so downstream starvation is minimized.
  • Setup- and sequence-aware scheduling: Apply dispatching rules, optimize changeover sequences using setup matrices, and choose campaign vs. mixed-model strategies with explicit cost tradeoffs.
  • Disruption response & rolling re-plan: Re-sequence only unlocked jobs, apply a clear priority framework, and publish MES-updated schedules within defined stability windows.

Quick Start

Use the production-scheduling skill to build and optimize a finite-capacity schedule for your work orders using bottleneck protection, setup-aware sequencing, and disruption re-sequencing when needed.

Frequently Asked Questions about production-scheduling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize production scheduling to protect bottleneck throughput?

Production scheduling protects bottleneck throughput by identifying the true constraint using OEE and utilization data, then applying buffer management to minimize downstream starvation. It sequences jobs using TOC/DBR logic to maximize throughput.

What is the best way to optimize changeover sequences in batch manufacturing?

Changeover sequences are optimized using a setup matrix with nearest-neighbor and 2-opt algorithms. The skill evaluates campaign versus mixed-model strategies to provide explicit cost tradeoffs for finite-capacity planning across work centers.

How do I re-sequence production schedules after a disruption?

Disruption re-sequencing unlocks affected jobs and applies a structured priority framework to re-plan. The skill integrates ERP/MES feedback to publish updated schedules within defined stabilization windows while considering operator labor.

Can I use finite capacity planning with ERP and MES integration?

Finite capacity planning supports ERP and MES integration through execution feedback loops across work centers. The skill dispatches jobs by priority rules like EDD or SPT while respecting finite capacity constraints and operator labor considerations.

What dispatching rules work for setup-aware production scheduling?

Setup-aware production scheduling supports dispatching rules including EDD, SPT, and setup-aware variants. The skill sequences jobs based on these priorities while applying stabilization-window policies to balance changeover efficiency and due-date performance.

When should I apply bottleneck management versus mixed-model scheduling?

Bottleneck management prioritizes protecting the constraint using buffer logic, while mixed-model scheduling balances changeovers across work centers. The skill evaluates setup matrices and campaign strategies to choose the optimal approach based on cost tradeoffs.