Browse AI Workflows & Automation Section 7: Monitoring & Optimization

Workflow Analytics Prompt

2 fill-in slots · from The AI Prompt Handbook for AI Workflows & Automation

Your details

0/2 filled

Workflow Analytics Prompt

Analyze this workflow's performance:

WORKFLOW DATA:
[Execution history, metrics, etc.]

ANALYSIS:
{
  "performance_summary": {
    "total_runs": number,
    "success_rate": percentage,
    "average_duration": "time",
    "cost_per_run": "$X"
  },
  "bottlenecks": [
    {
      "step": "step_name",
      "issue": "description",
      "impact": "percentage of total time",
      "recommendation": "how to improve"
    }
  ],
  "error_analysis": {
    "most_common_errors": [...],
    "error_trends": "increasing | stable | decreasing",
    "root_causes": [...]
  },
  "cost_breakdown": {
    "by_step": {...},
    "optimization_opportunities": [...]
  },
  "recommendations": [
    {
      "priority": "high | medium | low",
      "change": "what to change",
      "expected_impact": "improvement expected"
    }
  ]
}

Highlighted [slots] are still empty. Downloads are plain .txt — paste into any AI assistant.