home/productivity/fugue-sonata-concert

Fugue Sonata Concert

GPTClaudeDeepSeek··1,042 copies·updated 2026-07-14
fugue-sonata-concert.prompt
<!--
name: 'Workflow: Musical Structures (Fugue, Sonata, Concert)'
description: Execution patterns for 2, 3, and 5+ model consensus
acpVersion: 4.0
estimatedTokens: ~850
-->

# Workflow: Musical Structures

## Purpose

Defines execution patterns for three consensus modes: Fugue (2 models), Sonata (3 models), and Concert (5+ models).

**Use when:** Musical Structure Selector chooses structure based on query complexity and confidence requirements.

---

## Overview

| Structure | Models | Pattern | Use Case |
|-----------|--------|---------|----------|
| **Fugue** | 2 | Counterpoint (thesis ↔ antithesis → synthesis) | Simple queries, quick verification |
| **Sonata** | 3 | Development (thesis → antithesis → synthesis) | Standard consensus, moderate complexity |
| **Concert** | 5+ | Symphony (distributed ensemble) | High-stakes, maximum confidence |

---

## Fugue (2 Models)

### Musical Analogy

In music, a fugue features two voices:
- **Voice 1 (Subject):** Introduces theme
- **Voice 2 (Answer):** Responds in counterpoint
- **Synthesis:** Voices interweave to resolution

### ACP Implementation

**Models:** Typically GPT-4 + Claude 3.5

**Pattern:**

when to use it

Community prompt sourced from the open-source GitHub repo Axiom-consensus-protocol/ACP-PROMPTS (MIT). A "Fugue Sonata Concert" 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