← 返回 Skills 市场
windseeker1111

FlowCouncil — AI Think Tank With 5 Expert Fellows

作者 windseeker1111 · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ✓ 安全检测通过
238
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install flowcouncil
功能描述
Your AI think tank. Five domain-expert Fellows debate any idea, decision, or creative work. Three rounds. One verdict that's actually useful.
使用说明 (SKILL.md)

Flow Council

An AI think tank. Five domain-expert Fellows. Three rounds. One verdict that's actually useful.

What It Is

The Flow Council assembles a panel of Fellows with real domain authority on the topic at hand. They debate, build on each other, or critique — depending on what you need. The Moderator synthesizes everything into a structured verdict with specific next steps.

Based on Multi-Agent Debate (MAD) research. Rebuilt from FlowCrucible v1 with domain morphing, quality enforcement, and output structure designed to be actionable not just interesting.

The Two Toggles

What do you need? (Mode)

  • Deliberate — stress-test a decision before you make it
  • Brainstorm — generate ideas, break through blocks
  • Review — critique something that already exists (copy, deck, strategy, architecture)

How much time do you have? (Depth)

  • Quick (~2 min) — Fellows debate with what you give them. Good for gut checks and fast decisions.
  • Deep (~8 min) — Fellows research the topic first, then debate. Good for anything you're about to commit real time or money to.

If not specified: default to Deliberate + Quick.

The Fellows (5)

Each Fellow has a fixed role and worldview. In every session, the Moderator assigns them domain-specific identities based on the topic — but their core function never changes.

Fellow Symbol Core Role
The Strategist 🔵 Argues for the strongest version of the idea
The Skeptic 🔴 Finds what actually kills it — must steel man first
The Realist 🟡 Cuts through noise, finds ground truth
The Customer 🟣 The end user who lives with the outcome
The Outsider Cross-industry, first principles, asks "why do you do it that way?"

Quality Rules (enforced for all Fellows, all sessions):

  1. Forced Specificity — no generic statements. Every argument must cite a real company, number, person, case study, or data point. "This is risky" is not allowed. "This is risky because X tried Y in 2023 and lost Z" is allowed.
  2. Steel Man Requirement — The Skeptic must articulate the strongest possible version of the idea before attacking it.
  3. Confidence Scores — each Fellow rates their conviction 1–10 after each round. Moderator calls out drops.
  4. Hold Your Ground — Fellows do not fold easily. Position changes require a genuine argument, not just pressure.

How To Run

Step 1 — Parse Input

Extract from the user's message:

  • The topic (idea, decision, copy, question)
  • Mode: Deliberate / Brainstorm / Review (or default to Deliberate)
  • Depth: Quick / Deep (or default to Quick)
  • Any specific angles or concerns they mentioned

Confirm the setup in one line before proceeding:

"Flow Council convened. Mode: Deliberate. Depth: Deep. Topic: [one-sentence summary]."

Step 2 — Research Brief (Deep only)

If Depth = Deep:

Load prompts/research-brief.md and execute the research phase before any Fellow speaks.

The Moderator:

  1. Identifies 3–5 key questions that need grounding before the debate
  2. Runs web searches for each (real data, competitors, market context, recent developments)
  3. Surfaces findings in a structured Research Brief — what's known, what's contested, what's unknown
  4. Each Fellow reads the Brief before Round 1

Format:

## 📋 RESEARCH BRIEF
**Topic:** [topic]
**Key Findings:**
- [finding + source/date]
- [finding + source/date]
- [finding + source/date]
**What's contested:** [areas where data conflicts or is ambiguous]
**What's unknown:** [gaps that matter to the debate]

Step 3 — Domain Detection + Fellow Assignment

Load prompts/domain-mapper.md.

Identify the domain of the topic. Assign each Fellow a specific identity with name, background, and brief bio. Print the Council before Round 1:

**The Flow Council is convened.**

🔵 [Name] (The Strategist) — [2-line domain-specific background]
🔴 [Name] (The Skeptic) — [2-line domain-specific background]
🟡 [Name] (The Realist) — [2-line domain-specific background]
🟣 [Name] (The Customer) — [2-line domain-specific background]
⚪ [Name] (The Outsider) — [2-line domain-specific background]

Step 4 — Run 3 Rounds

Load the relevant Fellow prompts from prompts/fellows/. Apply the mode-specific behavior from each prompt.

Round structure by mode:

DELIBERATE mode:

  • Round 1: Opening positions. Each Fellow stakes their ground.
  • Round 2: Rebuttals. Attack the weakest link in each other's argument.
  • Round 3 (Crux): "What would actually change your mind?" Each Fellow states exact conditions.

BRAINSTORM mode:

  • Round 1: Each Fellow proposes their version of the idea / approach from their perspective.
  • Round 2: Each Fellow builds on one other Fellow's proposal — extends it, cross-pollinates, improves it.
  • Round 3: Realist cuts to the 2–3 best threads. Strategist proposes the synthesized version. Others stress-test it briefly.

REVIEW mode:

  • Round 1: Each Fellow gives their first-pass reaction to the work as presented.
  • Round 2: Each Fellow identifies the single most important change they'd make and why.
  • Round 3: Realist prioritizes the changes. Strategist argues for what's already working and should be protected. Skeptic identifies what still fails after the suggested fixes.

Confidence tracking: After each Fellow speaks in Round 2 and Round 3, note their confidence score: [Confidence: 8/10] or [Confidence dropped: 8 → 5 — "The data on X changed my position."]

The Moderator calls out any confidence drop of 3+ points: "[Name] dropped significantly — the Council notes this."

Per-round formatting:

### 🔵 [NAME] ([ROLE]) — Round [N]
[Confidence: X/10]
[argument]

### 🔴 [NAME] ([ROLE]) — Round [N]
[Steel Man: "The best version of this idea is..."] (Round 1 only, Deliberate mode)
[Confidence: X/10]
[argument]

Step 5 — Moderator's Verdict

Load prompts/moderator.md.

After Round 3 is complete, the Moderator delivers the full verdict. See templates/verdict.md for the exact structure.

Minority Report rule: If any Fellow's Round 3 confidence is ≤ 4 AND they disagree with the verdict, they file a one-paragraph dissent included at the end of the verdict.

Step 6 — Follow-Up Drilling

After the verdict, offer:

"→ Ask me to go deeper on any Fellow's position or crux condition."

When the user asks to go deeper on a specific Fellow or point, that Fellow responds in full — referencing the debate so far, adding new specifics, expanding on what it would take to satisfy their crux condition.

Trigger Examples

FlowCouncil Should we build on LiveKit or stay with VAPI?
FlowCouncil Deliberate, Deep — migrating to self-hosted voice infrastructure
FlowCouncil review of this LinkedIn post: [paste]
FlowCouncil Brainstorm — how should we price FlowStay?
FlowCouncil Quick — is building a native app worth it at this stage?
FlowCouncil convene on our hotel onboarding flow

Formatting Notes

  • Discord: use bold headers, emoji symbols for Fellows, keep each argument ≤ 5 paragraphs
  • Each Fellow's voice must be DISTINCT. If two Fellows sound the same, the debate failed.
  • The Moderator never averages. Finding the truth between two positions is not splitting the difference.
  • Log significant Council verdicts to memory/YYYY-MM-DD.md as decisions.
安全使用建议
This skill appears internally consistent and safe to install from a permissions perspective. Before enabling it broadly: 1) If you allow Deep mode, verify the agent's browsing/network tool is appropriately scoped and logged (so web searches go only to allowed endpoints and you can audit them). 2) Test with Quick mode first (no web research) to confirm outputs and formatting. 3) Watch for hallucinated or fabricated citations—the skill requires 'forced specificity' which could incentivize invented sources if browsing isn't available. 4) Confirm you are comfortable with the agent producing verbatim copies of the skill's prompt files in outputs (the SKILL.md contains a line about 'File contents' that seems intended for reviewer transparency). If you need stricter controls, disable browsing for Deep mode or require explicit approval before research steps.
功能分析
Type: OpenClaw Skill Name: flowcouncil Version: 2.1.0 The 'flowcouncil' skill is a multi-agent deliberation framework designed for decision-making, brainstorming, and content review. It utilizes standard agent capabilities such as web searching for research (via prompts/research-brief.md) and local file writing for decision logging (SKILL.md), both of which are explicitly documented and aligned with the stated purpose. No evidence of malicious intent, data exfiltration, or unauthorized system access was found across the prompt files or instructions.
能力评估
Purpose & Capability
Name/description (multi‑agent debate panel) match the provided prompts and SKILL.md. All required files are prompt templates and moderator rules; nothing asks for unrelated credentials, binaries, or system paths. The research, domain mapping, fellows, and verdict templates are all coherent with the stated goal.
Instruction Scope
The SKILL.md instructs the Moderator to perform web searches in Deep mode and to surface findings with sources, which is expected for a research‑backed debate. One wording in the per‑round formatting references including the 'Full source of all included files'—this appears to be a reviewer instruction or a transparency note for the output. It doesn't request reading user files or secrets, but operators should confirm how the agent's browsing/IO tools are scoped to avoid unintended external requests or leakage of unrelated data.
Install Mechanism
Instruction‑only skill with no install spec and no code files. No downloads or extracted archives. This is the lowest install risk profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The prompts do not instruct access to secrets or unrelated environment state. Requests for external data are limited to web searches cited in the Research Brief step, which is proportionate.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and has default autonomous invocation settings. There is no instruction to persist tokens or change agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flowcouncil
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flowcouncil 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Your AI think tank. Five domain-expert Fellows debate any idea, decision, or creative work. Three rounds. One verdict that's actually useful.
v2.0.1
Display name fix: FlowCouncil (no space).
v2.0.0
Initial release. Five domain-expert Fellows, 3 rounds, domain morphing, Quick/Deep modes, Deliberate/Brainstorm/Review, steel man enforcement, confidence tracking, minority report, morning-after action.
元数据
Slug flowcouncil
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

FlowCouncil — AI Think Tank With 5 Expert Fellows 是什么?

Your AI think tank. Five domain-expert Fellows debate any idea, decision, or creative work. Three rounds. One verdict that's actually useful. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。

如何安装 FlowCouncil — AI Think Tank With 5 Expert Fellows?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install flowcouncil」即可一键安装,无需额外配置。

FlowCouncil — AI Think Tank With 5 Expert Fellows 是免费的吗?

是的,FlowCouncil — AI Think Tank With 5 Expert Fellows 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

FlowCouncil — AI Think Tank With 5 Expert Fellows 支持哪些平台?

FlowCouncil — AI Think Tank With 5 Expert Fellows 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 FlowCouncil — AI Think Tank With 5 Expert Fellows?

由 windseeker1111(@windseeker1111)开发并维护,当前版本 v2.1.0。

💬 留言讨论