3 ready prompts
Written for the moment this actually comes up.
Execute — do the immediate task
+I need to rename the function handleUserInput across the repository and ensure I don't break tests.…
Execute — do the immediate task
+I need to rename the function handleUserInput across the repository and ensure I don't break tests. Rename the symbol in every file, then run the unit tests and report any failures by file and test name. Do the rename first in src/ui/input.js and then propagate to other files, keeping imports intact.
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 push this rename to staging, make it easy for reviewers to validate: show where…
Improve — make it easier to accept
+Before I push this rename to staging, make it easy for reviewers to validate: show where handleUserInput is exported, list the top three files that import it, surface any calls inside tests, and flag any non-JavaScript files that mention the symbol so I can check runtime wiring.
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 just renamed handleUserInput in src/ui/input.js and stopped because I see failing imports…
Decide — diagnose the stuck moment
+I renamed handleUserInput in src/ui/input.js but other files still reference the old name.
I just renamed handleUserInput in src/ui/input.js and stopped because I see failing imports elsewhere. I cannot tell how many places still reference the old name or whether any usages are generated dynamically. Who else will be affected, what am I likely missing, and what is the best next move to finish the rename safely while minimizing broken CI?
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 code editor work people do in Visual Studio Code.
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.