{
  "value": "citizen_communication_drafter",
  "label": "Draft Citizen Communications",
  "description": "This workflow creates clear communications for citizens about government services, policy changes, or community updates. Provide the topic, key information, and call to action, and the AI will draft accessible messages that inform and engage the public effectively.",
  "name": "Citizen Letter",
  "category": "Public Sector",
  "type": "Industry",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 10,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a clear citizen communication about this government topic. Use plain language at an 8th grade reading level. Start with why this matters to residents. Explain what's happening or changing in simple terms. Provide specific details like dates, locations, or requirements. Include how this affects different community groups. Give clear action steps or how to get more information. Add contact information for questions. Use a friendly, helpful tone that builds trust. Format with short paragraphs and bullets for easy reading."
      }
    ]
  }
}