Agent Plugins Marketplace
All plugins

supply-chain-planning

v0.1.3

Supply-chain planning specialists — the plan layer between buy and move: S&OP/IBP cycle orchestration, demand forecasting (statistical + consensus, MAPE/bias, new-product, seasonality), inventory optimization (safety stock, service-level targets, ABC/XYZ, EOQ, multi-echelon, working-capital tradeoff), and MRP/replenishment. Ships agents (supply-chain-planner, demand-planning-analyst, inventory-optimization-engineer, sop-process-lead), skills (demand-forecasting, inventory-policy-and-safety-stock, sop-process), commands, templates, a decision-tree knowledge bank, best-practices, and an advisory anti-pattern hook. Inherits ravenclaude-core protocols.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install supply-chain-planning for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install supply-chain-planning@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/supply-chain-planning/.

Plugin files

plugins/supply-chain-planning/
├── .claude-plugin/plugin.json
├── skills/demand-forecasting/SKILL.md
├── skills/inventory-policy-and-safety-stock/SKILL.md
└── skills/sop-process/SKILL.md

Included Skills3

demand-forecastingskills/demand-forecasting/SKILL.md

Build a defensible demand forecast: traverse the forecast-method selection tree, clean demand history, select and fit the statistical model, measure MAPE and bias on a holdout period, design the consensus overlay process, and hand off the error distribution to inventory policy.

inventory-policy-and-safety-stockskills/inventory-policy-and-safety-stock/SKILL.md

Set a defensible inventory policy: segment SKUs with ABC/XYZ, select the replenishment method per segment, calculate safety stock from the service level and variability inputs, calculate reorder point and EOQ, and quantify the working-capital tradeoff.

sop-processskills/sop-process/SKILL.md

Design or facilitate the monthly S&OP/IBP cycle: run the five-step gate sequence (product review → demand review → supply review → pre-S&OP reconciliation → executive S&OP), produce the gap analysis, build scenarios, and close the cycle with a decision record.

Plugin manifests1

plugins/supply-chain-planning/.claude-plugin/plugin.json
{
  "name": "supply-chain-planning",
  "version": "0.1.3",
  "description": "Supply-chain planning specialists — the plan layer between buy and move: S&OP/IBP cycle orchestration, demand forecasting (statistical + consensus, MAPE/bias, new-product, seasonality), inventory optimization (safety stock, service-level targets, ABC/XYZ, EOQ, multi-echelon, working-capital tradeoff), and MRP/replenishment. Ships agents (supply-chain-planner, demand-planning-analyst, inventory-optimization-engineer, sop-process-lead), skills (demand-forecasting, inventory-policy-and-safety-stock, sop-process), commands, templates, a decision-tree knowledge bank, best-practices, and an advisory anti-pattern hook. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "supply-chain",
    "s-and-op",
    "demand-planning",
    "inventory-optimization",
    "safety-stock",
    "mrp",
    "replenishment",
    "forecasting",
    "ibp"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[supply-chain-planning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/supply-chain-planning)