production-scheduling

Sequence work orders under finite capacity with setup-aware dispatching rules.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/samymity/bridge-ventures-backend --skill production-scheduling-samymity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-scheduling
Source: https://github.com/samymity/bridge-ventures-backend/tree/main/.claude/skills/production-scheduling
Command: npx skills add https://github.com/samymity/bridge-ventures-backend --skill production-scheduling-samymity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production schedulers need a reliable way to turn ERP work orders into an executable, finite-capacity schedule that protects the plant constraint, optimizes sequence-dependent changeovers, and responds quickly to disruptions without destabilizing committed work.

Core Features & Use Cases

  • Constraint-first finite-capacity scheduling: identify the true bottleneck (drum), apply priority sequencing (e.g., EDD/SPT/setup-aware), and enforce stabilization windows to prevent schedule churn.
  • Changeover and line-sequencing optimization: apply SMED principles, build a setup matrix, and optimize changeover sequences using nearest-neighbor plus 2-opt improvements with due-date validation.
  • Disruption response and re-sequencing: re-plan on breakdowns, material shortages, quality holds, and absenteeism by freezing in-process work, re-sequencing only unlocked jobs, and communicating/locking updates to MES.

Quick Start

Use the production-scheduling skill to create a constraint-protecting schedule for your next 24–48 hour production horizon and re-sequence jobs for any disruption while minimizing changeover cost and protecting customer due dates.

Frequently Asked Questions about production-scheduling

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

FAQPage Schema
How do I create a finite capacity production schedule that protects bottleneck operations?

Finite capacity production scheduling sequences work orders around the plant's drum constraint using dispatching rules like EDD or SPT, while enforcing freeze windows to prevent schedule churn and protect throughput.

What is the best way to optimize sequence-dependent changeovers in discrete manufacturing?

Optimize sequence-dependent changeovers by applying SMED principles, building a setup matrix, and using nearest-neighbor plus 2-opt improvement algorithms with due-date validation to minimize setup times.

Can I re-sequence manufacturing jobs during machine breakdowns or material shortages?

Disruption re-sequencing manages breakdowns, material shortages, and quality holds by freezing in-process work, re-sequencing only unlocked jobs, and locking updates to MES to prioritize constraint uptime.

Does production scheduling work with ERP and MES integration for shop-floor release?

Production scheduling integrates with ERP and MES systems by taking ERP work orders as input, generating executable finite-capacity schedules, and communicating locked updates back to the MES for shop-floor release.

How do you use OEE and capacity utilization to identify constraints for job sequencing?

Use OEE and capacity utilization metrics to identify the true system bottleneck, which then acts as the drum in drum-buffer-rope throughput protection to guide priority job sequencing and line balancing.

When should I apply drum-buffer-rope logic instead of standard dispatching rules?

Apply drum-buffer-rope logic when protecting the constraint is critical for customer commitment compliance, using setup-aware dispatching rules and freeze windows for committed work to maintain schedule stability.