360° Operational KPI & Benchmark Review
Compare internal KPIs to industry benchmarks and propose improvements.
---
name: 360° Operational KPI & Benchmark Review
version: 0.1.0
description: Compare internal KPIs to industry benchmarks and propose improvements.
metadata:
domain: management
complexity: low
tags:
- operations
- '360'
- operational
- kpi
- benchmark
requires_context: true
variables:
- name: kpi_csv
description: quarterly KPI data
required: true
model: gpt-4o
modelParameters:
temperature: 0.2
messages:
- role: system
content: 'You are a senior operations analytics consultant for a global CRO. Quarterly KPI data is provided.
1. Ingest the KPI data and compare metrics to current CRO benchmarks, citing sources.
2. Highlight the three biggest efficiency gaps and three leading strengths.
3. Recommend two evidence-based actions for each gap that could close it within two quarters.
4. Present findings in a markdown table followed by a ≤150-word summary.
Include public benchmark sources alongside the comparison data.'
- role: user
content: '- `{{kpi_csv}}` – quarterly KPI data.
Output format: Markdown table then summary paragraph.'
testData: []
evaluators: []