A team stand-up
A realistic five-phase stand-up that mixes group phases with go-round-the-room phases.
The pattern
---
weave-script-version: 1
title: Daily stand-up
description: 15-minute team sync — three quick rounds.
---
# Opening <!-- duration: 1m -->
Welcome. Today we'll do a quick three-round stand-up.
# What did you do yesterday? <!-- duration: 30s, per-participant: true -->
One sentence each. Keep it tight.
# What are you doing today? <!-- duration: 30s, per-participant: true -->
One sentence each.
# Blockers <!-- duration: 2m, per-participant: true -->
Anything in your way?
# Closing <!-- duration: 1m -->
Anything else for the group before we wrap?
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": "Daily stand-up",
"description": "15-minute team sync — three quick rounds.",
"attributes": {}
},
"phases": [
{
"id": "1-opening",
"index": 0,
"name": "Opening",
"durationSeconds": 60,
"perParticipant": false,
"body": "Welcome. Today we'll do a quick three-round stand-up.",
"attributes": {}
},
{
"id": "2-what-did-you-do-yesterday",
"index": 1,
"name": "What did you do yesterday?",
"durationSeconds": 30,
"perParticipant": true,
"body": "One sentence each. Keep it tight.",
"attributes": {}
},
{
"id": "3-what-are-you-doing-today",
"index": 2,
"name": "What are you doing today?",
"durationSeconds": 30,
"perParticipant": true,
"body": "One sentence each.",
"attributes": {}
},
{
"id": "4-blockers",
"index": 3,
"name": "Blockers",
"durationSeconds": 120,
"perParticipant": true,
"body": "Anything in your way?",
"attributes": {}
},
{
"id": "5-closing",
"index": 4,
"name": "Closing",
"durationSeconds": 60,
"perParticipant": false,
"body": "Anything else for the group before we wrap?",
"attributes": {}
}
]
}