supply-chain-planning
v0.1.3Supply-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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install supply-chain-planning@agent-plugin-marketplacePaste 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/RavenClaudeClone 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
├── .claude-plugin/plugin.json├── skills/demand-forecasting/SKILL.md├── skills/inventory-policy-and-safety-stock/SKILL.md└── skills/sop-process/SKILL.md
Included Skills3
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.
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.
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
{
"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"
]
}
}For maintainers
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)