| name | one-standup-prep |
| description | Turn recent work into standup talking points for one person or a whole team. Use when asked "prep my standup", "what should I say", "give me my standup update", "team standup summary", or "what should we cover in standup". Requires One Horizon MCP. |
Standup Prep
Generate standup talking points for a person or 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"
})