多 Agent 系统开发 Multi-Agent System Development
完整覆盖 Full Coverage构建多 Agent 协作系统的完整方法论,从架构设计到提示工程、SDK 实现、评测验证 Complete methodology for multi-agent systems — architecture, prompt design, SDK implementation, evaluation, and review
入口条件 Entry Condition
你需要构建一个多 Agent 协作系统 You need to build a multi-agent collaborative system
交付物 Deliverables
Agent 系统完成,经过评测验证,多 Agent 能按职责正确协作 Agent system complete, evaluated and verified, multi-agent collaboration working correctly
7 个步骤 7 Steps
架构设计 Architecture Design
Solo Solo明确哪些任务需要子代理,定义通信流程,设计上下文隔离策略 Identify tasks needing subagents, define communication, design context isolation strategy
质量标准 Quality Criteria
验证门 Verification Gate
架构是否清晰划分了代理职责?上下文策略是否防止退化? Does architecture clearly separate responsibilities? Does context strategy prevent degradation?
提示设计 Prompt Design
Solo Solo为每个 Agent 设计 System Prompt、触发条件、工具权限和质量标准 Design system prompts, triggering conditions, tool permissions, and quality standards for each agent
质量标准 Quality Criteria
验证门 Verification Gate
每个 Agent 的触发条件是否清晰?System Prompt 是否覆盖边缘情况? Are triggering conditions clear for each agent? Do system prompts cover edge cases?
并行调度 Parallel Dispatch
多人协作 Multi-Agent独立问题域各派一个代理,并发调查而非顺序排队 One agent per independent problem domain, concurrent investigation
质量标准 Quality Criteria
验证门 Verification Gate
代理是否在独立的问题域上工作?有没有任务重叠或竞争? Are agents working on independent domains? Any task overlap?
接口标准化 Interface Standardization
Solo Solo用 MCP 协议标准化 Agent 与外部服务的交互接口 Standardize agent-to-external-service interfaces with MCP protocol
质量标准 Quality Criteria
验证门 Verification Gate
MCP 服务器是否响应正确?工具定义是否完整覆盖所有功能? Does MCP server respond correctly? Do tool definitions cover all functions?
SDK 实现 SDK Implementation
Solo Solo使用 Claude Agent SDK 将设计落地为可运行的 Agent 代码 Implement agent designs as runnable code using Claude Agent SDK
质量标准 Quality Criteria
验证门 Verification Gate
Agent 是否能正确启动和响应?Hooks 和权限是否按预期工作? Can agents start and respond correctly? Do hooks and permissions work as expected?
评测验证 Evaluation & Testing
Solo Solo用 LLM-as-Judge 和多维评分量表系统性评测 Agent 质量 Systematically evaluate agent quality using LLM-as-Judge and multi-dimensional rubrics
质量标准 Quality Criteria
验证门 Verification Gate
各维度评分是否达标?是否检测并缓解了评测偏差? Do all dimension scores meet threshold? Is evaluation bias detected and mitigated?
评审 Review
多人协作 Multi-Agent对 Agent 系统进行两阶段评审,确认协作正确性 Two-phase review of the agent system, verify collaboration correctness
质量标准 Quality Criteria
验证门 Verification Gate
两阶段评审是否都完成?Agent 协作是否经过实际测试? Both review phases complete? Agent collaboration actually tested?