Telegram Team Standup — AI Bot Template for Internal
BotTelegram team standup bot. Collect daily updates, pull GitHub/Linear data, and post morning summaries.
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
- Message @BotFather, create bot, copy Bot Token
- Add bot to your team group as admin
Step 2: GitHub
- Create Personal Access Token with
reposcope
Step 3: Linear
- Create API key from Settings > API
Step 4: Test
- Send "Start standup" in the group
- Reply with your standup update
- Send "Show summary" to see the compiled result
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Tags
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 →Slack Incident Response
by @aerostack
Slack incident response bot. Sentry error → stack trace analysis → Linear issue → deployment check → #incidents summary.
Slack DevOps Deploy Bot
by @aerostack
Slack DevOps deploy bot. Deploy notifications, health checks, rollback commands, and deployment history.
Slack HR & People Ops
by @aerostack
Slack HR and people ops bot. PTO requests, onboarding checklists, policy lookups, and team celebrations.
Slack Weekly Report Generator
by @aerostack
Slack weekly report bot. Auto-generate team reports from GitHub, Linear, and PostHog data — posted every Friday.
HR & Employee Onboarding
by @aerostack
HR and onboarding bot. Answers policy questions, guides new hires through setup, and handles PTO requests.
IT Helpdesk
by @aerostack
IT helpdesk bot. Password resets, software access, device troubleshooting — with ticket creation.
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.