Field Guide · Craft skills
Images and code
Creative and technical work need sharper specs and sharper tests.
Images
Describe subject, composition, lighting, and what to avoid. Treat the first generation as a sketch. Never publish likenesses or brand marks you do not have rights to use.
Code
- Ask for the smallest change that solves the problem.
- Require tests or a reproduction when the change touches security or money paths.
- Run the code. Reading confident code is not the same as executing it.
- Do not paste production secrets into prompts.