{
  "title": "Portfolio Company Quarterly Check-in",
  "description": "A structured quarterly check-in with portfolio company leadership — captures runway, key-hire risk, customer concentration, and competitive pressure before the next IC meeting or board call.",
  "language": "en",
  "questions": [
    {
      "text": "How many months of runway do you have at current burn, and has that changed since last quarter?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "text": "Are there any key hires you're worried about losing in the next two quarters — and what would the impact be if they left?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "text": "What percentage of revenue comes from your largest customer, and has customer concentration increased or decreased this quarter?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "text": "What's the most significant competitive threat you're seeing right now, and how are you responding to it?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Be honest — this is for internal prep, not the deck itself.",
      "text": "What's one thing in your board deck that undersells a real risk, or oversells a win?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "text": "How confident are you in hitting this quarter's plan?",
      "type": "rating_scale",
      "order": 6,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very confident",
        "minLabel": "Not confident"
      },
      "required": true
    },
    {
      "text": "What's the one thing you'd want your board to understand that hasn't come up in recent updates?",
      "type": "text",
      "order": 7,
      "required": false
    }
  ]
}