Orbit works the other way around. Before touching the model she sketches the task on the whiteboard and cuts it into steps. She'll make you do the same the whole way through this track.
The first reaction is always to make one monster prompt. And for small tasks it works. For real problems it breaks fast, for four reasons:
When you, reading the task, already identify conceptually distinct stages (classify, then extract, then summarize), your system should have those stages as separate steps. Each step is a focal prompt: one input, one typed output, one decision.
The criterion: if your task is naturally described as "first X, then Y, then Z", you probably want 3 prompts. If it's described as "take this and give me that", probably one.
Look at the two designs on the right. One is a monster prompt. The other is a chain. Decide which one scales. and why.