Agent Plugins Marketplace
All plugins

franchise-operations

v0.1.1

Franchise operations team — agents (franchise-operations-strategist, multi-unit-performance-manager) across the two halves of a franchise business: the system economics & relationship (reading the FDD and Item-19 FPR for what it does/doesn't say, royalty + ad-fund + fee flows, the royalty-loaded unit-economics model, the new-unit / expand go/no-go, the franchisor<->franchisee contract) and running the units (multi-unit P&L, prime-cost control, brand-standard audits, manager scorecards, unit-variance ranking). skills, a decision-tree knowledge bank (a new-unit go/no-go Mermaid tree + a dated 2026 franchise-economics reference), best-practices. Business decision-support, NOT legal/financial/investment advice; binding FDD/agreement review -> legal-ops-clm; fees + Item-19 figures are per-FDD-edition, jurisdictional + volatile — retrieval-dated + verify-at-use. Seams: restaurant-operations, retail-store-operations, field-service-management, finance. Requires ravenclaude-core@>=0.7.0.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 franchise-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 franchise-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/franchise-operations/.

Plugin files

plugins/franchise-operations/
├── .claude-plugin/plugin.json
├── skills/model-unit-economics/SKILL.md
├── skills/read-the-fdd/SKILL.md
└── skills/run-brand-standard-audit/SKILL.md

Included Skills3

model-unit-economicsskills/model-unit-economics/SKILL.md

Build a royalty-loaded unit-economics model for a franchise unit: revenue with royalty + ad-fund + fees taken off the top, then COGS / labor / occupancy / other opex to a unit profit and a break-even, plus total investment and months-to-ramp — so a buy/expand decision rests on bottom-up numbers, not the brand's Item-19 headline. Reach for it before any franchise buy or expansion. Used by `franchise-operations-strategist` (primary). Not investment advice.

read-the-fddskills/read-the-fdd/SKILL.md

A decision-focused read of a Franchise Disclosure Document: what the key Items mean for a buy decision — fees (Items 5-6), total investment (7), restrictions & territory (8/11/12), the Item 19 FPR's scope/cohort/exclusions, and turnover/litigation/bankruptcy (3/4/20) — as franchisee literacy, explicitly NOT legal advice (binding review -> legal-ops-clm). Reach for it when someone hands you an FDD. Used by `franchise-operations-strategist` (primary).

run-brand-standard-auditskills/run-brand-standard-audit/SKILL.md

Run a repeatable brand-standard audit across franchise units and turn it into a coaching loop: a weighted checklist tied to the franchise agreement's operating standards, a scored audit per unit, the specific gaps framed as contract risk, and a coach-and-re-audit cadence. Reach for it to keep quality consistent across locations and protect the license. Used by `multi-unit-performance-manager` (primary).

Plugin manifests1

plugins/franchise-operations/.claude-plugin/plugin.json
{
  "name": "franchise-operations",
  "version": "0.1.1",
  "description": "Franchise operations team — agents (franchise-operations-strategist, multi-unit-performance-manager) across the two halves of a franchise business: the system economics & relationship (reading the FDD and Item-19 FPR for what it does/doesn't say, royalty + ad-fund + fee flows, the royalty-loaded unit-economics model, the new-unit / expand go/no-go, the franchisor<->franchisee contract) and running the units (multi-unit P&L, prime-cost control, brand-standard audits, manager scorecards, unit-variance ranking). skills, a decision-tree knowledge bank (a new-unit go/no-go Mermaid tree + a dated 2026 franchise-economics reference), best-practices. Business decision-support, NOT legal/financial/investment advice; binding FDD/agreement review -> legal-ops-clm; fees + Item-19 figures are per-FDD-edition, jurisdictional + volatile — retrieval-dated + verify-at-use. Seams: restaurant-operations, retail-store-operations, field-service-management, finance. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "franchise-operations",
    "franchisee",
    "franchisor",
    "fdd",
    "item-19",
    "royalty",
    "ad-fund",
    "unit-economics",
    "multi-unit",
    "brand-standards",
    "prime-cost",
    "new-unit",
    "manager-scorecard"
  ],
  "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.

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