{
  "title": "Feature Discovery",
  "description": "Understand what users need before building — jobs to be done, workarounds, and decision criteria.",
  "language": "en",
  "questions": [
    {
      "hint": "Describe the goal, not the problem itself. What were you trying to get done?",
      "text": "What job or task were you trying to accomplish when you ran into this problem?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Walk us through your current workaround — even if it is manual, awkward, or pieced together from multiple tools.",
      "text": "How are you currently solving this problem?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "text": "How often do you encounter this problem?",
      "type": "multiple_choice",
      "order": 3,
      "options": [
        "Multiple times a day",
        "Daily",
        "A few times a week",
        "Weekly",
        "Monthly or less"
      ],
      "required": true
    },
    {
      "hint": "Give us a sense of the burden — minutes per day, hours per week, or the frustration involved.",
      "text": "How much time or effort does your current workaround cost you?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Don't worry about whether it is technically feasible. Describe what you wish existed.",
      "text": "What would an ideal solution look like?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Think about the factors that matter most — ease of use, integrations, price, trust, speed.",
      "text": "What would make you choose one solution over another?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Consider switching costs, learning curve, data migration, or organizational buy-in.",
      "text": "What concerns would you have about adopting a new tool for this?",
      "type": "text",
      "order": 7,
      "required": false
    },
    {
      "hint": "Even a rough sense — 'just me' or 'our IT team would need to approve this' — is useful.",
      "text": "Who else in your organization would be affected by this problem or involved in evaluating a solution?",
      "type": "text",
      "order": 8,
      "required": true
    }
  ]
}