The four heights
The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.
Execute — do the immediate task
+Automate the daily user creation and backup rotation tasks that the support team runs by hand.…
Execute — do the immediate task
+Automate the daily user creation and backup rotation tasks that the support team runs by hand. Write idempotent scripts that accept a username, role, and retention days, create the user with the right groups, rotate the user’s keys, and remove backups older than the retention value. Put logging, exit codes, and a dry‑run mode. Hand off with readme and a sample invocation.
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Improve — make it easier to accept
+Before I merge these automation scripts into the repo, make them easy for on‑call to trust. Surface…
Improve — make it easier to accept
+Before I merge these automation scripts into the repo, make them easy for on‑call to trust. Surface a one‑line summary at the top of each script explaining its effect, log progress to syslog, validate inputs early, and add a safety flag for destructive actions. Highlight where human review is still required and a one‑line rollback command.
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Decide — diagnose the stuck moment
+I deployed a new provisioning script that was supposed to be idempotent; it removed SSH keys for…
Decide — diagnose the stuck moment
+Script changed prod users unexpectedly
I deployed a new provisioning script that was supposed to be idempotent; it removed SSH keys for three users in production. I don’t know whether the bug is in argument parsing or in the user lookup logic, and support is already upset. What are the quickest checks and the safest rollback or remediation to restore access immediately?
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Become — change the pattern
+We keep reinventing small admin scripts in desperate Fridays and they differ wildly in logging,…
Become — change the pattern
+Rewriting scripts each time repeats bugs
We keep reinventing small admin scripts in desperate Fridays and they differ wildly in logging, safety, and testing, causing repeated outages. I want to professionalize this work. What single structural habit — naming, testing, review, or templates — should we adopt so scripting stops introducing these recurring errors?
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Next to this one
Other operating system work people do in Linux.
Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.
The rest of the map
Same library, five ways in.