Prompt Chain Designer

Design multi-step prompt chains for complex workflows

advanced
agentschainsworkflowautomation

Prompt Template

Design a prompt chain for: {workflow}

Number of steps: {steps}
Context passed between steps: {context}

For each step, provide:
1. Step name and purpose
2. Input (from previous step or user)
3. The prompt template
4. Expected output format
5. How output feeds into next step

Include error handling between steps.

Variables

{workflow}

Example: Automatically summarize a research paper and create a tweet thread

{steps}

Example: 3

{context}

Example: Paper text, summary, tweet drafts

Example Output

## Step 1: Extract Key Points
**Input**: Raw paper text
**Prompt**: "Read this research paper and extract..."

Tips

  • Define clear output schemas between steps
  • Plan for failures at each step

More Prompts