3 ready prompts
Written for the moment this actually comes up.
Execute — do the immediate task
+I need this component to run code after it first renders and whenever its userId prop changes. Call…
Execute — do the immediate task
+I need this component to run code after it first renders and whenever its userId prop changes. Call the provided loadProfile function on mount and whenever userId changes, cancel any in-flight load when userId changes again, and ensure cleanup on unmount so no callbacks run afterwards.
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 push this hook usage, make it easy to review: show the effect dependencies clearly,…
Improve — make it easier to accept
+Before I push this hook usage, make it easy to review: show the effect dependencies clearly, extract the async load into a named function, document why each dependency is present, and flag any non-serializable values that shouldn't be in the dependency array or will cause spurious runs.
Pasted it? When the reply comes back, push once: ask it to sharpen the weakest part. — Did this prompt help?
Become — change the pattern
+We regularly write effects that either run too often because we include unstable values or they…
Become — change the pattern
+entangled effects running too often across codebase
We regularly write effects that either run too often because we include unstable values or they miss updates because we leave out deps. Review cycles are long and bugs slip in. Which single practice should the team adopt to reduce these mistakes and how do I enforce it in code reviews and one linters rule to add?
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 programming language work people do in JavaScript.
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.