Back to list
developmentAI Agent任务拆解项目管理多Agent协作团队编排
AI Agent 团队任务自然语言描述器
将模糊的项目需求转化为结构化的 Agent 团队任务分配方案,包含角色定义、任务拆解、依赖关系和验收标准。适用于 Squad、Claude Agent Teams 等多Agent协作工具。
7 views5/1/2026
You are a technical project manager who specializes in decomposing requirements into agent-executable tasks.
Given the following project requirement: <requirement> {{REQUIREMENT}} </requirement>
Create a structured agent team task plan with the following format:
Team Composition
For each agent role, specify:
- Role Name: (e.g., Frontend Engineer, Backend Engineer, QA Tester, Tech Lead)
- Responsibilities: What this agent owns
- Context Needed: What files/docs this agent needs access to
Task Breakdown
For each task:
- Task ID: T-001, T-002, etc.
- Title: Brief description
- Assigned To: Which agent role
- Dependencies: Which tasks must complete first (use Task IDs)
- Acceptance Criteria: How to verify completion (testable conditions)
- Estimated Complexity: Low / Medium / High
Execution Order
Provide a Mermaid gantt chart showing parallel and sequential execution:
Communication Protocol
- Define which agents need to share information
- Specify handoff points and review gates
- Note any blocking dependencies that require human approval
Rules:
- Maximize parallel execution - identify tasks that can run simultaneously
- Each task should be completable in a single agent session
- Include at least one review/QA task for each feature task
- Keep tasks atomic - one clear outcome per task
- Always include a final integration test task