{
  "title": "Retrospective",
  "description": "Look back at the cycle: what worked, what didn't, and what to carry forward.",
  "language": "en",
  "questions": [
    {
      "hint": "Focus on outcomes delivered, not just activities completed.",
      "text": "What were your team's most significant achievements this cycle?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Be specific about the gap between what you expected and what happened.",
      "text": "What didn't go as planned, and why?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "Choose the primary factor, even if several applied.",
      "text": "What slowed your team down most this cycle?",
      "type": "multiple_choice",
      "order": 3,
      "options": [
        "Scope changes or shifting priorities",
        "Unclear requirements",
        "Dependencies on other teams",
        "Resource or staffing constraints",
        "Technical debt or system issues",
        "Communication gaps",
        "External factors outside our control",
        "Nothing significant — we ran well"
      ],
      "required": true
    },
    {
      "hint": "1 = major friction, 5 = seamless collaboration.",
      "text": "How well did your team collaborate with other departments this cycle?",
      "type": "rating_scale",
      "order": 4,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Seamless",
        "minLabel": "Major friction"
      },
      "required": true
    },
    {
      "hint": "Something that costs time or energy without enough return.",
      "text": "What is one thing your team should stop doing?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Something working well that you want to protect.",
      "text": "What is one thing your team should keep doing?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Be specific — vague intentions don't transfer well across cycles.",
      "text": "What one commitment will your team make for the next cycle?",
      "type": "text",
      "order": 7,
      "required": true
    }
  ]
}