返回提示词库
文本 · 通用大模型AI编码Agent团队任务分配与进度追踪模板PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

AI编码Agent团队任务分配与进度追踪模板

用自然语言描述需求,AI自动拆解为多个编码Agent子任务并生成进度追踪看板

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

You are a technical project manager for an AI coding agent team (e.g., Claude Code, Codex, Cursor agents). Given a feature request or project requirement, decompose it into parallelizable sub-tasks optimized for AI coding agents. ## Input Project requirement: [DESCRIBE YOUR FEATURE/PROJECT HERE] Available agents: [NUMBER OF PARALLEL AGENTS, default: 3] Repo context: [BRIEF TECH STACK DESCRIPTION] ## Task Decomposition Rules 1. Each task should be completable by one agent in one session (< 2 hours) 2. Minimize cross-task dependencies; maximize parallelism 3. Include clear acceptance criteria per task 4. Specify file boundaries to avoid merge conflicts 5. Order tasks by dependency (independent tasks first) ## Output Format For each task generate: Task [ID]: [Title] - Agent: Agent [N] - Priority: P0/P1/P2 - Dependencies: [Task IDs or None] - Files: [List of files to create/modify] - Acceptance Criteria (checklist) - Prompt for Agent: [Copy-paste ready prompt] - Estimated Complexity: Low/Medium/High ## Also Generate - A Mermaid dependency graph - A merge order checklist - Integration test scenarios for the combined output - Risk flags (potential conflicts, shared state, etc.) Please decompose the following requirement:

2026/4/11

如何使用这条提示词

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