Splitting into a set number of rooms

A meeting that opens together, splits into three small-group rooms, and comes back to close.

ready to use download the file

The pattern

---
weave-script-version: 1
title: Small-group discussion
description: A meeting that opens together, splits into three rooms, and comes back to close.
---

# Opening <!-- duration: 2m -->

Welcome everyone. We'll spend a few minutes together, head into small groups,
and come back to share.

# Small groups <!-- duration: 15m, breakouts: 3 rooms -->

In your room, take turns sharing what brought you here today. Everyone gets a
chance to speak.

# Closing <!-- duration: 5m -->

Back together. One sentence each on what stood out from your small group.

What Weave sees

When Weave reads this file, it pulls out the information below. You don't need to write any of this yourself.

{
  "schemaVersion": 1,
  "meta": {
    "sourceSpecVersion": 1,
    "title": "Small-group discussion",
    "description": "A meeting that opens together, splits into three rooms, and comes back to close.",
    "attributes": {}
  },
  "phases": [
    {
      "id": "1-opening",
      "index": 0,
      "name": "Opening",
      "durationSeconds": 120,
      "perParticipant": false,
      "body": "Welcome everyone. We'll spend a few minutes together, head into small groups,\nand come back to share.",
      "breakouts": null,
      "attributes": {}
    },
    {
      "id": "2-small-groups",
      "index": 1,
      "name": "Small groups",
      "durationSeconds": 900,
      "perParticipant": false,
      "body": "In your room, take turns sharing what brought you here today. Everyone gets a\nchance to speak.",
      "breakouts": {
        "kind": "rooms",
        "count": 3
      },
      "attributes": {}
    },
    {
      "id": "3-closing",
      "index": 2,
      "name": "Closing",
      "durationSeconds": 300,
      "perParticipant": false,
      "body": "Back together. One sentence each on what stood out from your small group.",
      "breakouts": null,
      "attributes": {}
    }
  ]
}