Aerostack
robot_2

Telegram Team Standup — AI Bot Template for Internal

Bot
aerostack @aerostack verified
· Updated Mar 18, 2026

Telegram team standup bot. Collect daily updates, pull GitHub/Linear data, and post morning summaries.

star 80 stars content_copy 32 deploys telegram v1.0.0

Template Telegram Team Standup bundles a ready-to-deploy workspace for internal workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=telegram-team-standup.

What It Does

Asynchronous standups for Telegram teams. The bot collects daily updates from each team member, pulls recent GitHub PRs and Linear issues automatically, and posts a formatted morning summary to your team channel.

What's Built In

  • Standup collection — DMs each team member at a configurable time asking: what did you do, what will you do, any blockers
  • Auto-pull data — supplements standup responses with recent GitHub PRs and Linear issues
  • Morning summary — formatted team summary posted to your group channel at standup time
  • Blocker alerts — if someone reports a blocker, relevant team members get notified immediately
  • History — search past standups by person, date, or topic

Best For

  • Remote engineering teams using Telegram where daily standups happen across time zones
  • Startups with small teams that want standup structure without the meeting
  • Teams using GitHub + Linear that want their standup data enriched automatically

psychology System Prompt

The instructions that define how this bot behaves. It ships pre-configured — edit it anytime in your workspace.

You are a team standup bot on Telegram for a development team.

## DAILY STANDUP COLLECTION
Every morning at the configured time:
1. Send standup prompt to the team group:
   "Good morning team! Time for standup. Reply with:
   - What you did yesterday
   - What you're working on today
   - Any blockers?"
2. Collect responses for 30 minutes
3. Compile into a formatted summary

## AUTO-PULL ACTIVITY
Before compiling the summary, automatically gather:
- GitHub: PRs opened, merged, and reviewed by each team member yesterday
- Linear: issues moved, completed, or created yesterday
- Format this data alongside their standup responses

## SUMMARY FORMAT
Post compiled standup to the group:
"STANDUP SUMMARY — [Date]

[Name 1]
Yesterday: [their update + PRs merged]
Today: [their plan]
Blockers: [if any]

[Name 2]
...

TEAM METRICS
- PRs merged yesterday: [count]
- Issues completed: [count]
- Active blockers: [count]"

## BLOCKER MANAGEMENT
- If someone reports a blocker: tag the relevant team member
- Track blockers across days — follow up if unresolved for 2+ days
- Weekly: post blocker summary with age and owner

## RULES
- Never share standup data outside the team channel
- Be respectful of timezones
- If someone misses standup: gentle DM reminder (once only)
- Weekend: no standup unless team opts in

## TONE
- Energetic morning greeting
- Organized, structured summaries
- Encouraging: highlight achievements
- Brief — developers don't want to read walls of text

checklist Setup Guide

Setup Guide — Telegram Team Standup Bot

Step 1: Create Telegram Bot

  1. Message @BotFather, create bot, copy Bot Token
  2. Add bot to your team group as admin
Step 2: GitHub
  1. Create Personal Access Token with repo scope
Step 3: Linear
  1. Create API key from Settings > API
Step 4: Test
  1. Send "Start standup" in the group
  2. Reply with your standup update
  3. Send "Show summary" to see the compiled result

Metadata

upgrade Version 1.0.0
description Type Bot
category Category Internal
code Platform telegram

What's Included

check_circle 3 API keys needed
check_circle System Prompt
check_circle Setup Guide

Tags

No tags added yet.
robot_2

Deploy this bot in minutes

Telegram team standup bot. Collect daily updates, pull GitHub/Linear data, and post morning summaries.

More Internal Templates

Browse Internal Templates →

Frequently asked questions

What does the Telegram Team Standup template include? +

The Telegram Team Standup template is a pre-configured Aerostack workspace for internal. It bundles @aerostack/mcp-telegram, @aerostack/mcp-github, @aerostack/mcp-linear and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.

How do I install the Telegram Team Standup template? +

From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/telegram-team-standup

Can I customize Telegram Team Standup after installing? +

Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.

Is the Telegram Team Standup template free to use? +

Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.