Supply chain orchestrator
Skill Sheshiyer/skill-clusters/skills/supply-chain-orchestrator
Hub-and-spoke agent-skill clusters, one per stack (Astro·GSAP·Remotion, Tauri, …). Installable via skills.sh.
npx -y skills add Sheshiyer/skill-clusters --skill supply-chain-orchestratorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Route a supply-chain task to the right specialist among 8 — demand & inventory planning, production scheduling, quality/non-conformance, carrier relationships, logistics exceptions, customs & trade compliance, returns/reverse logistics, and energy procurement. USE WHEN a user is planning, sourcing, making, moving, clearing, or returning goods but hasn't named the specific function.
SKILL.md
5.5 KB, as published. Nobody here has run it
Supply-Chain Orchestrator
The single entry skill for supply-chain work. It locates the task on the SCOR backbone
(Plan → Source → Make → Deliver → Return) and delegates to one of 8 specialist spokes. The
cross-cutting model every function shares — the service-level vs landed-cost trade-off under a
binding constraint, plus the shared time/cost/quality conventions and escalation discipline —
lives in supply-chain-core; read it before tuning safety stock, accepting a rate, or
disposition-ing returns, because those are the same trade-off wearing different hats.
Cluster map (spoke → role)
inventory-demand-planning— Plan: forecast demand, set safety stock, plan replenishment, model promo lift across SKUs/locations.production-scheduling— Make: sequence jobs, balance lines, optimize changeovers, resolve bottlenecks (TOC/SMED/OEE).quality-nonconformance— Make/quality gate: investigate NCRs, run root-cause, drive CAPA, interpret SPC, manage supplier quality.carrier-relationship-management— Deliver/source capacity: build the carrier portfolio, run RFPs, scorecard, allocate freight, negotiate rates.logistics-exception-management— Deliver/recover: handle delays, damage, loss, and carrier disputes; file freight claims; escalate.customs-trade-compliance— Deliver/cross-border: HS classification, Incoterms, duty optimization, restricted-party screening, penalty mitigation.returns-reverse-logistics— Return: RMA, receipt/inspection, disposition economics, refunds, return-fraud detection, warranty recovery.energy-procurement— Source (utilities): electricity/gas contracts, tariff & demand-charge optimization, PPA/hedging, multi-facility cost.
Routing rules (intent → spoke)
Plan & inventory
- "What should we forecast / how much to stock / when to reorder?" →
inventory-demand-planning - Promotion lift, seasonal transition, ABC/XYZ →
inventory-demand-planning
Make (factory floor)
- Sequencing, line balance, changeover, bottleneck, disruption response →
production-scheduling - Defect, NCR, CAPA, SPC out-of-control, supplier quality escape →
quality-nonconformance
Deliver (move it)
- Choose/negotiate/score carriers, RFP, routing guide, allocation →
carrier-relationship-management - Something went wrong in transit (late, damaged, lost, disputed) →
logistics-exception-management - Anything crossing a border (tariff, duty, Incoterm, sanctions screen, broker) →
customs-trade-compliance
Return & utilities
- Product coming back, refund/disposition, warranty, return fraud →
returns-reverse-logistics - Energy contracts, tariffs, demand charges, PPAs →
energy-procurement
Disambiguation when two could fire
- Late shipment because of customs hold →
customs-trade-compliancefor the clearance fix,logistics-exception-managementfor the customer/claim recovery. - Stockout risk →
inventory-demand-planningif it's a planning miss;production-schedulingif supply is constrained at the line;carrier-relationship-managementif it's a capacity/transit gap. - Returned unit that's defective →
returns-reverse-logisticsowns disposition; loopquality-nonconformanceif it signals a systemic defect (CAPA trigger).
Standard flow
- Locate the task on the SCOR backbone (Plan → Source → Make → Deliver → Return) and pick the function.
- If it turns on a cost vs service trade-off, a buffer/safety level, a disposition decision, or an escalation threshold, pull the shared model from
supply-chain-corefirst — these spokes optimize the same objective with different levers. - Delegate to the spoke(s). Multi-stage asks fan out in flow order (e.g. "launch a new SKU into a new country" →
inventory-demand-planning→production-scheduling→carrier-relationship-management→customs-trade-compliance). - Return: chosen spoke(s), the service-vs-cost trade-off implied, the binding constraint, the buffer/threshold touched, and the next action.
Guardrails
See supply-chain-core. In short: protect the customer promise (OTIF / fill rate) at the lowest
total landed cost — never trade service silently for unit-price savings, or vice versa. State the
binding constraint before optimizing around it. Treat every buffer change (safety stock, lead-time
padding, capacity reserve) as a cost-and-risk decision worth naming. Honor compliance hard stops
(restricted-party hits, safety/quality holds, regulatory documentation) — these are non-negotiable
gates, not trade-offs. Escalate on the thresholds each spoke defines rather than absorbing risk quietly.
Loading spokes on demand
To keep CLI startup context lean, this cluster's spokes are not separately registered as skills — only this orchestrator and its *-core are enumerated. When you route to a spoke named above, load it on demand by reading its file:
~/.agents/skill-clusters/skills/<spoke-name>/SKILL.md (or skills/<spoke-name>/SKILL.md inside the skill-clusters repo).