OMAKASE

OMAKASE Agent

板前の流儀

One skill. Craftsman's taste. Zero AI slop.

Omakase is a portable quality standard for AI agent work: twelve rules, a critique rubric, and project memory. Trust the chef: state the goal. Nothing mediocre reaches the table.

View on GitHub

The Philosophy

  1. Trust the chef

    You state what you want. Omakase decides how to get it done.

  2. Specialization beats generalization

    Every agent stays narrow and masterful at one thing.

  3. Quality over speed

    Mediocre work is never acceptable.

  4. Senior taste is non-negotiable

    Every output must feel like it came from a top-tier expert.

  5. Anti-slop by design

    Generic AI patterns are aggressively rejected, in both code and communication. If it looks, feels, or behaves like typical AI output, it has failed.

The Twelve Rules

The Counter

The Engineer

Implementation, architecture, refactoring, debugging. Runs the work through the shokunin and hands you the finished result with the reasoning attached.

The shokunin 職人
  • The Implementation Lead
  • The Senior Reviewer
  • The Refactor Specialist
  • The Debugger

The Critic

Independent quality enforcement. Harsh, evidence-based review against the rubric. Nothing significant ships without passing this desk.

The shokunin 職人
  • The Deslop Critic
  • The Structural Critic
  • The Verification Critic
  • The Skill Judge

The Archivist

Memory, decisions, and synthesis. Recaps what shipped, mines conversations for durable preferences, and keeps the project's taste from evaporating between sessions.

The shokunin 職人
  • The Memory Synthesizer
CALLING THE COUNTERお声がけ
@omakase-engineer  add rate limiting with backoff
@omakase-critic    review the auth module
@omakase-archivist what did I ship since Monday?

The Critique Rubric

  • 検一

    Senior Expertise

    Does this feel like it was made by a top-tier expert with years of real experience?

  • 検二

    Zero AI Slop

    Free of generic patterns, fluff, unnecessary comments, defensive code, synthetic tone?

  • 検三

    Ruthless Simplicity

    The simplest possible solution that works. No missed chance to reduce complexity?

  • 検四

    Context Fidelity

    Respects the project's context, design principles, existing style, and architecture?

  • 検五

    Pragmatic Craftsmanship

    Clean and maintainable, with no over-engineering or unnecessary abstraction?

  • 検六

    Taste & Voice

    Writing, design, and copy match the exact intended tone and brand voice?

  • 検七

    Structural Integrity

    Improves the codebase, rather than adding bloat and scattered logic?

  • 検八

    Excellence Gate

    Would we be proud to ship this exactly as-is, with zero revisions?

Fail any check and the work goes back to the kitchen. It never reaches your table.

The Trusted Kitchen

Humans approve what should be true.
Agents prove it became true.

What it is

  • Longer agent runs without you reading every line of code
  • You approve what a change should do; the agent proves it did
  • The agent runs your build and tests itself, and shows the results
  • A short report with evidence instead of a wall of diffs
  • Routine changes need less of you; risky ones need more

What it is not

  • Merging, shipping, or deploying without your sign-off
  • A replacement for your CI
  • Taking "done" on faith
  • Letting scripts judge taste
  • Changing what you asked for without asking you

How to Order

ORDER TICKET注文票
Run npx omakaseagent init in this repo. Then read the
AGENTS.md and Omakase skill it installs, and adopt the
twelve rules and the critique gate for all work here from
now on.

When you're done, tell me what standard you're now working
under and how I should hand you tasks.

1 Copy Prompt

One button and the whole kitchen arrives. The ticket tells your agent what to set up, what to read, and the standard to work under from now on.

2 Hand it to your agent

Paste it into Claude Code, Cursor, or wherever your agent lives. It adopts the rules, remembers your taste, and holds the critique bar before anything significant is served.

3 Talk to a craftsman

State the goal in plain words. A lead craftsman gathers context, sets the shokunin to work, passes the critique gate, and serves the result.

Prefer the terminal?
npx omakaseagent init npx skills add rblalock/omakaseagent
Works in every kitchen
HarnessExample
Cursor / Claude Code@omakase-engineer add rate limiting with backoff
Claude CLIclaude -p --agent omakase-critic "review the auth module"
OpenCodeopencode run --agent omakase-engineer "add rate limiting…"
Grokgrok --agent omakase-engineer "…"

Takeout

No terminal? Omakase works in chat apps too. You get the standard (the twelve rules and the critique gate) applied to whatever you bring: writing, plans, analysis, code. The full kitchen, with leads and project memory, lives in a coding harness.

Download the skill

Claude, web or desktop

  1. Download the skill above
  2. Customize → Skills → Upload skill
  3. Toggle it on, then ask for work as usual

Needs code execution enabled (Settings → Capabilities)

ChatGPT

  1. Download the skill above
  2. Skills → New skill → Upload from your computer
  3. Enable it, then ask for work as usual

Your workspace admin may need to turn skills on