Generate Sprint Review Summaries from Transcripts with OpenAI and Google Sheets — n8n 工作流

复杂度 触发器6 个节点🏷️ Project Management作者:Arkadiusz

概览

What this workflow does

This template automates the entire process of documenting Sprint Reviews in Scrum:
Input Collection – Through a friendly form, users upload the transcript file (meeting notes, sprint review transcript, or VTT captions) and specify the sprint name and domain.
Transcript Parsing – A Code node formats the transcript into clean [HH:MM:SS] Speaker: text lines, supporting VTT, Zoom, or custom timestamp formats used in Scrum events.
AI-Driven Summary – The AI Agent (LangC

使用的节点

Google SheetsCodeAI AgentOpenAI Chat Model

工作流预览

Overview
Sprint Review Transcript → AI Markdown Summary → Google
Inputs: File (VTT/text), Sprint name, Domain.
Outputs: Preview in UI + archived row in Sheet.
Input Form
Collects transcript file + sprint + domain.
Transcript Parser
Normalizes to `[HH:MM:SS] Speaker: text`.
Supports VTT and simple speaker/timestamp lines.
AI Summary
Creates executive bullets, recap table, and action item
Preview
Shows the generated Markdown with custom CSS.
Archive to Sheets
Saves summary + transcript + metadata (date/domain/spri
LLM Backend
OpenAI Chat Model used by AI Agent.
model
C
Collect Sprint Review In…
Parse Transcript
Generate Summary
P
Preview Summary
OpenAI LLM
Save to Google Sheets
6 nodes5 edges

工作原理

  1. 1

    触发器

    工作流由 触发器 触发器启动。

  2. 2

    处理

    数据流经 6 个节点, connecting agent, code, form。

  3. 3

    输出

    工作流完成自动化并将结果发送到配置的目标。

节点详情 (6)

GO

Google Sheets

googleSheets

#1
CO

Code

code

#2
AI

AI Agent

n8n-nodes-langchain.agent

#3
OP

OpenAI Chat Model

n8n-nodes-langchain.lmChatOpenAi

#4

如何导入此工作流

  1. 1点击右侧 下载 JSON 按钮保存工作流文件。
  2. 2打开你的 n8n 实例,依次点击 工作流 → 新建 → 从文件导入
  3. 3选择下载的 generate-sprint-review-summaries-from-transcripts-with-openai-and-google-sheets 文件并点击导入。
  4. 4为每个服务节点配置 凭证(API 密钥、OAuth 等)。
  5. 5点击 测试工作流 验证一切正常,然后激活它。

或直接在 n8n → 从 JSON 导入 中粘贴:

{ "name": "Generate Sprint Review Summaries from Transcripts with OpenAI and Google Sheets", "nodes": [...], ...}

集成

agentcodeformformtriggergooglesheetslmchatopenai

获取此工作流

一键下载并导入

下载 JSON在 n8n.io 上查看
节点6
复杂度medium
触发器trigger

创建者

Arkadiusz

Arkadiusz

@akadiusz

标签

agentcodeformformtriggergooglesheetslmchatopenai

n8n 新手?

n8n 是一款免费开源的工作流自动化工具,支持自托管或使用云版本。

免费获取 n8n →