I'm not a developer, but my apps don't know that.
I spent a decade at a national workforce development nonprofit with 30+ sites, 9 regions and 200+ staff. The last 6 years of it I ran the reporting and the business systems: the dashboards site directors worked from, the SOPs everyone adopted, the training that made them stick. Now I do the same thing with AI in the loop. I find the process that eats someone's week, decide what should be built, direct the build, and test it before anyone else has to.
- Plumb carries operational improvement work from intake to resolution. 3 permission levels, conflict detection on concurrent edits, and a playbook that pairs an off-track metric with the action that fixes it. Working demo at the link.
Everything here comes off PRISM, a build system I made for people like me.
I wrote it after putting an app on the internet and finding that people had signed up and nobody had received a welcome email. I did not know that was a thing you had to set up. There was no uptime monitoring and no error tracking either. The front end looked finished. The half you cannot see was not built at all.
That is the part nobody demonstrates. Every video shows a front end appearing in one shot. None of them show the data model that survives a second user, the monitoring that tells you when it stops, or the email that never arrived. The invisible half is the half that decides whether the thing is real.
So I went and found out what a seasoned team checks before it calls software done, and turned that into a checklist a build cannot skip. Give PRISM an idea, approve the prototype, and it runs the stages in the order that particular app needs. It will not call a build finished while an item is still open. The checklist for a tool only I use is not the checklist for something with users and payments, and it knows the difference.
It automates most of the work. The rest comes back to me to test by hand, which is a trade I will take.
The method is the point. Write the acceptance criteria before the code. Prove it small. Add one layer at a time and test that layer yourself before adding the next. Document it so the next person does not need you.
I write down what worked, what broke, and what it cost at rodneybuilds.com.
The professional side of me lives at rodneyjohn.com: 15 years of operations, reporting and systems work, and what I am looking for next. If you are hiring, start there. If you are building, stick around here.


