--- title: "Multi-Agent Workflow: Landing Page Sprint" type: source tags: [] date: 2026-04-21 --- ## Source File - [[raw/Agent/agency-agents/examples/workflow-landing-page.md]] ## Summary - 核心主题:多智能体协作完成单日 landing page 开发 sprint - 问题域:如何在一天内完成高转化率 landing page 的生产发布 - 方法/机制:4 个专业 Agent(Content Creator、UI Designer、Frontend Developer、Growth Hacker)分阶段并行协作 - 结论/价值:通过并行启动、合并点、反馈循环和时间盒机制实现高效交付 ## Key Claims - 并行 kickoff:Copy 和 Design 可同时进行,因二者相互独立 - 合并点:Frontend Developer 需要 Content Creator 和 UI Designer 的输出才能开始 - 反馈循环:Growth Hacker 审查后,Frontend Developer 应用修改 - 时间盒:每个步骤有明确时间限制以防止范围蔓延 ## Key Quotes > "Ship a conversion-optimized landing page in one day using 4 agents." — 工作流目标陈述 > "Parallel kickoff: Copy and design happen at the same time since they're independent" — 并行机制说明 > "Merge point: Frontend Developer needs both outputs before starting" — 合并依赖关系 ## Key Concepts - [[Multi-Agent Workflow]]:多智能体协作架构,每个 Agent 有独立角色、人格、优化的模型,通过共享内存+私有上下文实现协同 - [[Parallel Kickoff]]:并行启动,多个工作流同时开始执行的机制 - [[Merge Point]]:合并点,多个输入汇合后触发下一阶段的关键节点 - [[Feedback Loop]]:反馈循环,审查后应用修改的迭代机制 - [[Time-boxed]]:时间盒,单一任务的最大时长限制,防止无限蔓延 ## Key Entities - [[Content Creator Agent]]:The Agency 项目中的内容创作智能体,负责编写 landing page 文案 - [[UI Designer Agent]]:The Agency 项目中的 UI 设计智能体,负责设计布局和组件规格 - [[Frontend Developer Agent]]:The Agency 项目中的前端开发智能体,负责构建 landing page - [[Growth Hacker Agent]]:The Agency 项目中的增长黑客智能体,负责转化率优化 - [[FlowSync]]:虚构的 API 集成平台产品,用于工作流演示 ## Connections - [[Content Creator Agent]] ← writes_copy ← [[Multi-Agent Workflow]] - [[UI Designer Agent]] ← designs ← [[Multi-Agent Workflow]] - [[Frontend Developer Agent]] ← builds ← [[Multi-Agent Workflow]] - [[Growth Hacker Agent]] ← optimizes ← [[Multi-Agent Workflow]] - [[Frontend Developer Agent]] ← depends_on ← [[Content Creator Agent]] + [[UI Designer Agent]] ## Contradictions