{
  "value": "survey_report_analyzer",
  "label": "Analyze Community Survey Reports",
  "description": "This workflow analyzes resident survey responses to extract actionable insights for local government. Paste survey data including ratings, comments, and demographics, and the AI will identify priorities, trends, and improvement opportunities for municipal services.",
  "name": "Survey Analysis",
  "category": "State Local Government",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Analyze community survey results to guide local government decisions. Identify top resident priorities and satisfaction levels by service area. Look for significant differences across demographics, neighborhoods, or age groups. Highlight areas showing improvement or decline from previous surveys. Extract common themes from open-ended responses with representative quotes. Note any surprising findings or misalignments with assumptions. Calculate statistical significance where applicable. Create actionable recommendations for each department based on feedback. Suggest quick wins and long-term improvements. Format with executive summary, detailed findings, and prioritized action plan."
      }
    ]
  }
}