The four heights
The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.
Execute — do the immediate task
+I shelved work to fix a hot production bug. Apply the latest stash so the colleague review can run…
Execute — do the immediate task
+I shelved work to fix a hot production bug. Apply the latest stash so the colleague review can run against my feature state; if it conflicts, stop and show the conflict files. After it applies, run the project's test script and report pass or fail to Miguel by email tonight.
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 restore these shelved edits for review, make it obvious what will change: surface the…
Improve — make it easier to accept
+Before I restore these shelved edits for review, make it obvious what will change: surface the modified files and any untracked files the stash contains, flag if the stash includes an index (staged) state, and show likely merge conflicts against origin/main so I can warn QA.
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 saved work in a stash, then pulled updates from origin/main and installed dependencies. I’m…
Decide — diagnose the stuck moment
+I just shelved changes, then pulled and now the stash may not apply cleanly
I saved work in a stash, then pulled updates from origin/main and installed dependencies. I’m afraid applying the stash will create conflicts or overwrite a colleague’s fix and I don’t know whether the stash includes staged changes or untracked files. Should I try applying the latest stash now, create a branch and pop it there, or inspect it first? What’s the safest next step?
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 several sprints I stash when interrupted and then lose time tracking what each stash…
Become — change the pattern
+I keep stashing instead of committing and then struggle to restore work later
Across several sprints I stash when interrupted and then lose time tracking what each stash contains and which branch it belonged to. I want one habit to fix this: what process should I adopt so I stop accumulating opaque stashes and can restore work reliably? Recommend concrete steps I can follow after I’m interrupted and one quick rule to stop future messes.
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 version control work people do in Git.
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.