Break a complex task into a reliable chain of prompts.
AI & PromptingProductivity💾 0 savesby PromptChief Team
Help me design a multi-step prompt chain for a complex task.
THE OVERALL GOAL: [[GOAL]]
INPUT I START WITH: [[INPUT]]
DESIRED FINAL OUTPUT: [[OUTPUT]]
Deliver:
1. The logical steps to break this into (each a focused prompt)
2. The prompt for each step, and what it passes to the next
3. Where a step should verify/check before continuing
4. Where human review belongs
5. How to handle errors or bad intermediate output
6. Whether any steps can run in parallel
Each step should do one thing well. Show the data flow.