Debug Council: Research-Aligned Self-Consistency Pure implementation of self-consistency (Wang et al., 2022). Each agent receives the raw user prompt and explores/debugs independently . No pre-processing, no shared context. Majority voting selects the answer. Use this for bugs and problems with ONE correct answer. Step 0: Ask User How Many Agents Before doing anything else, ask the user how many solver agents to use : Wait for the user's response. If they specified a number (e.g., "debug council of 5"), use that. Minimum: 3 agents | Maximum: 10 agents --- CRITICAL: Pure Research Alignment Wha…