
Production Scheduling
- 1.4k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/ecc
This is a copy of production-scheduling by affaan-m - installs and ranking accrue to the original listing.
production-scheduling is an agent skill that codifies expert production scheduling, bottleneck resolution, and line-balancing decisions for developers building manufacturing, ERP, or MES-related applications.
About
production-scheduling is an ECC agent skill that guides coding agents through manufacturing production scheduling, bottleneck resolution, and line-balancing decisions when building ERP, MES, or shop-floor tools. The skill translates operational scheduling expertise into implementable patterns for capacity planning, work-center assignment, and throughput optimization inside custom software. Developers reach for production-scheduling when modeling job queues, finite-capacity schedules, or constraint-based planners rather than generic CRUD backends. The published readme in affaan-m/ecc is a Japanese translation stub pointing to the English SKILL.md source, so triggers and workflow detail live in the upstream ECC skill file. Use it when manufacturing logic is a first-class domain concern in the codebase.
- Codified expertise from schedulers with 15+ years experience
- Includes TOC/Drum-Buffer-Rope, SMED, OEE analysis, and disruption response frameworks
- Guides job sequencing, line balancing, changeover optimization, and ERP/MES interaction patterns
- Delivers finite-capacity scheduling recommendations aligned with SAP, Oracle, Epicor, Preactor, or PlanetTogether
- Hard-gate: always run before committing to a manufacturing production schedule
Production Scheduling by the numbers
- 1,367 all-time installs (skills.sh)
- +82 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/affaan-m/ecc --skill production-schedulingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.4k |
|---|---|
| repo stars | ★ 238k |
| Last updated | August 5, 2026 |
| Repository | affaan-m/ecc ↗ |
How do you implement production scheduling in ERP software?
Codify expert production scheduling, bottleneck resolution, and line-balancing decisions when building manufacturing, ERP, or MES-related tools.
Who is it for?
Backend developers building manufacturing, ERP, or MES modules who need expert scheduling and line-balancing guidance encoded for agent-assisted implementation.
Skip if: Teams building consumer apps or generic SaaS products with no manufacturing scheduling domain requirements.
When should I use this skill?
The user mentions production scheduling, shop-floor planning, line balancing, bottlenecks, ERP scheduling, or MES capacity planning.
What you get
Scheduling models, bottleneck-resolution rules, line-balancing logic, and ERP/MES integration patterns.
Files
production-scheduling - 日本語翻訳進行中
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
詳細は:D:/tmp/everything-claude-code/skills/production-scheduling/SKILL.md
Related skills
How it compares
Choose production-scheduling over generic backend skills when manufacturing scheduling and line-balancing domain logic is the primary implementation challenge.
FAQ
What does production-scheduling help developers build?
production-scheduling helps developers encode expert production scheduling, bottleneck resolution, and line-balancing logic when building manufacturing, ERP, or MES-related tools where shop-floor capacity and job sequencing are core domain features.
When should an agent invoke production-scheduling?
An agent should invoke production-scheduling when the task involves ERP or MES scheduling modules, work-center assignment, throughput bottlenecks, or line-balancing rules rather than unrelated backend or frontend work.