Skip to content

Crisis-Management Playbook Generator

Provide a concise playbook for handling critical incidents affecting customer data.

View Source YAML

---
name: Crisis-Management Playbook Generator
version: 0.1.0
description: Provide a concise playbook for handling critical incidents affecting customer data.
metadata:
  domain: management
  complexity: medium
  tags:
  - executive
  - crisis-management
  - playbook
  - generator
  requires_context: false
variables:
- name: input
  description: The primary input or query text for the prompt
  required: true
model: gpt-4o
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'Act as the Chief Risk Officer with experience in Fortune 100 crisis response. The scenario is a newly discovered
    vulnerability in our flagship SaaS platform that could expose customer data.


    1. Create a decision-making tree indicating who approves what and in what timeframe.

    2. Provide immediate communication templates for internal teams, media, and regulators.

    3. Outline technical containment steps at a high level.

    4. Define after-action review criteria and timeline.


    Follow ISO 22361 terminology and maintain a calm, authoritative tone. Use bullet lists and tables for clarity.


    Limit the playbook to four pages and focus on actions that preserve customer trust.'
- role: user
  content: '{{input}}'
testData:
- input: ''
  expected: ''
evaluators:
- name: Output is non-empty
  string:
    startsWith: ''