bryanmubarak-essays/flow.json
2026-07-19 20:46:46 +00:00

69 lines
1.7 KiB
JSON

{
"title": "Service Flow Protocol",
"author": "Bryan Mubarak",
"version": "1.0.0",
"date": "2026-07-18",
"location": "Greenfield, MA",
"nodes": [
{
"id": "host_stand",
"role": "triage",
"metrics": {
"seating_capacity": 120,
"avg_turnover_minutes": 90,
"queue_threshold": 12
},
"rules": [
"Never seat a party > 6 without pre-bussing a corner table",
"Host stand must maintain line-of-sight to the main aisle"
]
},
{
"id": "floor_plan",
"role": "choreography",
"metrics": {
"server_coverage_radius_meters": 12,
"collision_buffer_seconds": 1.5,
"tray_height_cm": 45
},
"rules": [
"Servers move clockwise around the perimeter",
"Crossings occur only at designated waypoints (marked in chalk)"
]
},
{
"id": "the_pass",
"role": "critical_junction",
"metrics": {
"heat_retention_window_seconds": 180,
"plating_tolerance_mm": 2,
"expedition_latency_ms": 200
},
"rules": [
"No ticket leaves the rail until the sauce viscosity is confirmed",
"The expeditor speaks only in affirmatives or corrections"
]
},
{
"id": "station",
"role": "mastery",
"metrics": {
"inventory_depth_hours": 4,
"guest_response_time_seconds": 15,
"glass_refill_threshold_ml": 50
},
"rules": [
"Every station is a sovereign state with its own supply chain",
"The server is the architect of the guest's time"
]
}
],
"sources": [
{
"slug": "restaurant-design",
"wikidata": "Q124966328",
"url": "https://4ort.xyz/entity/restaurant-design"
}
]
}