Add multi-agent collaboration system with 16-person team and two-tier governance
- agents/README.md documents company principles (first principles + practical delivery), 6-stage collaboration flow, and two-tier governance: CEO has highest priority and final say; work groups self-govern internally for staffing, scheduling, technical choices within CEO-defined boundaries. - 16 employees recruited to match CPU physical core count, enabling up to 16 subagents to run in parallel. Each profile.md has independent name, background, strengths, weaknesses, and performance log. - Roles: 1 CEO, 3 architects (lin/yang/huang), 5 engineers (zhao/chen/li/ zhou/sun), 3 QA (wang/liu/xu), 2 DevOps (ma/hu), 1 designer (zhu), 1 writer (deng), 1 security (cao). - Five working groups defined under agents/groups/: grp-quality-core, grp-ai-plugins, grp-cli-ux (B3), grp-build-matrix, grp-security-audit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
17
agents/groups/grp-ai-plugins.md
Normal file
17
agents/groups/grp-ai-plugins.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
group_id: grp-ai-plugins
|
||||
name: AI插件小组
|
||||
members:
|
||||
- engineer-zhao
|
||||
- architect-lin
|
||||
mission: AI相关插件的功能完善和架构优化
|
||||
lead: engineer-zhao
|
||||
created: 2026-05-27
|
||||
active_tasks: []
|
||||
standby: true
|
||||
---
|
||||
|
||||
## 协作模式
|
||||
- 赵码负责:AI API集成、网络层、端口解析等功能性修改
|
||||
- 林深负责:架构审查、ABI兼容性验证、性能建议
|
||||
- 当有AI插件相关任务时激活
|
||||
16
agents/groups/grp-build-matrix.md
Normal file
16
agents/groups/grp-build-matrix.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
group_id: grp-build-matrix
|
||||
name: 构建矩阵小组
|
||||
members:
|
||||
- devops-ma
|
||||
- devops-hu
|
||||
mission: 完善 CI 跨平台构建矩阵(Linux/Windows,Clang/MSVC),缩短构建时间
|
||||
lead: devops-ma
|
||||
created: 2026-05-27
|
||||
active_tasks: []
|
||||
standby: true
|
||||
---
|
||||
|
||||
## 协作模式
|
||||
- 马奔:编写 GitHub Actions workflow
|
||||
- 胡桐:维护 CMake / Conan 配置在多编译器下的兼容性
|
||||
18
agents/groups/grp-cli-ux.md
Normal file
18
agents/groups/grp-cli-ux.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
group_id: grp-cli-ux
|
||||
name: CLI 体验小组
|
||||
members:
|
||||
- engineer-zhao
|
||||
- designer-zhu
|
||||
- qa-wang
|
||||
mission: 改进 dstalk-cli 的交互体验、健壮性和可测试性
|
||||
lead: engineer-zhao
|
||||
created: 2026-05-27
|
||||
active_tasks:
|
||||
- B3: CLI 交互增强(信号处理、状态命令、退出码语义、管道输入)
|
||||
---
|
||||
|
||||
## 协作模式
|
||||
- 赵码:实现主体代码改动
|
||||
- 朱晴:定义交互文案和命令语义
|
||||
- 王测:编写非交互模式测试用例,验证退出码
|
||||
19
agents/groups/grp-quality-core.md
Normal file
19
agents/groups/grp-quality-core.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
group_id: grp-quality-core
|
||||
name: 核心质量小组
|
||||
members:
|
||||
- architect-lin
|
||||
- qa-wang
|
||||
mission: 确保插件化架构的代码质量和测试覆盖
|
||||
lead: qa-wang
|
||||
created: 2026-05-27
|
||||
active_tasks: []
|
||||
completed_tasks:
|
||||
- C2: 扩展冒烟测试 (2026-05-27, 4个测试块, 通过验收)
|
||||
status: 待命
|
||||
---
|
||||
|
||||
## 协作模式
|
||||
- 林深负责:分析测试需要覆盖的架构路径,设计测试用例框架
|
||||
- 王测负责:编写具体测试代码,验证边界条件,确保回归覆盖
|
||||
- 两人共同 Review 最终测试代码
|
||||
18
agents/groups/grp-security-audit.md
Normal file
18
agents/groups/grp-security-audit.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
group_id: grp-security-audit
|
||||
name: 安全审计小组
|
||||
members:
|
||||
- security-cao
|
||||
- qa-xu
|
||||
- qa-liu
|
||||
mission: 全面审计 dstalk 的内存安全、API 密钥处理、反序列化路径
|
||||
lead: security-cao
|
||||
created: 2026-05-27
|
||||
active_tasks: []
|
||||
standby: true
|
||||
---
|
||||
|
||||
## 协作模式
|
||||
- 曹武:威胁建模,列出可疑路径清单
|
||||
- 徐磊:用 ASan/UBSan 跑测试,触发实际漏洞
|
||||
- 刘静:用 fuzzing 覆盖输入边界
|
||||
Reference in New Issue
Block a user