Back to prompt library
Text · General-purpose LLMAI Coding Agent Team Task Assignment and Progress Tracking TemplatePW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

AI Coding Agent Team Task Assignment and Progress Tracking Template

Describe requirements in natural language; AI automatically breaks them down into subtasks for multiple coding agents and generates a progress tracking dashboard.

14Views
Full promptReplace variables in braces, then use it directly

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:

4/11/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.