Beginner10 min

Anatomy of a Prompt

A good image prompt is not a magic spell, it is a short brief. The models in 2026 read natural language well, so you do not need a wall of comma separated keywords. You need to say clearly what is in the frame, how it looks, and how it was shot. This lesson gives you a repeatable structure.

Step 1: Use the subject, style, shot formula

Almost every strong prompt answers three questions in order. What is the subject and what is it doing. What style or medium is it in. How is the camera or composition set up. Write those as one or two natural sentences.

prompt-formula.txt
[SUBJECT + action] , [STYLE / medium] , [SHOT / lighting / composition]

Example:
an old fisherman mending a net on a wooden dock,
photorealistic, weathered skin and hands,
shot on 50mm, soft overcast light, shallow depth of field

Step 2: Be concrete, not vague

The word beautiful tells the model nothing, every model already tries to make beautiful images. Replace adjectives with specifics. Not nice lighting but golden hour backlight. Not a cool car but a 1970s matte black muscle car. Specifics are what make your image yours instead of generic.

Weak promptStronger prompt
a beautiful womana freckled woman in her 30s, soft smile, natural makeup
nice backgroundblurred neon street market at night, bokeh lights
good lightingsingle warm window light from the left, deep shadows

Step 3: Add parameters last

Parameters are tool specific switches that go at the end. In Midjourney they start with two dashes. The two you will use constantly are aspect ratio and stylize.

midjourney prompt bar
$a red ceramic teapot on a windowsill, morning light --ar 3:2 --stylize 200
--ar 3:2 sets a wide landscape frame
--stylize 200 lets the model apply more of its own taste
Generating 4 images...
$
Do not stack contradictions
Asking for minimalist and highly detailed and busy in the same prompt confuses the model and you get mush. Pick one direction per generation.

Result

Run the teapot prompt, then change one specific each time: the object, the light, the lens. Watch how a single concrete change moves the whole image. That control is the entire skill.

Hands-on tasks