procurement-sourcing
v0.2.3Procurement & Sourcing specialist team — agents (sourcing-lead, category-strategist, supplier-risk-specialist, spend-analytics-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A strategic-sourcing team for a procurement or category lead — it segments spend before it sources (the Kraljic should-cost lens), runs the sourcing event on total cost of ownership rather than unit price, manages supplier risk as a portfolio, and reads the spend cube the way a category manager who owns savings does. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 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 procurement-sourcing for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install procurement-sourcing@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/procurement-sourcing/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-the-spend-cube/SKILL.md├── skills/manage-supplier-risk/SKILL.md├── skills/segment-the-spend/SKILL.md├── skills/source-on-tco/SKILL.md└── skills/validate-realized-savings/SKILL.md
Included Skills5
Build and classify the spend cube by category, supplier, and business unit, surfacing tail spend, so strategy rests on visibility. Reach for this when spend is opaque.
Assess supplier and concentration risk across the base and mitigate single-source exposure, instead of a one-time checkbox. Reach for this on a continuity question.
Place a category on the supply-risk × spend matrix and match the sourcing play before sourcing, so you don't auction a strategic single-source. Reach for this before any sourcing event.
Run a sourcing decision on TCO — freight, quality, switching, inventory, lifecycle — not unit price, so a price 'savings' doesn't raise total cost. Reach for this on any sourcing event.
Measure realized savings against a finance-recognized baseline and locate leakage, so negotiated savings aren't mistaken for P&L impact. Reach for this on any savings claim.
Plugin manifests1
{
"name": "procurement-sourcing",
"version": "0.2.3",
"description": "Procurement & Sourcing specialist team — agents (sourcing-lead, category-strategist, supplier-risk-specialist, spend-analytics-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A strategic-sourcing team for a procurement or category lead — it segments spend before it sources (the Kraljic should-cost lens), runs the sourcing event on total cost of ownership rather than unit price, manages supplier risk as a portfolio, and reads the spend cube the way a category manager who owns savings does. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"procurement",
"strategic-sourcing",
"spend-analysis",
"total-cost-of-ownership",
"supplier-risk",
"category-management",
"kraljic",
"should-cost",
"savings"
],
"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.
[procurement-sourcing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/procurement-sourcing)