Agent Plugins Marketplace
All plugins

restaurant-operations

v0.3.3

Restaurant Operations specialist team — agents (restaurant-engagement-lead, menu-cost-engineer, foh-boh-operations-specialist, restaurant-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations-and-unit-economics team for an independent or multi-unit restaurant operator — it manages prime cost (food + labor), engineers the menu by contribution margin and popularity, controls food cost against theoretical, and reads the P&L the way a GM who lives the four-wall margin 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 restaurant-operations 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 restaurant-operations@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/restaurant-operations/.

Plugin files

plugins/restaurant-operations/
├── .claude-plugin/plugin.json
├── skills/close-the-food-cost-gap/SKILL.md
├── skills/engineer-the-menu/SKILL.md
├── skills/rank-multi-unit/SKILL.md
├── skills/read-prime-cost/SKILL.md
└── skills/schedule-to-demand/SKILL.md

Included Skills5

close-the-food-cost-gapskills/close-the-food-cost-gap/SKILL.md

Decompose actual vs theoretical food cost into waste, portioning, price, and theft, so the fix targets the real driver. Reach for this when food cost moves.

engineer-the-menuskills/engineer-the-menu/SKILL.md

Place every item on the contribution-margin × popularity matrix and move the mix, instead of cutting prices, to raise margin. Reach for this when margins are thin.

rank-multi-unitskills/rank-multi-unit/SKILL.md

Rank comparable units against each other, normalized for format and daypart, to find where the margin actually is. Reach for this on a portfolio review.

read-prime-costskills/read-prime-cost/SKILL.md

Lead any four-wall read with prime cost (food + labor) before decomposing either half, so the master number frames the diagnosis. Reach for this on any margin problem.

schedule-to-demandskills/schedule-to-demand/SKILL.md

Build a labor plan to forecast demand by daypart that holds the service line, so a labor cut doesn't cost more than it saves. Reach for this on a labor problem.

Plugin manifests1

plugins/restaurant-operations/.claude-plugin/plugin.json
{
  "name": "restaurant-operations",
  "version": "0.3.3",
  "description": "Restaurant Operations specialist team — agents (restaurant-engagement-lead, menu-cost-engineer, foh-boh-operations-specialist, restaurant-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations-and-unit-economics team for an independent or multi-unit restaurant operator — it manages prime cost (food + labor), engineers the menu by contribution margin and popularity, controls food cost against theoretical, and reads the P&L the way a GM who lives the four-wall margin does. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "restaurant-operations",
    "prime-cost",
    "food-cost",
    "menu-engineering",
    "labor-cost",
    "four-wall-margin",
    "unit-economics",
    "qsr",
    "multi-unit"
  ],
  "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.

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