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
Agentic Code Architect
Generate autonomous agent code with self-correction, planning, and execution capabilities
API Documentation Generator
Generate comprehensive API documentation from code or specifications
Data Visualization Code Generator
Generate interactive data visualizations with multiple chart types from data descriptions
Full-Stack Feature Implementation Plan
Break down a feature into a complete implementation plan with code structure