Meeting-Driven Workflow Loop
How to turn post-meeting follow-ups from manual busywork into an automated Loop with AuraBaba — Tencent Meeting + GetNote capture, agents auto-execute, humans only approve and verify.
Meeting-Driven Workflow Loop
This article covers how to build an end-to-end meeting-driven autonomous workflow in AuraBaba: meeting recordings auto-extract action items → agents pick them up → humans only approve the results.
Overview
After every product standup, there are follow-ups: fix a bug, deploy a release, pull analytics data. Traditionally, someone has to manually create tickets, assign them, and chase progress. AuraBaba's Loop engineering template automates this entire chain.
The four-stage pipeline:
- Meeting Capture — Tencent Meeting Skill + GetNote Skill record and transcribe meetings
- Content Extraction — Identify names, projects, and action items from transcripts; auto-create Issues
- Agent Execution — Agents with appropriate Skills claim and execute the work
- Human Approval — Designated reviewers approve or reject results
Getting Started
The full step-by-step guide (in Chinese) covers:
- Installing the Tencent Meeting and GetNote Skills from the marketplace
- Configuring agents for different roles (frontend, backend, ops, data)
- Setting up Autopilot triggers with cron or webhook
- Designing approval gates for quality control
- Real-world scenarios: bug triage meetings, weekly report generation, design review Loops
Key Principle
Humans make decisions and approve. Agents execute the work. The Loop template turns meeting follow-up from "people chasing people" into "agents queue up for work, humans sign off at the end."
