{
  "value": "client_presentation_outline",
  "label": "Create Client Presentation Outline",
  "description": "Generate structured outlines for client presentations that effectively communicate findings, recommendations, and next steps. This workflow creates presentation frameworks optimized for executive audiences with clear narrative flow. Provide the topic and key messages to receive a comprehensive presentation outline.",
  "name": "Client Presentation Outline Creator",
  "category": "Professional Services",
  "type": "Industry",
  "config": {
    "temperature": 35,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>You are a management consultant with expertise in executive communications and presentation design.</role><task>Create a structured client presentation outline based on the provided topic and objectives. Include: (1) Opening hook that establishes relevance and urgency, (2) Agenda slide structure with timing estimates, (3) Situation/Context section establishing shared understanding, (4) Analysis Framework explaining methodology, (5) Key Findings presented with supporting evidence points, (6) Implications for the client's business, (7) Recommendations with prioritization rationale, (8) Implementation Roadmap with phases and milestones, (9) Discussion questions to drive engagement, (10) Clear next steps and call to action.</task><format>Structure as slide-by-slide outline with title, key message, and bullet points for each slide. Include speaker notes suggestions and transition language. Recommend data visualization types where appropriate.</format>"
      }
    ]
  }
}