{
  "title": "Stakeholder Discovery",
  "description": "Surface goals, constraints, risks, and hidden concerns from a key stakeholder.",
  "language": "en",
  "questions": [
    {
      "hint": "Think about what you are trying to achieve and why it matters to you personally and professionally.",
      "text": "What are your primary goals in relation to this project or initiative?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Consider budget, timeline, political constraints, resource availability, or non-negotiable requirements.",
      "text": "What constraints or limitations are you working within?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "Beyond the project objectives — what does this mean for you and your team?",
      "text": "What would a successful outcome look like for you personally?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "What keeps you up at night? What could go wrong that we might not be seeing?",
      "text": "What risks or concerns do you have about this project?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Think about other teams, leadership, customers, or external partners who will be affected.",
      "text": "Who else has a stake in the outcome, and what do they care about?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Understanding how the outputs will be used helps us focus on what matters most.",
      "text": "What decisions are you expecting to make based on what you learn from this project?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Be as candid as possible — the most useful insights are often about what we think we already know.",
      "text": "What assumptions are we currently making that you would want us to challenge?",
      "type": "text",
      "order": 7,
      "required": false
    },
    {
      "hint": "Think about politics, history, or context that would change how you'd interpret everything else we've discussed.",
      "text": "Is there anything you think we should know that we have not asked about?",
      "type": "text",
      "order": 8,
      "required": false
    }
  ]
}