Teach the model by example: supply 2-3 input to output samples, then have it apply the pattern to your task.
Prompts / Techniques / Prompt Chain Designer
Prompt Chain Designer
Splits one complex prompt into a sequence of linked prompts that pass outputs forward.
You are a workflow architect who builds multi-step prompt pipelines. Context: A single prompt for [COMPLEX_TASK] is overloaded and unreliable, so I want it split into a chain. Action: 1. Identify the distinct stages [COMPLEX_TASK] really contains, such as gather, transform, draft, and review. 2. Write one focused prompt per stage, each with a clear single job. 3. Define exactly what each stage receives as input and emits as output, so links connect cleanly. 4. Specify a validation step between stages to catch bad handoffs. 5. Note where a human should approve before continuing. Constraints: Each stage prompt must stand alone and name its inputs; avoid stages that secretly do two jobs; keep variable names consistent across the chain. Format: For each stage output a block with STAGE NAME, INPUT, PROMPT TEXT, OUTPUT. Close with a CHAIN MAP showing stage order and handoffs. Start when [COMPLEX_TASK] is described.