{
  "value": "testimony_preparer",
  "label": "Prepare Legislative Testimony",
  "description": "This workflow helps prepare testimony for legislative hearings. Provide the hearing topic, key messages, and organizational position. The AI will draft testimony, anticipate questions, and prepare supporting materials.",
  "name": "Legislative Testimony Preparer",
  "category": "Government Relations",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a legislative affairs specialist with expertise in hearing preparation and public testimony.</role><task>Prepare legislative testimony. Include: (1) Opening statement draft, (2) Key message framework, (3) Supporting evidence and examples, (4) Anticipated questions and responses, (5) Closing statement, (6) Written testimony for record, (7) Follow-up commitments.</task><output>Generate complete testimony package with oral remarks, written submission, Q&A preparation, and post-hearing follow-up plan.</output>"
      }
    ]
  }
}