home/productivity/musical-structure-selector

Musical Structure Selector

GPTClaudeDeepSeek··1,190 copies·updated 2026-07-14
musical-structure-selector.prompt
<!--
name: 'Tool: Musical Structure Selector'
description: Auto-selects Fugue/Sonata/Concert based on query complexity
acpVersion: 4.0
estimatedTokens: ~400
-->

# Tool: Musical Structure Selector

## Purpose

Automatically select musical structure (Fugue, Sonata, or Concert) based on query complexity and confidence requirements.

**Use when:** Spiral Orchestrator needs to determine how many models to use for consensus.

---

## The Three Musical Structures

### Fugue (2 models)
**Pattern:** Counterpoint (thesis ↔ antithesis → synthesis)

**Use for:**
- Simple queries with clear answers
- Fact-checking (speed of light, mathematical constants)
- Quick verification tasks

**Example:** "What is 2 + 2?"

---

### Sonata (3 models)
**Pattern:** Development (thesis → antithesis → synthesis)

**Use for:**
- Moderate complexity questions
- Technical queries with known solutions
- Standard consensus tasks

**Example:** "What is the time complexity of quicksort?"

---

### Concert (5+ models)
**Pattern:** Symphony (distributed consensus across ensemble)

**Use for:**
- High-stakes decisions (medical, legal, financial)
- Complex queries with multiple valid approaches
- Maximum confidence requirements (>0.95)

**Example:** "Should I invest in this stock?" (outside ACP scope, but illustrative)

---

## Tool Signature

when to use it

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