← Reddit

I built a "Six Hats" skill that runs structured debates inside AI conversations

Reddit · juan_allo · May 1, 2026
An AI practitioner developed a structured debate skill based on the Six Hats method to replace loose brainstorming in AI conversations. The skill applies six distinct perspectives—examining facts, intuition, potential benefits, risks, alternatives, and recommendations—across three sequential rounds before synthesizing findings. Testing the approach on a career decision question produced a phased optionality recommendation rather than generic advice.

Detailed Analysis

A developer in the Claude AI community has built and open-sourced a structured reasoning tool called the "Six Hats" skill, designed to impose Edward de Bono's classic Six Thinking Hats framework onto AI conversations. The tool guides an AI through six distinct cognitive lenses — factual analysis (White Hat), emotional intuition (Red Hat), optimistic evaluation (Yellow Hat), risk assessment (Black Hat), creative alternatives (Green Hat), and executive synthesis (Blue Hat) — across three sequential rounds before producing a final recommendation. The code has been published on GitHub, and the developer demonstrated it on a practical personal decision: whether to transition from frontend development to AI engineering, reportedly receiving a nuanced, phased optionality recommendation rather than a generic motivational response.

The core problem the tool addresses is well-documented among power users of AI assistants: conversational AI systems tend toward affirmative, loosely structured outputs that prioritize coherence and agreeableness over analytical rigor. When users ask open-ended advisory questions, models like Claude often synthesize a pleasant, balanced response without methodically stress-testing assumptions, surfacing counterarguments, or distinguishing between known facts and emotional inference. By externally imposing a structured deliberation protocol, the Six Hats skill effectively constrains the model's output behavior at the prompt level, forcing it to partition its reasoning into discrete, labeled phases rather than blending them into a single impressionistic answer.

This approach represents a broader and growing movement in AI prompt engineering sometimes referred to as "cognitive scaffolding" — the use of structured frameworks, role assignments, or deliberation protocols to elicit more disciplined outputs from large language models. Techniques in this space range from simple chain-of-thought prompting to more elaborate multi-agent debate architectures. The Six Hats implementation sits at an accessible middle ground: it does not require multiple model instances or API orchestration, but it does impose enough sequential structure to functionally simulate adversarial self-critique within a single conversation thread.

The broader significance of this development lies in what it reveals about the current state of AI usability for high-stakes personal and professional decision-making. While foundation models have demonstrated impressive reasoning capabilities, their default conversational behavior is optimized for engagement and helpfulness in ways that can undermine rigorous analysis. Community-built tools like this one — simple, composable, shareable via open-source repositories — represent a form of grassroots "reasoning infrastructure" that supplements what model developers themselves provide. The fact that a single developer can meaningfully improve decision-support quality through prompt-level structuring, without any model fine-tuning, speaks to both the flexibility and the current limitations of AI assistants in their default configurations.

Looking at the trajectory of AI tooling more broadly, structured prompting frameworks are likely to become increasingly formalized. As AI assistants move deeper into domains like strategic planning, medical decision support, and financial analysis, the gap between "fluent response" and "rigorous analysis" will attract sustained attention from both developers and enterprises. The Six Hats skill is a small but illustrative example of how classical decision-science frameworks — many predating the AI era by decades — are finding new relevance as cognitive overlays for language model behavior, suggesting that the future of effective AI-assisted reasoning may be as much about structured human methodology as it is about raw model capability.

Read original article →