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
AI Agent Architecture Planner
Design a multi-agent AI system architecture for any use case
AI Model Fine-Tuning Dataset Brief Generator
Generates a structured brief and example training data pairs for fine-tuning an LLM on a specific task, persona, or domain.
Chain-of-Thought Reasoning Generator
Generate step-by-step reasoning prompts that guide AI models through complex problem-solving with explicit logical steps.
API Endpoint Designer
Design RESTful API endpoints with proper naming, methods, and documentation