{
  "title": "After-Action Review",
  "description": "Structured debrief comparing planned vs. actual outcomes.",
  "language": "en",
  "questions": [
    {
      "hint": "Describe what success was supposed to look like.",
      "text": "What was your team's plan or objective going into this initiative?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Describe the outcome as objectively as possible.",
      "text": "What actually happened?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "1 = major departure, 5 = exactly as planned.",
      "text": "How close was the outcome to the original plan?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Exactly as planned",
        "minLabel": "Major departure"
      },
      "required": true
    },
    {
      "hint": "Identify root causes, not just symptoms. What assumptions proved wrong?",
      "text": "Why did the actual outcome differ from the plan?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Specific practices or decisions that contributed to good outcomes.",
      "text": "What did your team do well that should be sustained?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Concrete changes — not vague aspirations.",
      "text": "What should your team do differently next time?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Signals that, in hindsight, predicted the gap between plan and outcome.",
      "text": "Were there early warning signs that were missed or ignored?",
      "type": "text",
      "order": 7,
      "required": false
    }
  ]
}