← ClaudeAtlas

poly-consultlisted

Multi-node consultation protocol for high-leverage decisions. Dispatches the same question to N independent LLM/agent nodes in isolation, then synthesizes their responses into a summa that exposes convergence (high-confidence claims), dissensus (real uncertainty zones), and emergent points (insights no single node produced). Reduces single-node training bias. Supports recursive escalation for stable-state convergence. Use for decisions that propagate via A14 cascade — seed updates, crystallizations, advisory→mechanical promotions, high-visibility copy, lab result interpretation.
GrazianoGuiducci/d-nd-seed · ★ 1 · AI & Automation · score 71
Install: claude install-skill GrazianoGuiducci/d-nd-seed
# Poly-Consult — multi-node consultation with summa synthesis > A single LLM node carries its own training bias and context frame. > For decisions that propagate through the system (A14 cascade), a > single viewpoint reproduces that bias at every downstream node. > Consulting N independent nodes, then synthesizing the responses into > a summa, surfaces what each alone could not: convergence (shared > confidence), dissensus (real uncertainty), and emergence (insights > that arise only at intersection). ## The principle Two observers of the same surface from different angles see different structure — intersections reveal what lies perpendicular to any single angle. This is geometry, not ideology. The skill formalizes that geometry for decisions. The protocol has three operations: 1. **Dispatch**: send the same question + context to N nodes. Each responds without reading the others. Isolation is the constraint that prevents the first responder from anchoring the second. 2. **Synthesize**: extract three structures from the N responses — agreement, disagreement, emergence. Output is not a vote, it is a matrix that preserves dissensus rather than averaging it away. 3. **Escalate** (optional, recursive): send the summa back to the same nodes (or expanded set) and ask the second-order question: "seeing this summa, does your first answer change?" Iterate to stable state. f(f(x)) applied to multi-agent decisions. ## When this skill activates **Trigger signal