The four heights
The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.
Execute — do the immediate task
+Set up tasks.json so I can run unit tests with a single command. Create a task named RunTests that…
Execute — do the immediate task
+Set up tasks.json so I can run unit tests with a single command. Create a task named RunTests that runs python -m pytest in the workspace root, shows output in the integrated terminal, and depends on a Prettier formatting step that runs only if files are staged. Save tasks.json in .vscode and make sure the task is available from the Run Task menu and bound to Ctrl+Alt+T.
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 save tasks.json for the team's repo, make the task easy to review: put the test command…
Improve — make it easier to accept
+Before I save tasks.json for the team's repo, make the task easy to review: put the test command and working directory up front, show the exact problemMatcher used for pytest, flag any environment variables or virtualenv assumptions, and point out anything that will break on CI versus local development. Suggest two small edits so a reviewer in procurement or ops can approve it quickly.
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 added a RunTests task to tasks.json that runs python -m pytest, but invoking it reports command…
Decide — diagnose the stuck moment
+My new RunTests task fails with 'command not found' in the integrated terminal.
I added a RunTests task to tasks.json that runs python -m pytest, but invoking it reports command not found. I used the workspace's Terminal and I don't know if the task picks up my virtual environment, my shell PATH, or the correct working directory. I can't tell whether the task runner failed to inherit my activated venv or whether task.json syntax is wrong. What is the most likely diagnosis and the minimal steps to fix this for a dev on macOS using pyenv?
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Become — change the pattern
+Across five projects I keep recreating tasks.json entries for linting, formatting, and running…
Become — change the pattern
+Every project has a slightly different tasks.json and I waste time reconfiguring them.
Across five projects I keep recreating tasks.json entries for linting, formatting, and running tests. Each dev has a different shell and virtualenv setup, which leads to inconsistent behavior. I want to stop spending half a day per repo on task config. What habit should I change first to standardize tasks.json and reduce onboarding friction for new team members?
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.