Agent Plugins Marketplace
All plugins

sales-revops

v0.1.2

Sales & Revenue Operations specialist team — agents (revops-lead, pipeline-forecast-analyst, funnel-conversion-strategist, quota-territory-architect), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A RevOps team for a sales-ops leader or founder accountable for pipeline, forecast accuracy, and quota attainment — it reads pipeline as coverage-against-quota, forecasts from stage-weighted history, designs quota to capacity, and treats win-rate and sales-cycle as a funnel system. 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 sales-revops 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 sales-revops@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/sales-revops/.

Plugin files

plugins/sales-revops/
├── .claude-plugin/plugin.json
├── skills/build-forecast/SKILL.md
├── skills/design-quota/SKILL.md
├── skills/diagnose-funnel/SKILL.md
├── skills/model-velocity/SKILL.md
└── skills/read-pipeline-coverage/SKILL.md

Included Skills5

build-forecastskills/build-forecast/SKILL.md

Build a stage-weighted, aged forecast with coverage — surface the at-risk deals. Reach for this on a forecast question.

design-quotaskills/design-quota/SKILL.md

Design quota to ramped-rep capacity and read the attainment distribution it implies. Reach for this on a quota or territory question.

diagnose-funnelskills/diagnose-funnel/SKILL.md

Diagnose win-rate and sales-cycle stage-by-stage — find the leaking stage before adding leads. Reach for this on a conversion question.

model-velocityskills/model-velocity/SKILL.md

Model sales velocity across its four levers (deals, win-rate, ACV, cycle) and show the trade-offs. Reach for this on a speed question.

read-pipeline-coverageskills/read-pipeline-coverage/SKILL.md

Read coverage as a ratio against quota by segment and close-date, not a total pipeline number. Reach for this on a coverage question.

Plugin manifests1

plugins/sales-revops/.claude-plugin/plugin.json
{
  "name": "sales-revops",
  "version": "0.1.2",
  "description": "Sales & Revenue Operations specialist team — agents (revops-lead, pipeline-forecast-analyst, funnel-conversion-strategist, quota-territory-architect), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A RevOps team for a sales-ops leader or founder accountable for pipeline, forecast accuracy, and quota attainment — it reads pipeline as coverage-against-quota, forecasts from stage-weighted history, designs quota to capacity, and treats win-rate and sales-cycle as a funnel system. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "sales-operations",
    "revops",
    "pipeline",
    "forecast",
    "quota",
    "win-rate",
    "sales-cycle",
    "territory",
    "capacity-planning"
  ],
  "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.

[sales-revops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sales-revops)