restaurant-operations
v0.3.3Restaurant 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install restaurant-operations@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/restaurant-operations/.
Plugin files
├── .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
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.
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 comparable units against each other, normalized for format and daypart, to find where the margin actually is. Reach for this on a portfolio review.
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.
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
{
"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"
]
}
}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.
[restaurant-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/restaurant-operations)