DEV Community

Hive80-lab
Hive80-lab

Posted on Originally published at hive80-lab.github.io

Restaurant Menu Engineering Worksheet

Restaurant Menu Engineering Worksheet

A menu engineering worksheet for restaurants: plot each menu item by popularity (units sold) and profitability (contribution margin), classify into Stars, Plowhorses, Puzzles, and Dogs, and decide whether to promote, reprice, or remove. Stop guessing what sells and start data-driven menu decisions.

The four quadrants:

  • Stars: High popularity, high profitability — protect and feature
  • Plowhorses: High popularity, low profitability — optimize or bundle
  • Puzzles: Low popularity, high profitability — promote and reposition
  • Dogs: Low popularity, low profitability — reconsider or remove

How to build it:

  • Pull sales data (units sold, revenue) from POS
  • Calculate contribution margin (price minus plate cost)
  • Plot on matrix with averages as axis lines
  • Classify and act accordingly

Why it matters: The KPI dashboard shows overall food cost. This worksheet shows which items drive that number and which drag it down.

Get the full ops kit: Ops Starter Kit — templates, runbooks, and checklists for service businesses.

Free lead magnet: First 30 Minutes — the exact onboarding checklist we use to win clients in the first half-hour.

More tools:

restaurant #menu #engineering #profitability

Top comments (0)