MGT530-Operations-Management

Applies operations-management frameworks from Stevenson's textbook to forecasting, capacity, quality, and supply-chain problems.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/iTzFaisal/MBA-Brain --skill mgt530-operations-management-itzfaisal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: MGT530-Operations-Management
Source: https://github.com/iTzFaisal/MBA-Brain/tree/main/.agents/skills/MGT530-Operations-Management
Command: npx skills add https://github.com/iTzFaisal/MBA-Brain --skill mgt530-operations-management-itzfaisal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Operations decisions about forecasting, capacity, inventory, quality, scheduling, and supply chains require the right framework and formula for each situation. This Skill provides a structured knowledge base from William J. Stevenson's Operations Management (Fourteenth Edition) so you can classify a problem, select the correct model, and verify the result. ## Core Features & Use Cases - Framework Selection: Core frameworks, a topic index, and a chapter index route any operations question to the right chapter, from EOQ and ROP to PERT/CPM, SPC, MRP, lean, and linear programming. - Quantitative Problem Solving: Step-by-step formulas with assumptions, units, and reasonableness checks, plus appendix tables for normal and Poisson probability lookups and selected problem answers for verification. - Quick Reference Aids: A glossary of key terms, a patterns file of actionable methods, and a cheatsheet of decision rules, trade-offs, and warning signs. - Use Case: Ask how to set safety stock for a product with variable lead-time demand, and the Skill loads the inventory chapter, applies ROP = expected lead-time demand plus safety stock, and checks the result against service-level assumptions. ## Quick Start Ask the operations management skill to calculate the EOQ and reorder point for a product with annual demand of 400 units, ordering cost of $36, and holding cost of $2 per unit per year.

Frequently Asked Questions about MGT530-Operations-Management

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

FAQPage Schema
How do I calculate EOQ and reorder point for inventory management?▼

Use EOQ = sqrt(2DS/H) for the order quantity when demand is stable, and ROP = expected lead-time demand plus safety stock for timing. The Skill's inventory chapter walks through assumptions, units, and service-level selection with z values from the normal table.

How do I choose between SPT, EDD, and FCFS scheduling rules?▼

Name the objective first: SPT minimizes average flow time, EDD favors due-date performance, and FCFS preserves fairness. No priority rule wins every measure, so the Skill's scheduling chapter compares each rule against your stated objective.

What is the difference between Cp and Cpk in process capability?▼

Cp measures potential capability assuming the process is centered between specifications, while Cpk accounts for off-center processes. Both require a stable process first, so run SPC control charts and remove special causes before computing either index.

When should I use exponential smoothing versus a moving average forecast?▼

Both suit data varying around an average. Exponential smoothing weights recent observations via alpha and needs less stored data; moving averages weight included periods equally. Larger alpha or smaller n increases responsiveness but adds noise.

Does this Skill replace the full Stevenson textbook?▼

No. It operationalizes audited chapter summaries, formulas, and decision rules, but defers to the chapter files when assumptions, table constants, or model conditions matter. Numerical recommendations still require current data, units, and local context.

Why does my queue model give unrealistic waiting times?▼

Queue formulas require utilization rho = lambda/(servers x mu) below 1; at or above 1, waiting grows without bound. Check arrival and service rates, variability, and the number of servers before trusting L = lambda x W results.