Team Standup Bot
Collect status updates from Slack, compile a standup summary, and post it
Example Prompt
Compile today's standup updates from the #daily-standup channel and post a summary
About
Automates the daily standup process by reading individual status updates from a dedicated Slack channel, compiling them into a structured summary organized by team member, and posting the consolidated standup report back to the team channel. Blockers and cross-team dependencies are highlighted for quick visibility.
Workflow Steps
Read recent messages from the standup channel to collect individual status updates
📥 Read Channel HistoryReason through the updates to extract key themes, blockers, and dependencies
🧠 Structured ReasoningStore the compiled standup data in memory for trend analysis over time
🧠 Store MemoryPost the formatted standup summary with highlighted blockers to the team channel
📨 Send MessageTools Used
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Read Channel History
Read recent messages from a Slack channel for context or analysis
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions