Workflow Designer
Treating each step as a function with defined inputs, outputs, and validation creates workflows that are testable and debuggable. The human review points prevent full-auto mistakes.
Design an AI automation workflow for the following task.\n\nTask: {{task_description}}\nCurrent manual process: {{current_process}}\nTools available: {{available_tools}}\n\nCreate a step-by-step workflow:\n\nFor each step, specify:\n1. **Step name**: Clear, descriptive label\n2. **Input**: What data this step receives (from user or previous step)\n3. **Prompt**: The exact prompt to use for this step\n4. **Output format**: How the result should be structured (JSON, markdown, plain text)\n5. **Validation**: How to check if this step succeeded before proceeding\n6. **Fallback**: What to do if this step fails\n\nAlso provide:\n- **Estimated time saved** vs. the manual process\n- **Reliability score** (1-10) for each step\n- **Where a human should review** before proceeding
Variables to customize
Why this prompt works
Treating each step as a function with defined inputs, outputs, and validation creates workflows that are testable and debuggable. The human review points prevent full-auto mistakes.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.