The four heights
The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.
Execute — do the immediate task
+Run the current JavaScript file so I can check the output quickly. Execute node on the active file…
Execute — do the immediate task
+Run the current JavaScript file so I can check the output quickly. Execute node on the active file in the integrated terminal, capture stdout and stderr in the terminal, and return my prompt when it finishes. Do this from the file's folder, not the workspace root, and do not start a watch process. Ladder L1
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 run this single file, make the command safe and fast: surface the exact node command…
Improve — make it easier to accept
+Before I run this single file, make the command safe and fast: surface the exact node command you'll run, highlight any required environment variables, and warn if the file imports local modules that live outside the file's folder. If a transient build step is needed (TypeScript, Babel), offer a one-click compile-and-run that deletes artifacts afterward. Ladder L2
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 executed node on the active file and got a module not found error. The file imports ../lib/util…
Decide — diagnose the stuck moment
+I tried to run the file but it crashes with module not found.
I executed node on the active file and got a module not found error. The file imports ../lib/util and I see a util.ts beside it. I'm not sure if I need to compile TypeScript or if my NODE_PATH is wrong. What's the most likely cause and the quickest fix so I can run the file and see its output? Ladder L5
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Become — change the pattern
+Every time I run a single script I end up chasing missing deps, wrong Node versions, or stale build…
Become — change the pattern
+I repeatedly run files without a consistent environment setup.
Every time I run a single script I end up chasing missing deps, wrong Node versions, or stale build artifacts and it takes twenty minutes to get a clean run. What's the pattern causing these delays and which three habits or project settings will stop this rework so running a file becomes a five-second action? Ladder L6
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.