{
  "value": "after_action_report_writer",
  "label": "Write After Action Reports",
  "description": "Create comprehensive after action reports for defense operations and exercises. Input event details and observations to generate structured reports with lessons learned and recommendations.",
  "name": "After Action Report Writer",
  "category": "Defense",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write an after action report for a defense operation or exercise. I'll provide the event objectives, what occurred, and key observations. Create a structured report that includes executive summary, timeline of events, objective achievement analysis, identified strengths and areas for improvement, lessons learned with specific examples, and actionable recommendations. Include both tactical and strategic insights."
      }
    ]
  }
}