Agent Plugins Marketplace
All plugins

procurement-sourcing

v0.2.3

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.

Claude Code5 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install procurement-sourcing@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/procurement-sourcing/.

Plugin files

plugins/procurement-sourcing/
├── .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-the-spend-cubeskills/build-the-spend-cube/SKILL.md

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.

manage-supplier-riskskills/manage-supplier-risk/SKILL.md

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.

segment-the-spendskills/segment-the-spend/SKILL.md

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.

source-on-tcoskills/source-on-tco/SKILL.md

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.

validate-realized-savingsskills/validate-realized-savings/SKILL.md

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

plugins/procurement-sourcing/.claude-plugin/plugin.json
{
  "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"
    ]
  }
}

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)