Update nexus wiki content
This commit is contained in:
@@ -2,49 +2,51 @@
|
||||
title: "Multi-Agent Workflow: Landing Page Sprint"
|
||||
type: source
|
||||
tags: [multi-agent, workflow, landing-page, conversion-optimization]
|
||||
date: 2026-04-21
|
||||
date: 2026-04-25
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Agent/agency-agents/examples/workflow-landing-page.md]]
|
||||
- [[Agent/agency-agents/examples/workflow-landing-page.md]]
|
||||
|
||||
## Summary(用中文描述)
|
||||
- 核心主题:多 Agent 协作在一天内完成高转化率 landing page 的完整工作流
|
||||
- 问题域:如何在极短时间内协调多个专业 Agent(文案、设计、开发、增长)并行与串行工作,产出可上线的 landing page
|
||||
- 方法/机制:上午并行(文案 + 设计)→ 中午合并构建 → 下午增长优化 + 反馈循环
|
||||
- 结论/价值:展示了 Multi-Agent 协作中的 4 个核心设计模式(并行启动、合并点、反馈循环、时间盒)
|
||||
- 核心主题:使用 4 个 AI Agent 在一天内完成一个转化优化的着陆页(从文案到设计到构建到优化)
|
||||
- 问题域:产品快速上线时的多角色协作问题;单一 Agent 难以同时覆盖文案、设计、前端、营销优化等多个专业领域
|
||||
- 方法/机制:并行启动 → 合并点 → 反馈循环 → 时间盒(Time-boxed)
|
||||
- 结论/价值:展示了一种高效的多 Agent 协作模式,定义清晰的合并点和交接节点可大幅提升协作效率
|
||||
|
||||
## Key Claims(用中文描述)
|
||||
- 文案 Agent 与 UI 设计 Agent 可在上午并行工作,因两者输出互相独立
|
||||
- 前端开发 Agent 需要等待文案和设计两者完成后才能开始(合并点依赖)
|
||||
- 增长黑客 Agent 在第一版完成后进行转化率审查,前端开发根据反馈进行修改
|
||||
- 每个阶段有明确的时间盒,防止范围蔓延
|
||||
- 4 个专业 Agent(Content Creator、UI Designer、Frontend Developer、Growth Hacker)分工明确,可在一天内完成高质量着陆页
|
||||
- 并行 kickoff:文案与设计可同时进行,因二者相互独立
|
||||
- 合并点(Merge Point):Frontend Developer 必须等待 Content Creator 和 UI Designer 的输出后方可开始
|
||||
- 反馈循环(Feedback Loop):Growth Hacker 审查后,Frontend Developer 立即应用修改
|
||||
- 时间盒(Time-boxed):每步有明确时间限制,防止范围蔓延
|
||||
|
||||
## Key Quotes
|
||||
> "Parallel kickoff: Copy and design happen at the same time since they're independent" — 工作流核心原则:独立任务并行启动
|
||||
> "Merge point: Frontend Developer needs both outputs before starting" — 前端开发的依赖管理
|
||||
> "Feedback loop: Growth Hacker reviews, then Frontend Developer applies changes" — 质量保障的迭代机制
|
||||
> "Time-boxed: Each step has a clear timebox to prevent scope creep" — 项目管理原则
|
||||
> "Parallel kickoff: Copy and design happen at the same time since they're independent" — 展示了多 Agent 协作中的并行化原则
|
||||
> "Merge point: Frontend Developer needs both outputs before starting" — 强调 Agent 间存在数据依赖时的同步机制
|
||||
> "Time-boxed: Each step has a clear timebox to prevent scope creep" — 时间约束是防止无限迭代的关键
|
||||
|
||||
## Key Concepts
|
||||
- [[Parallel-Kickoff]]:独立 Agent 任务在同一时间并行启动,无需相互等待
|
||||
- [[Merge-Point]]:多个并行分支的输出在特定节点合并,触发下一阶段
|
||||
- [[Feedback-Loop]]:后续 Agent 审查并反馈,前序 Agent 根据反馈修改的迭代机制
|
||||
- [[Time-Boxing]]:为每个工作阶段设定严格时间限制,防止范围蔓延
|
||||
- [[Parallel Kickoff]]:多个相互独立的 Agent 任务同时启动,以缩短总体工期
|
||||
- [[Merge Point]]:多 Agent 工作流中某 Agent 必须等待其他 Agent 输出才能继续的同步节点
|
||||
- [[Feedback Loop]]:下游 Agent 审查上游产出并提出修改建议,上游 Agent 据此优化的迭代机制
|
||||
- [[Time-boxing]]:为每个工作步骤设定明确的时间上限,防止范围蔓延和质量过度优化
|
||||
- [[Conversion Optimization]]:通过 A/B 测试、CTA 优化、SEO 等手段提升页面转化率
|
||||
- [[Multi-Agent Workflow]]:多个人工智能 Agent 协作完成复杂任务的系统性方法
|
||||
|
||||
## Key Entities
|
||||
- [[Content-Creator]]:负责撰写 landing page 文案(标题、副标题、CTA、定价等)的 Agent
|
||||
- [[UI-Designer]]:负责设计布局、配色、字体、组件规格的 Agent
|
||||
- [[Frontend-Developer]]:负责将文案和设计合并构建为可部署 HTML 的 Agent
|
||||
- [[Growth-Hacker]]:负责转化率审查和优化建议的 Agent
|
||||
- [[FlowSync]]:案例中的虚构产品——一个 API 集成平台
|
||||
- [[Content Creator]]:负责撰写着陆页文案(标题、副标题、CTA、痛点、定价等)
|
||||
- [[UI Designer]]:负责设计规范(布局线框图、配色、字体、组件规格、响应式断点)
|
||||
- [[Frontend Developer]]:负责根据文案和设计规范构建 HTML/Tailwind 页面
|
||||
- [[Growth Hacker]]:负责转化率优化审查(A/B 测试、SEO、摩擦点分析)
|
||||
- [[FlowSync]]:虚构的 API 集成平台,作为示例产品贯穿整个工作流
|
||||
|
||||
## Connections
|
||||
- [[Content-Creator]] ← depends_on ← (无,独立启动)
|
||||
- [[UI-Designer]] ← depends_on ← (无,独立启动)
|
||||
- [[Frontend-Developer]] ← merge_point ← [[Content-Creator]] + [[UI-Designer]]
|
||||
- [[Growth-Hacker]] ← depends_on ← [[Frontend-Developer]]
|
||||
- [[workflow-startup-mvp]] ← extends ← [[Parallel-Kickoff]] + [[Merge-Point]] + [[Feedback-Loop]] + [[Time-Boxing]]
|
||||
- [[workflow-startup-mvp]] ← similar_pattern ← [[workflow-landing-page]]
|
||||
- [[Content Creator]] ← produces_copy ← [[Frontend Developer]]
|
||||
- [[UI Designer]] ← produces_specs ← [[Frontend Developer]]
|
||||
- [[Growth Hacker]] ← reviews ← [[Frontend Developer]]
|
||||
- [[workflow-with-memory]] ← extends ← [[workflow-landing-page]]
|
||||
|
||||
## Contradictions
|
||||
- 无明显冲突。workflow-startup-mvp 的时间线以"周"为单位(长周期迭代),本工作流以"小时"为单位(短周期冲刺)。两者互补,后者是前者在单日冲刺场景下的具体化。
|
||||
- 无明显冲突。该工作流与其他多 Agent 工作流(如 [[workflow-startup-mvp]])在协作模式上互补而非矛盾。
|
||||
|
||||
Reference in New Issue
Block a user