production-scheduling

Identify plant constraints and generate finite-capacity production schedules with dispatching rules.

24|4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ai-evos/agent-skills --skill production-scheduling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-scheduling
Source: https://github.com/ai-evos/agent-skills/tree/main/capabilities/production-scheduling
Command: npx skills add https://github.com/ai-evos/agent-skills --skill production-scheduling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scheduling in discrete and batch manufacturing is complex and data-driven. This Skill helps identify the plant constraint, choose suitable dispatching rules, and generate executable shop-floor sequences that maximize throughput while meeting due dates.

Core Features & Use Cases

  • Identify bottlenecks and the true constraint using TOC-based methods (drum-buffer-rope, DBR).
  • Apply dispatching rules (EDD, SPT, CR, WSJF) and handle setup with sequence-dependent matrices.
  • Plan disruptions, overtime, and capacity with finite-capacity scheduling and rolling re-plans.

Quick Start

Load the current throughput data, identify the plant constraint, and generate a ready-to-run production schedule with sequence, buffer, and escalation actions.

Frequently Asked Questions about production-scheduling

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

FAQPage Schema
How do I identify the plant constraint for production scheduling?

Production scheduling identifies the plant constraint using Theory of Constraints methods like drum-buffer-rope (DBR). It analyzes throughput data across work centres to pinpoint the true bottleneck and generate executable shop-floor sequences that maximize finite capacity.

What dispatching rules work best for finite-capacity scheduling?

Finite-capacity scheduling applies dispatching rules like EDD, SPT, CR, and WSJF. The optimal rule selection depends on your specific throughput targets and setup matrices, ensuring job sequencing maximizes throughput while meeting due dates across multiple work centres.

How do I handle disruption response and rolling re-plans in manufacturing?

Disruption response in manufacturing uses rolling re-plans and finite-capacity scheduling to manage overtime and capacity changes. It computes constraint protection using DBR principles, applies dispatching rules, and outputs ready-to-communicate plans including escalation triggers for real-time adjustments.

Can I optimize sequence-dependent setups across multiple work centres?

Sequence-dependent setups across multiple work centres are optimized using dispatching rules and setup matrices. The scheduling process handles changeover optimization by applying appropriate sequencing logic to minimize setup times while maintaining throughput at the identified plant constraint.

What's the best way to maximize throughput while meeting due dates?

Maximizing throughput while meeting due dates requires constraint-aware scheduling using drum-buffer-rope (DBR) principles. By identifying the plant constraint, computing buffer protection, and applying suitable dispatching rules, you generate executable schedules within finite capacity limits.

Why does my production schedule fail to protect the bottleneck during disruptions?

Production schedules fail to protect bottlenecks when constraint protection lacks DBR-based buffer calculations. Effective disruption response requires finite-capacity scheduling with rolling re-plans, applying dispatching rules and escalation triggers to safeguard the identified plant constraint.