Skill · em Automatizar e estender
think-tank
Run a Virtual Think Tank — a structured multi-persona debate — before planning or making architectural/design/strategic decisions. Use this skill whenever the user is about to plan a system, make a technology choice, evaluate trade-offs, decide on an approach, or faces any decision where multiple…
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/skills/productivity/think-tank - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 2 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
2 arquivos · 12,8 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/skills/think-tank/.
d=".claude/skills/think-tank" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/think-tank" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/LICENSE.txt" "$u/LICENSE.txt"
Global: instala em ~/.claude/skills/think-tank/.
d="$HOME/.claude/skills/think-tank" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/think-tank" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/LICENSE.txt" "$u/LICENSE.txt"
Codex
Neste projeto: instala em .agents/skills/think-tank/.
d=".agents/skills/think-tank" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/think-tank" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/LICENSE.txt" "$u/LICENSE.txt"
Global: instala em ~/.agents/skills/think-tank/.
d="$HOME/.agents/skills/think-tank" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/think-tank" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/LICENSE.txt" "$u/LICENSE.txt"
Antigravity
Neste projeto: instala em .agents/skills/think-tank/.
d=".agents/skills/think-tank" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/think-tank" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/LICENSE.txt" "$u/LICENSE.txt"
Global: instala em ~/.gemini/antigravity-cli/skills/think-tank/.
d="$HOME/.gemini/antigravity-cli/skills/think-tank" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/think-tank" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/LICENSE.txt" "$u/LICENSE.txt"
Peça ao Rook
Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.think-tank
Prévia do SKILL.md
---
name: think-tank
description: Run a Virtual Think Tank — a structured multi-persona debate — before planning or making architectural/design/strategic decisions. Use this skill whenever the user is about to plan a system, make a technology choice, evaluate trade-offs, decide on an approach, or faces any decision where multiple perspecti…
---
# Virtual Think Tank
A pre-planning skill that simulates a moderated expert debate to surface trade-offs, blind spots, and perspectives before committing to a plan. Inspired by real think tanks: the output is NOT a single answer but a structured analysis of approaches, trade-offs, and consensus points that helps the human make a better-inf…
## Why This Exists
When facing architectural, strategic, or design decisions, a single perspective (even a well-informed one) tends to gravitate toward conventional wisdom and miss important trade-offs. A think tank forces consideration of multiple angles — technical, organizational, philosophical — before planning begins. The result is …
## How It Works
The think tank uses **multiple personas debating within a single context** — not separate agents. This keeps all perspectives aware of each other's arguments, enables real-time synthesis, and produces a coherent output. The personas argue, concede points, build on each other's ideas, and occasionally surprise everyone …
## Running the Think Tank
### Phase 1: Frame the Decision
Before assembling the panel, clearly understand what's being decided. Ask the user (if not already clear):
1. **What is the decision or problem?** (e.g., "monolith vs microservices for a new e-commerce platform")
2. **What constraints exist?** (team size, timeline, budget, existing systems, regulatory)
3. **What's already been tried or considered?** (avoid rehashing known ground)
4. **What would a successful outcome look like?** (helps the panel focus)
Restate the problem back to the user in a crisp problem statement before proceeding. This ensures the think tank debates the right question.
### Phase 2: Assemble the Panel
Build a panel of 4–6 personas. The composition matters — diversity of perspective is the whole point.
**Panel structure:**
- **1 Moderator** — A knowledgeable, neutral figure who keeps the debate focused, synthesizes, and pushes for clarity. Pick someone known for balanced analysis in the relevant domain. The moderator opens and closes the session, asks provocative follow-up questions, and calls out when panelists are talking past each oth…
…