Files
nexus/wiki/sources/workflow-landing-page.md
2026-05-03 05:42:12 +08:00

53 lines
3.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Multi-Agent Workflow: Landing Page Sprint"
type: source
tags: [multi-agent, workflow, landing-page, conversion-optimization]
date: 2026-04-25
---
## Source File
- [[Agent/agency-agents/examples/workflow-landing-page.md]]
## Summary用中文描述
- 核心主题:使用 4 个 AI Agent 在一天内完成一个转化优化的着陆页(从文案到设计到构建到优化)
- 问题域:产品快速上线时的多角色协作问题;单一 Agent 难以同时覆盖文案、设计、前端、营销优化等多个专业领域
- 方法/机制:并行启动 → 合并点 → 反馈循环 → 时间盒Time-boxed
- 结论/价值:展示了一种高效的多 Agent 协作模式,定义清晰的合并点和交接节点可大幅提升协作效率
## Key Claims用中文描述
- 4 个专业 AgentContent Creator、UI Designer、Frontend Developer、Growth Hacker分工明确可在一天内完成高质量着陆页
- 并行 kickoff文案与设计可同时进行因二者相互独立
- 合并点Merge PointFrontend Developer 必须等待 Content Creator 和 UI Designer 的输出后方可开始
- 反馈循环Feedback LoopGrowth Hacker 审查后Frontend Developer 立即应用修改
- 时间盒Time-boxed每步有明确时间限制防止范围蔓延
## Key Quotes
> "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]]:多 Agent 工作流中某 Agent 必须等待其他 Agent 输出才能继续的同步节点
- [[Feedback Loop]]:下游 Agent 审查上游产出并提出修改建议,上游 Agent 据此优化的迭代机制
- [[Time-boxing]]:为每个工作步骤设定明确的时间上限,防止范围蔓延和质量过度优化
- [[Conversion Optimization]]:通过 A/B 测试、CTA 优化、SEO 等手段提升页面转化率
- [[Multi-Agent Workflow]]:多个人工智能 Agent 协作完成复杂任务的系统性方法
## Key Entities
- [[Content Creator]]负责撰写着陆页文案标题、副标题、CTA、痛点、定价等
- [[UI Designer]]:负责设计规范(布局线框图、配色、字体、组件规格、响应式断点)
- [[Frontend Developer]]:负责根据文案和设计规范构建 HTML/Tailwind 页面
- [[Growth Hacker]]负责转化率优化审查A/B 测试、SEO、摩擦点分析
- [[FlowSync]]:虚构的 API 集成平台,作为示例产品贯穿整个工作流
## Connections
- [[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
- 无明显冲突。该工作流与其他多 Agent 工作流(如 [[workflow-startup-mvp]])在协作模式上互补而非矛盾。