Loading...
Loading...
Compare original and translation side by side
security-reviewerbackend-implsonnetopussonnetsecurity-reviewerbackend-implsonnetopussonnetteammate-Yteammate-Yseverity | file:line | description | suggestion严重程度 | 文件:行号 | 描述 | 建议| Element | Ask yourself |
|---|---|
| Team size | Can fewer teammates with more tasks do this? |
| Model | Does this need Opus, or is Sonnet sufficient? |
| Delegate mode | Should the lead avoid implementing? (yes for 3+) |
| Plan approval | Are teammates modifying production code? |
| Communication | Do teammates need to share or challenge findings? |
| File ownership | Could two teammates touch the same file? |
| Scope | When is this team "done"? |
| Deliverables | What exactly does each teammate produce? |
| 要素 | 自问自查 |
|---|---|
| 团队规模 | 能否用更少的成员承担更多任务? |
| 模型选择 | 是否需要Opus,还是Sonnet已足够? |
| 委托模式 | 负责人是否应避免参与实现?(3人及以上团队建议启用) |
| 计划审批 | 成员是否会修改生产代码? |
| 沟通机制 | 成员是否需要共享或验证彼此的发现? |
| 文件归属 | 是否存在两名成员可能修改同一文件的情况? |
| 范围边界 | 团队何时算“完成”? |
| 交付物 | 每个成员具体需要产出什么? |
| Mistake | Consequence | Fix |
|---|---|---|
| No file ownership | Teammates overwrite each other | Assign every modified file to one owner |
| Vague deliverables | Inconsistent output quality | Specify format per teammate |
| All teammates on Opus | 4x cost for Sonnet-level tasks | Default to Sonnet, upgrade selectively |
| No communication plan | Silos, missed cross-cutting insights | Specify message triggers |
| Lead implements too | Competes with teammates for files | Enable delegate mode |
| No scope boundary | Research runs forever | Define "done" explicitly |
| Too many teammates | Coordination overhead exceeds benefit | Fewer teammates, more tasks each |
| No plan approval | Bad architectural decisions ship | Require for implementation tasks |
| No existing pattern check | Teammates reinvent what exists | Tell them to check how similar features work |
| 错误 | 后果 | 修复方案 |
|---|---|---|
| 未设置文件归属 | 成员互相覆盖代码 | 为每个被修改的文件分配唯一负责人 |
| 交付物定义模糊 | 输出质量不一致 | 为每个成员明确指定输出格式 |
| 所有成员都使用Opus | 任务成本为Sonnet的4倍 | 默认使用Sonnet,仅在必要时升级为Opus |
| 未制定沟通计划 | 信息孤岛,遗漏跨领域洞察 | 明确指定触发沟通的场景 |
| 负责人参与实现 | 与成员争抢文件权限 | 启用委托模式 |
| 未设置范围边界 | 调研无限期进行 | 明确定义“完成”标准 |
| 团队规模过大 | 协调成本超过收益 | 减少成员数量,为每个成员分配更多任务 |
| 未要求计划审批 | 不良架构决策被上线 | 实现任务必须经过计划审批 |
| 未要求检查现有模式 | 成员重复造轮子 | 告知成员先查看类似功能的实现方式 |