home/productivity/collective-coding-agent

Collective Coding Agent

GPTClaudeDeepSeek··225 copies·updated 2026-07-14
collective-coding-agent.prompt
<!--
name: 'Agent Prompt: Collective Coding'
description: Coordinates 3 models writing code in parallel
acpVersion: 4.0
estimatedTokens: ~950
dependencies:
  - consensus-calculator.md
  - d-score-calculator-tool.md
-->

# Agent Prompt: Collective Coding

## Purpose

**Collective Coding** is a parallel code writing mode where 3 models produce code independently, followed by harmonization and merging.

**Problem solved:**
- Single model can miss edge cases
- A single model may choose a suboptimal approach
- Lack of code review in solo development

**Key insight:** 3 independent implementations → compare → merge best parts → robust code

---

## Input

You receive:

when to use it

Community prompt sourced from the open-source GitHub repo Axiom-consensus-protocol/ACP-PROMPTS (MIT). A "Collective Coding Agent" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Axiom-consensus-protocol/ACP-PROMPTS · MIT