Operations center in your pocket
Telegram is the most underused operations platform in the AI agent space. Most teams use it as a notification dump — one bot, one stream of messages, total chaos. This handbook shows you the real pattern: Forum Topics as isolated context channels, one topic per workstream, each with its own bot personality, cron schedule, and memory boundary.
The core concept is context isolation. When your 📊 Research topic receives daily briefings, that context doesn't bleed into your 🔧 Infra topic receiving heartbeat alerts. Each topic is a clean room. Your Dev agent isn't reading about Stripe revenue trends when it's debugging a cron job. This is the same isolation architecture behind Discord multi-agent setups — but Telegram runs on your phone without requiring a server or migration.
The SpiritTree HQ setup built in March 2026 runs 6 Forum Topics: Dev, Research, Infra, Content, Finance, and Journal. Each gets targeted delivery from the appropriate agent via cron. The Research topic runs a morning briefing at 7am. Infra gets a 15-minute heartbeat. Content gets weekly planning on Sunday night. Finance gets a daily Stripe revenue report. The whole operation is visible from mobile in under 30 seconds.
Cross-topic coordination is handled via BULLETIN.md — a shared file in the workspace that agents read before posting. When something affects multiple topics, an agent writes to BULLETIN and downstream agents pick it up on their next cycle. No polling, no shared state, no race conditions. Just a file and a convention.
The handbook includes the exact OpenClaw group config JSON for this setup, the bot admin permission matrix (which permissions you need vs which you don't), and the template pinned messages that orient new sessions to each topic's purpose. Migration guide for teams currently using DM-based operations. Model-per-topic strategy for when you want different models handling different workstreams. Full mobile workflow optimization for operating the whole system from a phone.
Initial release. Built from SpiritTree HQ 6-topic production setup. Includes OpenClaw config JSON, BULLETIN.md protocol, cron templates.