Orchestration Health Monitor

AI Automation / Task Orchestration Define metrics and alerts for workflow health — latency, failure rates, throughput, queue depth — detects problems before users complain. Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: Monitoring, Alerting, Observability Updated: May 2026 Why This Prompt Exists Workflows fail. The problem isn’t failure — it’s not knowing…

Human-in-the-Loop Designer

AI Automation / Task Orchestration Design where and how humans should review, approve, or provide input within automated workflows — balances automation with necessary judgment. Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: Approval Workflows, Human Review Updated: May 2026 Why This Prompt Exists Not everything should be automated. Some decisions require human…

Orchestration Recovery Planner

AI Automation / Task Orchestration Design recovery strategies for failed tasks — rollback, retry, skip, compensate, or escalate — prevents one failed task from killing the entire workflow. Difficulty: Advanced Model: GPT-4 / Claude / Gemini Use Case: Error Handling, Resilience Design Updated: May 2026 Why This Prompt Exists Workflows fail. The question isn’t if,…

Conditional Branch Architect

AI Automation / Task Orchestration Design if/then/else logic for workflows where different inputs need different paths — handles variability without separate workflows. Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: Workflow Logic, Conditional Processing Updated: May 2026 Why This Prompt Exists Real-world workflows aren’t linear. Different inputs require different paths. Most automation tools…

Parallel Execution Designer

AI Automation / Task Orchestration Identify which tasks can run simultaneously vs. sequentially — optimizes total workflow time. Difficulty: Advanced Model: GPT-4 / Claude / Gemini Use Case: Workflow Optimization, Performance Tuning Updated: May 2026 Why This Prompt Exists Sequential execution is simple but slow. Parallel execution is fast but complex. Most workflows run sequentially…

Dependency Mapper

AI Automation / Task Orchestration Map task dependencies to identify what must happen before what — prevents race conditions and deadlocks. Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: Workflow Design, Dependency Management Updated: May 2026 Why This Prompt Exists Most workflow failures aren’t from task failures — they’re from tasks running in…