Skip to main content
Version: 1.0.0-beta

AI KRI Wizard

The AI KRI Wizard lets you describe what you want to monitor in natural language. The AI translates your description into a fully configured KRI with query definition, thresholds, and scheduling recommendations.

How It Works

  1. Navigate to Monitoring → KRIs → + New KRI → Use AI Wizard
  2. Describe what you want to monitor in plain language
  3. The AI generates a complete KRI configuration
  4. Review, adjust, and save

Example Prompts

PromptGenerated KRI
"Monitor the number of overdue action plans across all engagements"Query: COUNT(action_plans WHERE status = OVERDUE), Threshold: Warning at 5, Critical at 10, Frequency: Weekly
"Track average time to close findings by severity"Query: AVG(days_to_close) GROUP BY severity, Thresholds per severity level, Frequency: Monthly
"Alert when any business unit hasn't been audited in 18 months"Query: Universe items not audited in 18+ months, Threshold: Any match = Warning, Frequency: Monthly
"Monitor the compliance score trend for NCA ECC framework"Query: Compliance score for NCA ECC over time, Threshold: Warning below 80%, Critical below 60%, Frequency: Quarterly

What the AI Generates

For each prompt, the wizard produces:

ComponentDescription
TitleA descriptive KRI name
DescriptionWhat the KRI monitors
Query DefinitionSQL or logic to compute the metric
CategoryOPERATIONAL, FINANCIAL, COMPLIANCE, or STRATEGIC
ThresholdsWarning and critical levels with reasoning
FrequencyRecommended monitoring frequency
Universe LinkSuggested audit universe item connection
Risk LinkSuggested risk library item connection

Review & Customize

After the AI generates the KRI:

  1. Review the query — ensure it matches your intent
  2. Adjust thresholds — fine-tune for your risk appetite
  3. Set the schedule — accept or modify the suggested frequency
  4. Link entities — connect to relevant universe/risk items
  5. Save as Draft — the KRI enters DRAFT status for validation
AI Governance

The AI Wizard produces a suggestion. The generated KRI is saved in DRAFT status and must be validated by QA and published by CAE before it becomes active. All AI interactions are logged in the audit trail.

Wizard vs. Playground

FeatureAI WizardKRI Playground
Natural language input
Visual pipeline builder
AI-generated query
Manual SQL writing
Drag-and-drop
Best forQuick creationPrecise control

Both methods produce the same KRI object — they're complementary approaches.

Permissions

The AI KRI Wizard requires:

  • kri:create permission (QA, Manager, CAE)
  • ai:suggest permission (for AI interaction)
  • An active AI model configured in Administration → AI Models