多智能体协作开发平台 — 标准化研发流程引擎 Multi-Agent Dev Platform — Standardized Development Pipeline Engine
Architect Agent 分析需求,生成 REQ 文档 Architect Agent analyzes requirements, generates REQ document
用户审批需求文档,确认需求范围 User approves requirement document, confirms scope
Architect Agent 设计系统架构,生成 DES 文档 Architect Agent designs system architecture, generates DES document
用户审批架构设计文档 User approves architecture design document
Frontend Agent 实现前端界面和交互逻辑 Frontend Agent implements UI and interaction logic
Backend Agent 实现后端 API 和业务逻辑(可与 05 并行) Backend Agent implements API and business logic (parallel with 05)
合并前后端代码,执行构建验证 Merge frontend/backend code, run build verification
Tester Agent 执行自动化测试套件 Tester Agent runs automated test suites
质量门禁检查,Governance Hook 拦截违规操作 Quality gate checks, Governance Hooks intercept violations
生成部署配置,准备生产环境 Generate deployment configs, prepare production environment
用户最终验收,确认交付成果 User final acceptance, confirm delivery
路径白名单拦截,防止 Agent 越权访问非项目文件 Path whitelist interception, prevents agents from accessing non-project files
完成声明校验,确保 Agent 声称完成时确实完成了工作 Completion declaration validation, ensures agents actually finished when claiming done
流程步骤完整性检查,防止跳过关键步骤 Flow step integrity check, prevents skipping critical steps
严重性分级路由,根据变更影响自动分流处理 Severity routing, auto-classifies changes by impact level
阻塞检测,识别可能导致流程卡住的异常状态 Blocker detection, identifies abnormal states that could stall the pipeline
设计文档完整性校验,确保设计文档格式和内容规范 Design document integrity validation, ensures design doc format and content standards
可视化研发流程进度、质量门禁状态、Agent 活动日志。支持 SSE 实时推送。 Visual pipeline progress, quality gate status, agent activity logs. SSE real-time push.
Agent 间通信的核心枢纽,支持信号路由、Agent 发现和事件广播。 Core hub for inter-agent communication, supports signal routing, agent discovery and event broadcast.
基于 Matrix 协议的 Agent 间实时消息通信,支持 war-room 协调和审批流程。 Matrix-based real-time inter-agent messaging, supports war-room coordination and approval flows.
所有写操作通过 Write Proxy 代理,完整审计追踪,支持回滚和责任追溯。 All write operations proxied with full audit trail, supports rollback and accountability.
ClawTeams 正在积极开发中,即将开源发布。 ClawTeams is under active development, open source release coming soon.