Files
nexus/wiki/sources/multi-agent-workflow-landing-page-sprint.md
2026-04-21 04:02:47 +08:00

51 lines
2.6 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: []
date: 2026-04-21
---
## Source File
- [[raw/Agent/agency-agents/examples/workflow-landing-page.md]]
## Summary
- 核心主题:多智能体协作完成单日 landing page 开发 sprint
- 问题域:如何在一天内完成高转化率 landing page 的生产发布
- 方法/机制4 个专业 AgentContent Creator、UI Designer、Frontend Developer、Growth Hacker分阶段并行协作
- 结论/价值:通过并行启动、合并点、反馈循环和时间盒机制实现高效交付
## Key Claims
- 并行 kickoffCopy 和 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