Chapter 5 · Daily Operations

Quality Control

Quality is not a feeling — it’s a standard. Restaurants build strong reputations through consistency: the same dish tastes the same, the same service feels the same, and guests know what to expect every time.

<div class="mt-10 max-w-2xl">
  <p>
    Quality control is the system that protects your brand. It starts with clear specifications (what “good” looks like), then adds checks to ensure the standard is delivered even when the team changes or the restaurant gets busy.
  </p>

  <ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600">
    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Define Product Standards (Specs).</strong>
        Document recipes, portion sizes, plating, ingredient quality, and substitution rules. If a standard isn’t written or trained, it will drift over time.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Build Quality Checks into the Shift.</strong>
        Use simple checks: tasting, line inspections, ticket-time monitoring, and cleanliness walk-throughs. A few consistent checks prevent many guest complaints.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Use Feedback to Improve, Not Blame.</strong>
        Track recurring issues: overcooked proteins, cold plates, slow tables, missing items. Fix root causes (training, prep, equipment, workflow) instead of blaming individuals.
      </span>
    </li>
  </ul>

  <p class="mt-8">
    Quality control becomes culture when everyone knows the standard and feels responsible for it. That’s how you build reliability—and earn repeat customers.
  </p>

  <h2 class="mt-16 text-pretty text-3xl font-semibold tracking-tight text-gray-900">
    A Simple “Quality Loop”
  </h2>
  <p class="mt-6">
    Standard → Train → Check → Correct → Repeat. This loop creates consistency. Even the best restaurants use it because drift happens naturally in fast-paced environments.
  </p>

  <figure class="mt-10 border-l border-secondary-600 pl-9">
    <blockquote class="font-semibold text-gray-900">
      <p>
        “We stopped treating complaints as ‘bad luck’ and started treating them as signals. Once we tracked patterns, quality improved quickly.”
      </p>
    </blockquote>
    <figcaption class="mt-6 flex gap-x-4">
      <img class="size-6 flex-none rounded-full bg-gray-50" src="https://images.unsplash.com/photo-1524502397800-2eeaad7c3fe5?ixlib=rb-1.2.1&auto=format&fit=facearea&w=256&h=256&q=80" alt="Restaurant supervisor">
      <div class="text-sm/6">
        <strong class="font-semibold text-gray-900">Avery Chen</strong> – Shift Supervisor
      </div>
    </figcaption>
  </figure>
</div>

<figure class="mt-16">
  <img class="aspect-video rounded-xl bg-gray-50 object-cover" src="https://images.unsplash.com/photo-1541542684-0e86c96862a4?ixlib=rb-1.2.1&auto=format&fit=crop&w=1310&h=873&q=80" alt="Chef plating with quality focus">
  <figcaption class="mt-4 flex gap-x-2 text-sm/6 text-gray-500">
    <svg class="mt-0.5 size-5 flex-none text-gray-300" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
      <path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z" clip-rule="evenodd" />
    </svg>
    Consistency is the most powerful form of quality.
  </figcaption>
</figure>

<div class="mt-16 max-w-2xl">
  <h2 class="text-pretty text-3xl font-semibold tracking-tight text-gray-900">
    Quality Is Your Reputation
  </h2>
  <p class="mt-6">
    In hospitality, quality is what people remember and repeat. Strong quality control protects your brand, reduces refunds and complaints, and builds loyal customers over time.
  </p>
</div>