Why I built this I got tired of being the missing context.
Coding agents kept getting better at writing the code, and I kept stopping them halfway
through to explain everything around the code. Why the onboarding was wrong. Which purchase
states mattered. What App Review was likely to complain about. Which metric we were actually
trying to move. Why a technically perfect implementation was solving the wrong problem. I
was having the same conversations over and over.
So I started writing those decisions down in a form an agent could use before it touched the
work. A station owns a kind of problem. A workflow captures how I want that problem approached.
References bring in the things I do not trust myself or a model to remember correctly. Checks
make the agent show its work before a confident answer quietly becomes a shipped mistake.
The restaurant language stuck because I spent years working in them, and because this is pretty
close to how I want a good team of agents to behave.
I open-sourced it because I do not think my way of building apps should become scripture. If
another builder has a better onboarding loop, App Review checklist, subscription practice,
analytics setup, or launch process, I want that improvement in the book. The recurring jobs are
recognizable. How we do them should keep getting better.
The code is on GitHub.
Most of this started inside my own apps,
Clueless,
Ocho, and
Banded. Then I gave it to
my brother Alejandro Martinez Montes. He is an English professor and had never written code.
He built Phoneme himself and
shipped it on Google Play, the App Store, and the web, with some help from me. He is my brother,
so I am not dressing that up as an independent customer case study. It was still a very useful
test of whether this thing made sense outside my own head. More about me.