{
  "title": "Quarterly Business Review Prep",
  "description": "Capture ground-truth from team leads before the QBR — what's actually happening, what's at risk, and what leadership needs to decide.",
  "language": "en",
  "questions": [
    {
      "hint": "The result you're most proud of — with enough context for leadership to understand why it mattered.",
      "text": "What was your team's most significant win this quarter?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Be direct. The QBR is more useful when it reflects reality rather than polished narratives.",
      "text": "What did you set out to do this quarter that you didn't achieve, and why?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "The thing that keeps you up at night — that may not be visible in the slide deck.",
      "text": "What is the biggest risk your team is carrying into next quarter?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Dependencies, decisions, resources, or unblocking — be specific about what and by when.",
      "text": "What do you need from other teams or from leadership to hit your targets next quarter?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "New initiatives, pivots, or capacity investments that haven't been communicated yet.",
      "text": "What are you planning for next quarter that leadership may not be expecting or aware of?",
      "type": "text",
      "order": 5,
      "required": false
    },
    {
      "text": "How confident are you in hitting your targets for next quarter?",
      "type": "rating_scale",
      "order": 6,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very confident",
        "minLabel": "Not confident"
      },
      "required": true
    }
  ]
}