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’ve hit a merge conflict on files A and B when merging origin/main into my branch. Show the…
Execute — do the immediate task
+I’ve hit a merge conflict on files A and B when merging origin/main into my branch. Show the conflicted hunks with context, indicate which side modified each hunk, and produce a suggested merge result that preserves tests and existing behavior; stop before applying changes so I can review.
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 resolve this conflict for the reviewers, make it easy to pick the right changes: show why…
Improve — make it easier to accept
+Before I resolve this conflict for the reviewers, make it easy to pick the right changes: show why each conflict happened by listing the commits on both sides that touched the hunk, flag conflicts that change public API or DB schema, and propose a merge that keeps recent test expectations intact or notes necessary test updates.
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 tried resolving merge conflicts in payment_processor.py and now unit tests fail. The other…
Decide — diagnose the stuck moment
+I opened a conflicted file and tests now fail locally.
I tried resolving merge conflicts in payment_processor.py and now unit tests fail. The other branch’s changes came from Lena and I don’t know which behavior users rely on. I’m afraid I picked the wrong branch for several hunks. What’s the likely misstep and what’s the quickest way to decide which behavior to keep without rolling back my entire resolution?
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Become — change the pattern
+Merge conflicts repeatedly cost us hours during release merges, especially around shared modules…
Become — change the pattern
+Conflicts keep taking hours to untangle on release days.
Merge conflicts repeatedly cost us hours during release merges, especially around shared modules and migrations. Where are we going wrong in our branching or commit habits, and what one process change would reduce the frequency and pain of these conflicts across the team?
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.