{
  "title": "Leadership Alignment Check",
  "description": "Surface strategic misalignment across senior leaders — where priorities diverge, where assumptions differ, and where the organization needs a decision.",
  "language": "en",
  "questions": [
    {
      "hint": "Not the official answer — your genuine view of what should be at the top of the agenda.",
      "text": "What is the organization's single most important priority right now?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "The area where you suspect different leaders have different assumptions, priorities, or definitions of success.",
      "text": "Where do you think leadership is most misaligned right now?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "The thing that keeps coming up but never gets resolved — even if it's politically difficult.",
      "text": "What decision has been delayed the longest that is costing the organization the most?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Resources, initiatives, or commitments you'd redirect if you could.",
      "text": "What are we investing in that you think is the wrong bet right now?",
      "type": "text",
      "order": 4,
      "required": false
    },
    {
      "hint": "The risk, complexity, or opportunity that isn't fully visible from the outside.",
      "text": "What do you think the rest of the leadership team underestimates about your area of responsibility?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "text": "How confident are you in the organization's direction over the next 12 months?",
      "type": "rating_scale",
      "order": 6,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very confident",
        "minLabel": "Not confident"
      },
      "required": true
    },
    {
      "text": "What conversation should this leadership team be having that it keeps avoiding?",
      "type": "text",
      "order": 7,
      "required": true
    }
  ]
}