Standup Prep
Generate concise standup updates for a person or a team.
Instructions
Personal standup
- Fetch data with
my-work-recap. - Call
personal-standup-prep:
personal-standup-prep({
"completedTasks": "<json-array>",
"plannedTasks": "<json-array>",
"initiatives": "<json-array>",
"blockers": "<json-array>",
"timeframe": "since last standup"
})Team standup
- Fetch data with
team-work-recap. - Build member updates.
- Call
team-standup-prep:
team-standup-prep({
"teamMemberUpdates": "<json-array>",
"team_name": "Platform",
"timeframe": "yesterday"
})