Code
Build an internal admin tool
The console your ops team keeps asking for, over your own data.
Fill it in
An export to build against.
The tasks the team does by hand today.
Over everything, not just the main list.
Your prompt
Build an internal admin tool. [your what they need to do] Build for someone doing this fifty times a day. That means keyboard navigation, no confirmation dialog on the safe actions, and the thing they need next already on screen. Internal tools fail by being designed like consumer products. Search across everything, including the fields nobody thinks of. The support agent has an order number, an email, a partial name or a phone number, and any of them should work in one box. Show the whole record, including the ugly internal fields. Hiding them means someone opens the database instead, which is what you were trying to prevent. Make destructive actions obviously destructive and reversible where possible.
Use Build an internal admin toolOpens with everything above already filled in.
Why this works
Internal tools fail by being designed like consumer products. This builds for someone doing the task fifty times a day: keyboard first, no dialog on safe actions, and search over every field, because the agent has a partial name or a phone number rather than an id.