fjsp-baseline-repair-with-downtime-and-policy

Repair infeasible flexible job scheduling baselines into downtime-feasible schedules within policy budgets.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill fjsp-baseline-repair-with-downtime-and-policy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fjsp-baseline-repair-with-downtime-and-policy
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/tasks/manufacturing-fjsp-optimization/environment/skills/fjsp-baseline-repair-with-downtime-and-policy
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill fjsp-baseline-repair-with-downtime-and-policy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enhances infeasible or suboptimal flexible job scheduling (FJSP) baselines by producing downtime-feasible, precedence-feasible schedules that respect policy budgets.

Core Features & Use Cases

  • Repair baselines to feasible schedules with minimized makespan under downtime and precedence constraints.
  • Respect machine availability, downtime windows, and policy budgets while minimizing changes to the original plan.
  • Use in manufacturing planning tasks where downtime, precedence violations, and budget limits are critical for operational efficiency.

Quick Start

Provide an optimized, feasible FJSP baseline by applying downtime-aware repairs to the given schedule.

Frequently Asked Questions about fjsp-baseline-repair-with-downtime-and-policy

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

FAQPage Schema
How do I repair infeasible flexible job shop scheduling baselines that violate downtime windows?

Repair infeasible flexible job shop scheduling baselines by applying downtime-aware adjustments that enforce machine availability windows, prevent overlaps, and minimize makespan without increasing the policy budget.

What is precedence feasibility in flexible job shop scheduling and how is it enforced during repair?

Precedence feasibility in flexible job shop scheduling ensures operation order is respected. Repair enforces the constraint end(j,o) <= start(j,o+1) while shifting start times to avoid downtime windows and machine overlaps.

Can I fix flexible job shop scheduling precedence violations without exceeding machine change budgets?

Yes, flexible job shop scheduling repair measures machine changes and L1 start-time shifts, ensuring downtime-feasible and precedence-feasible schedules are produced while staying within the defined policy budgets.

How do I minimize makespan in manufacturing schedules with downtime and policy budget constraints?

Minimize makespan in manufacturing schedules by repairing baselines against downtime windows and precedence constraints, maintaining policy budgets while avoiding machine overlaps and downtime conflicts.

What's the best way to handle machine switches and downtime windows in flexible job shop scheduling?

Handle machine switches and downtime windows in flexible job shop scheduling by applying constraint-aware repair that avoids overlaps on machines and downtime windows, measuring changes against defined budgets.

Why does my manufacturing scheduling baseline fail precedence constraints during machine downtime?

Manufacturing scheduling baselines fail precedence constraints when downtime windows cause operation overlaps or violate end(j,o) <= start(j,o+1). Repair enforces these constraints while respecting policy budgets.