vertical-restaurants

Featured

Domain-knowledge primer for the restaurants & hospitality vertical (dine-in, pickup, delivery). Gives architect and pm the vocabulary, non-obvious operating rules, must-model entities, and incumbent landscape so a restaurant-product spec isn't naive about modifiers, 86'd items, aggregator commissions, tip law, and razor-thin margins. Covers the 4 products: online-ordering, reservations, loyalty, shift-scheduling.

Code & Development 92 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
66
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Vertical: restaurants & hospitality — don't spec it naive Restaurants run on razor-thin margins (net 3–6%) with a hostile incumbent stack. A spec that treats a menu as a flat list of `{name, price}` or ignores who already owns the POS will ship something no operator can use. This skill loads the domain so architect/pm sound like they've worked a shift. The 4 products in this vertical: | Product | Archetype | One-liner | |---|---|---| | online-ordering | content | Own menu + checkout for dine-in/pickup/delivery — dodge aggregator fees | | reservations | booking | Bookings, tables, text-the-waitlist | | loyalty | crm | Points, offers, win-back | | shift-scheduling | booking | Rota, open shifts, swaps with coverage rules | Incumbents to position against: **Toast** (POS, ~$69–165/mo + hardware + 2.49%+ per swipe), **Square** (POS/SMB), **SevenRooms** (reservations/CRM, upmarket), **ChowNow** (commission-free ordering), **DoorDash / Uber Eats / Grubhub** (aggregators, **15–30% commission** per order). ## 1. Domain vocabulary (use these words in the spec) - **COGS / food cost %** — cost of ingredients ÷ menu price. Target ~28–35%. - **Prime cost** — food cost + labor cost; the number operators obsess over (target ≤ ~60% of sales). - **Menu engineering** — classifying items by popularity × margin into stars (high/high), plowhorses, puzzles, **dogs** (low/low). Drives what gets promoted or cut. - **86'd** — an item is out of stock / unavailable ("we're 86 on the salmo...

Details

Author
avelikiy
Repository
avelikiy/great_cto
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

vertical-retail

Retail & e-commerce domain knowledge for SMB storefront products (storefront, inventory, pricing, cart-recovery). Codifies the vocabulary (SKU vs variant, reorder point, COGS/margin, ATS, AOV), the non-obvious rules (Shopify owns the storefront — don't fight it head-on; the wedge is multichannel inventory + reorder and cart recovery), the must-model entities (Product→Variants matrix, channel-aware InventoryLevel, ReorderRule, PricingRule, AbandonedCart), and what a naive build gets wrong (no variant model, single-channel inventory, reorder without lead-time/safety-stock). Applied by architect/pm during spec authoring so they aren't naive about retail; checked implicitly by pci-reviewer + cms-reviewer.

92 Updated today
avelikiy
Code & Development Featured

vertical-home-services

Domain-knowledge pack for home & field services (HVAC, plumbing, cleaning, landscaping) — the trades vocabulary, non-obvious pricing/dispatch rules, and field-crew realities a builder must know so home-services products aren't speced naive. Covers the four products this niche ships (dispatch, quoting, field-booking, reviews), how they wedge against ServiceTitan / Jobber / Housecall Pro, and the must-model entities (price book, membership, job window, multi-option quote). Applied by architect/pm during spec authoring so the schema and flows reflect how a trades shop actually runs, not a generic CRUD app.

92 Updated today
avelikiy
AI & Automation Featured

vertical-logistics

Domain knowledge for the logistics & supply-chain vertical (SMB shipping & inventory) so architect and pm don't spec naively. Covers the vocabulary (TMS vs WMS, multi-carrier rate shopping, dimensional weight, BOL/ASN, lot/batch, reorder point), the non-obvious rules incumbents get right, what a naive build gets wrong, and the entities each of the four products (shipment-tracking, warehouse-lite, route-optimization, po-mgmt) must model. Applied by architect when writing ARCH-{slug}.md and by pm when writing PLAN-{slug}.md for any logistics product.

92 Updated today
avelikiy