supply-chain-optimizer
Supply chain analysis, inventory optimization, logistics planning, vendor evaluation, and demand forecasting frameworks. Use when analyzing supply chains, optimizing inventory, or evaluating suppliers.
What this skill does
# Supply Chain Optimizer Comprehensive frameworks for supply chain analysis, inventory management, logistics optimization, and vendor evaluation. ## Supply Chain Mapping Template ### End-to-End Supply Chain Map ``` RAW MATERIALS → SUPPLIERS → MANUFACTURING → DISTRIBUTION → CUSTOMER MAPPING STEPS: 1. Identify all nodes (suppliers, plants, warehouses, customers) 2. Map material flows between nodes 3. Map information flows (orders, forecasts, POs) 4. Map financial flows (payments, invoicing) 5. Record lead times at each stage 6. Identify bottlenecks and single points of failure NODE DETAIL TEMPLATE: | Node | Type | Location | Lead Time | Capacity | Utilization | | -------------- | ---------- | --------- | --------- | -------- | ----------- | | | Supplier | | | | | | | Plant | | | | | | | Warehouse | | | | | | | DC | | | | | ``` ## Inventory Optimization ### Economic Order Quantity (EOQ) ``` EOQ = sqrt(2DS / H) Where: D = Annual demand, S = Ordering cost/order, H = Holding cost/unit/year Total Cost = (D/Q)S + (Q/2)H + DC Example: D=10,000, S=$50, H=$5 → EOQ = 447 units, 22.4 orders/year ``` ### Safety Stock & Reorder Point ``` SAFETY STOCK: SS = z x sigma_dLT REORDER POINT: ROP = (Avg Daily Demand x Lead Time) + Safety Stock SERVICE LEVEL FACTORS: | Service Level | z-Score | Use Case | | ------------- | ------- | ----------------- | | 90.0% | 1.28 | Basic coverage | | 95.0% | 1.65 | Standard | | 99.0% | 2.33 | High service | | 99.9% | 3.09 | Critical items | ``` ### Inventory KPI Dashboard | Metric | Formula | Target | | --------------------- | ---------------------------------------- | --------------- | | Inventory Turns | COGS / Average Inventory | Industry-specific | | Days of Supply | Average Inventory / (COGS / 365) | Minimize | | Fill Rate | Orders Filled Complete / Total Orders | 97%+ | | Stockout Rate | Stockout Events / Total Demand Events | < 2% | | Carrying Cost % | Holding Costs / Average Inventory Value | 15-30% | | Dead Stock % | No-movement Items / Total SKUs | < 5% | | Inventory Accuracy | Correct Counts / Total Counts | 99%+ | | GMROI | Gross Margin / Average Inventory Cost | > 2.0 | ## ABC-XYZ Analysis Framework ``` ABC CLASSIFICATION (Value): A Items: Top 20% of SKUs = ~80% of annual consumption value → Tight control, frequent review, accurate forecasts B Items: Next 30% of SKUs = ~15% of value → Moderate control, periodic review C Items: Bottom 50% of SKUs = ~5% of value → Minimal control, simple replenishment rules XYZ CLASSIFICATION (Demand Variability): X: Coefficient of Variation < 0.5 → Stable, predictable demand Y: CV between 0.5 and 1.0 → Some variation, trend/seasonal Z: CV > 1.0 → Highly irregular, sporadic demand COMBINED MATRIX: | Class | AX | AY | AZ | | ----- | ---------- | ------------ | ------------- | | Strat | JIT/Kanban | Forecast | Order on demand| | Class | BX | BY | BZ | | Strat | Reorder pt | Buffer stock | Min/Max | | Class | CX | CY | CZ | | Strat | Bulk buy | Periodic rev | Eliminate? | ``` ## Vendor Scorecard ### Supplier Evaluation Matrix | Criteria | Weight | Score (1-5) | Weighted Score | Notes | | ------------------ | ------ | ----------- | -------------- | ----- | | Quality (PPM) | 25% | | | | | Delivery (OTIF) | 20% | | | | | Pricing | 20% | | | | | Responsiveness | 10% | | | | | Financial Health | 10% | | | | | Innovation | 5% | | | | | Sustainability | 5% | | | | | Risk Profile | 5% | | | | | **Total** | 100% | | **__ / 5.0** | | ``` RATING SCALE: 4.5-5.0 Strategic Partner — expand relationship 3.5-4.4 Preferred Supplier — maintain, develop 2.5-3.4 Approved Supplier — improvement plan required < 2.5 Probation / Exit — find alternative ``` ### Supplier Performance Tracking | KPI | Target | Q1 Actual | Q2 Actual | Q3 Actual | Q4 Actual | Trend | | ------------------- | ------- | --------- | --------- | --------- | --------- | ----- | | On-Time Delivery | 98%+ | | | | | | | Quality (PPM) | < 500 | | | | | | | Lead Time (days) | | | | | | | | Price Variance | +/- 2% | | | | | | | Response Time (hrs) | < 24 | | | | | | | Corrective Actions | < 2/qtr | | | | | | ## Total Cost of Ownership (TCO) ``` TCO = Acquisition Costs + Operating Costs + Disposal Costs ACQUISITION COSTS: Purchase price + Shipping / freight + Customs / duties / tariffs + Procurement labor + Quality inspection + Supplier qualification = Total Acquisition OPERATING COSTS (over useful life): Maintenance & repair + Inventory carrying cost + Warranty claims + Downtime cost (if component fails) + Training / support + Quality failures (scrap, rework) = Total Operating DISPOSAL COSTS: Decommissioning + Recycling / disposal fees + Environmental compliance = Total Disposal TCO = Total Acquisition + Total Operating + Total Disposal ``` ### TCO Comparison Template | Cost Element | Supplier A | Supplier B | Supplier C | | -------------------- | ---------- | ---------- | ---------- | | Unit Price | | | | | Shipping | | | | | Duties / Tariffs | | | | | Quality Cost (est.) | | | | | Inventory Carry Cost | | | | | Lead Time Cost | | | | | Risk Premium | | | | | **Total TCO/Unit** | | | | | **Annual TCO** | | | | ## Demand Forecasting Methods | Method | Best For | Horizon | Data Required | | ------------------- | -------------------------- | ------------ | --------------------- | | Moving Average | Stable demand | Short-term | 3-12 periods history | | Exponential Smooth | Trend detection | Short-term | Recent weighted data | | Holt-Winters | Seasonal patterns | Medium-term | 2+ years seasonal | | Linear Regression | Trend with causal factors | Medium-term | Demand + drivers | | ARIMA | Complex time series | Short-medium | 50+ data points | | Machine Learning | Multi-variable patterns | Any | Large datasets | | Delphi / Expert | New products, disruptions | Long-term | Expert panel | ### Forecast Accuracy Metrics ``` MAD (Mean Absolute Deviation): MAD = (1/n) x SUM(|Actual - Forecast|) MAPE (Mean Absolute Percentage Error): MAPE = (1/n) x SUM(|Actual - Forecast| / Actual) x 100 BIAS (Tracking Signal): Bias = SUM(Actual
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.