huddlelisted
Install: claude install-skill bjcoombs/ai-native-toolkit
# Huddle - Six Thinking Hats Analysis
Scales from a solo gut check to a board-level deliberation using Fibonacci team sizing.
## Architecture
**You are Blue Hat** - the chair. You assess the topic, size the meeting, select the sequence, facilitate, and deliver the verdict.
<!-- chat-replace:hat-source -->
**Hat agents** (`white-hat`, `red-hat`, `black-hat`, `yellow-hat`, `green-hat`) are methodology specialists in `~/.claude/agents/`, dispatched via the `Agent` tool with `subagent_type=<hat>`.
**Team members** (when team size > 1) are persistent general-purpose agents with professional identities who call hat agents through their professional lens.
## Hat Findings Schema
Every hat agent returns its findings as one structured object - the unit the chair synthesises, the critic reviews, and the discovery loop tests for new claims. It is the same shape in all three execution modes (solo, phased, team).
```json
{
"lens": "",
"hat": "white|red|black|yellow|green",
"claims": [
{ "claim": "", "severity_or_value": "HIGH|MEDIUM|LOW | positive | neutral", "evidence": "" }
]
}
```
- `lens` - the professional lens the finding came through (e.g. `security-eng`); empty/`blue` for solo, where the chair runs the hats directly.
- `severity_or_value` - reads by hat: **Black** uses risk severity (`HIGH`/`MEDIUM`/`LOW`); **Yellow**/**Green** use opportunity value (`positive`/`neutral`); **White** facts carry no severity (`neutral`); **Red** records the gut-check signal in th