Parallel Coding Task Brief Generator
Break a complex software feature into parallel, independent coding tasks that multiple AI agents or developers can work on simultaneously without conflicts.
Content
I need to build the following software feature and want to split it into parallel coding tasks: **Feature:** {{feature_description}} **Tech Stack:** {{tech_stack}} **Team Size:** {{team_size}} developers/agents **Timeline:** {{timeline}} Please provide: 1. **Feature Decomposition** - Break the feature into independent sub-tasks - Identify which tasks can run in parallel vs. must be sequential - Flag any shared dependencies or integration points 2. **Parallel Task Briefs** (for each parallel track) - Track name and owner - Specific deliverables (files, functions, APIs) - Input requirements (what this task needs from others) - Output contract (what this task provides to others) - Estimated complexity (S/M/L) 3. **Integration Plan** - Order of merges/integrations - Interface contracts between tracks - Testing checkpoints 4. **Risk Assessment** - Potential conflicts or blockers - Mitigation strategies Format each task brief so it can be handed directly to an AI coding agent like Kilo Code, Tonkotsu, or Amp.
Related Prompts
Code Migration Planner
Creates a detailed migration plan for moving codebases between frameworks, languages, or architectures — with risk assessment, phased steps, and rollback strategy.
Code Documentation Generator
Generate comprehensive documentation for codebases
Code Review Critic
Perform thorough code review with security, performance, and best practices feedback
Few-Shot Learning Prompt Builder
Create effective few-shot learning prompts with examples that teach AI models new tasks quickly.