{
  "title": "Cross-team Alignment",
  "description": "Captures each team's understanding of shared systems, ownership boundaries, and expectations — surfacing the gaps before they become incidents. Run with each team separately, then compare.",
  "language": "en",
  "questions": [
    {
      "hint": "Describe it from your team's perspective — latency, availability, data consistency, API contract stability.",
      "text": "How does your team depend on the shared system or interface we're discussing, and what do you expect it to guarantee?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Be honest if the boundary is unclear — 'we think we own it but we're not sure' is important to capture.",
      "text": "Who owns what? Where does your team's responsibility end and the other team's begin?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "Rate based on your actual day-to-day experience, not the org chart.",
      "text": "How clear is the ownership boundary between your team and the teams you depend on?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very clear",
        "minLabel": "Very unclear"
      },
      "required": true
    },
    {
      "hint": "Things you've assumed in your code, your runbooks, your on-call playbooks.",
      "text": "What assumptions has your team been making about the other team's system that you've never explicitly confirmed?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Incidents, deployment conflicts, API changes that broke you, unclear escalation paths.",
      "text": "Where have you felt the friction most — where do coordination problems between teams actually surface?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Better docs, SLO agreements, a shared runbook, a clearer escalation path, automated contract tests.",
      "text": "What would need to be true for this shared system to work reliably without a Slack message to the other team?",
      "type": "text",
      "order": 6,
      "required": false
    }
  ]
}