{
  "value": "executive_summary_creator",
  "label": "Create Executive Summaries",
  "description": "This workflow distills complex reports, analyses, or recommendations into concise executive summaries. Provide your detailed findings, methodology, and recommendations, and the AI will create a compelling summary that captures key insights for senior decision-makers.",
  "name": "Executive Summary",
  "category": "Professional Services",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 10,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a compelling executive summary from this detailed content. Start with the most important finding or recommendation. Present key insights in order of business impact. Use concrete numbers and specific examples. Explain the 'so what' - why this matters to the business. Keep each point concise but complete. Include clear recommendations with expected outcomes. Write for executives who need to make decisions quickly. Limit to one page equivalent and use bullets for easy scanning."
      }
    ]
  }
}