Open command palette

Open command palette in Visual Studio Code — with two ready prompts: the immediate one, and the one that makes it stick.

2prompt heights
Open it in the interactive atlas →

2 ready prompts

Written for the moment this actually comes up.

Execute — do the immediate task

+
I need to open the command palette and run the Format Document command to standardize the file…
I need to open the command palette and run the Format Document command to standardize the file before committing. Open the palette, run Format Document, and confirm if any changes were made to main.py.

Decide — diagnose the stuck moment

+
I invoked the format command and it rewrote string concatenation and some SQL literals in a way…

I opened the palette and the formatter suggested changes that look dangerous

I invoked the format command and it rewrote string concatenation and some SQL literals in a way that looks like it could change runtime behavior. I can’t tell if this is a config issue or a formatter bug. What’s the most likely diagnosis and the safest immediate action to avoid committing harmful formatting?

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.