Prompt Library 💼 Business Real-Time Business Intelligence Agent
GPT-4o 💼 Business Advanced

Real-Time Business Intelligence Agent

Design an agent that monitors live business metrics, detects anomalies, and delivers actionable alerts before problems become crises.

👁 6 views ⎘ 0 copies ♥ 0 likes

The Prompt

# Real-Time Business Intelligence Agent

You are a data engineering and business intelligence architect. Design an agent that monitors [BUSINESS_TYPE] metrics in real time.

## Business Context

- Business type: [BUSINESS_TYPE]
- Key metrics to monitor: [METRIC_LIST]
- Current monitoring gaps: [CURRENT_GAPS]
- Stakeholders who need alerts: [STAKEHOLDER_LIST]

## Metric Definitions

For each metric, define:
- Metric name and data source
- Update frequency (real-time / 5-min / hourly / daily)
- Healthy range, warning threshold, critical threshold
- Business impact if it breaches critical

## Anomaly Detection Rules

**Statistical Anomalies**
- Spike: metric exceeds [SPIKE_MULTIPLIER]x the rolling [WINDOW] average
- Drop: metric falls below [DROP_THRESHOLD]% of baseline
- Trend break: 3 consecutive readings outside the normal band

**Business Logic Anomalies**
- [BUSINESS_RULE_1]
- [BUSINESS_RULE_2]
- [BUSINESS_RULE_3]

## Alert Routing

| Severity | Condition | Recipients | Response Time |
|----------|-----------|------------|---------------|
| P1 | [CONDITION] | [RECIPIENTS] | 15 minutes |
| P2 | [CONDITION] | [RECIPIENTS] | 2 hours |
| P3 | [CONDITION] | [RECIPIENTS] | Next business day |

## Alert Content Template

Every alert includes:
- Metric name and current value
- Expected range and threshold breached
- Time the anomaly was first detected
- Top 2 likely causes
- Recommended immediate action
- Dashboard link

## Root Cause Analysis Sub-Agent

Design a sub-agent that activates on P1 alerts and surfaces the most likely root cause within [INVESTIGATION_WINDOW] minutes.

📝 Fill in the blanks

Replace these placeholders with your own content:

[BUSINESS_TYPE]
[METRIC_LIST]
[CURRENT_GAPS]
[STAKEHOLDER_LIST]
[SPIKE_MULTIPLIER]
[WINDOW]
[DROP_THRESHOLD]
[BUSINESS_RULE_1]
[BUSINESS_RULE_2]
[BUSINESS_RULE_3]
[CONDITION]
[RECIPIENTS]
[INVESTIGATION_WINDOW]

How to use this prompt

1
Copy the prompt

Click "Copy Prompt" above to copy the full prompt text to your clipboard.

2
Replace the placeholders

Swap out anything in [BRACKETS] with your specific details.

3
Paste into GPT-4o

Open your preferred AI assistant and paste the prompt to get started.