{
  "value": "policy_brief_writer",
  "label": "Write Policy Briefs",
  "description": "This workflow creates concise policy briefs for government decision-makers. Provide the policy issue, background research, stakeholder impacts, and recommendations, and the AI will generate clear briefs that inform public policy decisions with evidence-based analysis.",
  "name": "Policy Brief",
  "category": "Public Sector",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a policy brief on the issue provided. Start with a clear problem statement and why it matters now. Provide relevant background and current policy landscape. Analyze stakeholder impacts and trade-offs objectively. Present 3-4 evidence-based policy options with pros and cons for each. Include implementation considerations and resource requirements. Make a clear recommendation with supporting rationale. Use accessible language while maintaining analytical rigor. Keep to 2 pages with clear headings and bullet points."
      }
    ]
  }
}