{
  "title": "Alignment Check",
  "description": "Verify teams share a consistent understanding of strategy and priorities.",
  "language": "en",
  "questions": [
    {
      "hint": "Don't look it up — write what actually comes to mind.",
      "text": "In your own words, what is the company's most important priority this quarter?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "1 = we're guessing, 5 = direction is clear and consistently reinforced.",
      "text": "How clearly has leadership communicated strategic direction to your team?",
      "type": "rating_scale",
      "order": 2,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Clear and consistent",
        "minLabel": "We're guessing"
      },
      "required": true
    },
    {
      "hint": "Be specific — name the connection, not just 'everything we do.'",
      "text": "Where does your team's current work directly support the company's top priority?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Questions your team keeps asking but hasn't gotten clear answers to.",
      "text": "What strategic decisions feel unclear or unresolved to your team?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Tensions between what you're being asked to do and what seems most important.",
      "text": "Are there areas where your team's priorities feel misaligned with the rest of the org?",
      "type": "text",
      "order": 5,
      "required": false
    },
    {
      "hint": "A specific mechanism — not just 'better communication.'",
      "text": "What would help your team stay more aligned as the quarter progresses?",
      "type": "text",
      "order": 6,
      "required": false
    }
  ]
}