{
  "format": "sf-survey-template-example",
  "version": 1,
  "order": 30,
  "slug": "team-pulse-check",
  "name": "Team Pulse Survey: Short Regular Check-In",
  "description": "A short recurring survey for quickly checking team health: workload, clarity, collaboration, and early risk signals. Suitable for running every 2–4 weeks.",
  "type": "traffic_light",
  "blocks": [
    {
      "name": "Workload and Pace",
      "weight": 1,
      "questions": [
        { "text": "Over the past two weeks, my workload has felt manageable.", "answer_type": "traffic_light" },
        { "text": "I have had enough time to do my work well without being in constant rush.", "answer_type": "traffic_light" }
      ]
    },
    {
      "name": "Clarity and Focus",
      "weight": 1,
      "questions": [
        { "text": "Right now, I clearly understand what the top priorities in my work are.", "answer_type": "traffic_light" },
        { "text": "Over the past two weeks, my work has had enough clarity without unnecessary chaos or constant shifts.", "answer_type": "traffic_light" }
      ]
    },
    {
      "name": "Team Collaboration",
      "weight": 1,
      "questions": [
        { "text": "I feel comfortable working with my current team and collaborating with colleagues.", "answer_type": "traffic_light" },
        { "text": "When needed, I can quickly get help or support from the team and my manager.", "answer_type": "traffic_light" }
      ]
    },
    {
      "name": "Overall State",
      "weight": 1,
      "questions": [
        { "text": "My current work state feels more stable and productive than stressful and draining.", "answer_type": "traffic_light" },
        { "text": "If there is a problem in the team, I feel it can be raised and discussed safely.", "answer_type": "traffic_light" }
      ]
    }
  ]
}
