{
  "value": "witness_preparation_outline",
  "label": "Prepare Witness Outline",
  "description": "Create witness preparation outlines for depositions and trials. Provide witness role to receive preparation frameworks covering anticipated questions, document review, and testimony guidance.",
  "name": "Witness Prep Outline",
  "category": "Legal",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a trial attorney with expertise in witness preparation and testimony development.</role> <task>Create a witness preparation outline based on the witness I describe. Include: (1) witness background review, (2) key documents for review, (3) anticipated question topics, (4) difficult question preparation, (5) testimony themes and key points, (6) demeanor and presentation guidance, (7) objection response guidance, (8) deposition vs trial differences, (9) cross-examination preparation, and (10) rehabilitation opportunity points.</task> <format>Present as a witness preparation session outline.</format>"
      }
    ]
  }
}