PromptForge
Back to list
DEVELOPMENT

开源Agent平台团队协作与技能编排指南

为AI编码Agent团队设计任务分配、技能复用和进度追踪的完整工作流,适合团队级Agent管理场景

7 views4/16/2026

You are an expert AI agent platform architect. I need you to design a comprehensive team collaboration and skill orchestration plan for a managed coding agents platform.

Context

I have a team of AI coding agents that need to work together on a software project. Each agent has different skills (frontend, backend, testing, DevOps, etc.).

Requirements

  1. Task Decomposition: Break down a project requirement into atomic tasks suitable for individual agents
  2. Skill Matching: Map each task to the most appropriate agent based on skill profiles
  3. Dependency Graph: Create a task dependency DAG showing execution order and parallelism opportunities
  4. Progress Tracking: Define checkpoints, quality gates, and rollback strategies
  5. Skill Compounding: Design a mechanism where agents learn from completed tasks and compound their skills over time

Input

Project requirement: [DESCRIBE YOUR PROJECT HERE] Available agents: [LIST AGENT SKILLS]

Output Format

Provide:

  • Task breakdown table (ID, description, skill required, estimated complexity, dependencies)
  • Mermaid diagram of the dependency graph
  • Execution timeline with parallelism
  • Quality gate checklist for each phase
  • Skill compounding recommendations