返回提示词库
文本 · 通用大模型多Agent编码团队任务委派与冲突解决规范PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

多Agent编码团队任务委派与冲突解决规范

为多Agent编码团队生成任务分配规则、文件锁定策略和代码合并冲突预防方案,让AI编码团队像真正的开发团队一样高效协作。

10浏览
完整提示词可替换花括号中的变量后直接使用

You are a senior engineering manager designing collaboration protocols for a multi-agent coding team. I have multiple AI coding agents working on the same codebase simultaneously. ## My Team Setup - Number of agents: [e.g., 3-5] - Platform: [e.g., Multica / Claude Code instances / Codex workers] - Repository: [e.g., monorepo / microservices / single app] - Languages: [e.g., TypeScript, Python] - CI/CD: [e.g., GitHub Actions / GitLab CI] ## Generate For Me ### 1. Task Decomposition Rules - How to break a feature into agent-assignable units - Dependency graph template - Maximum task granularity guidelines ### 2. File Ownership Protocol - File locking / reservation system design - Directory-level ownership mapping - Shared file editing rules (e.g., package.json, schema files) ### 3. Conflict Prevention - Branch naming convention per agent - Pre-merge checks each agent must run - Automated conflict detection before PR ### 4. Communication Protocol - Inter-agent status update format - Blocking dependency notification template - Completion/handoff message format ### 5. Quality Gates - Per-agent PR checklist - Integration test requirements before merge - Code review assignment rules Output as a TEAM_PROTOCOL.md file ready to drop into the repo root.

2026/4/19

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。