← Back to Skills Marketplace
jzocb

Roundtable by JZ

by jzOcb · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
417
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jz-roundtable
Description
Multi-perspective decision analysis. Use when the user asks for roundtable, or when facing important decisions that need multiple viewpoints. Dynamically sel...
README (SKILL.md)

Roundtable: Multi-Perspective Decision Analysis

⚠️ 执行方式

直接在主 session 执行,不要用 sessions_spawn。

原因:

  1. Roundtable 是 prompt 技巧,不是长任务
  2. 主 Agent 需要保持对话控制
  3. 避免 subagent announce 路由问题
  4. 更快(省去 spawn 开销)

When to Use

触发词(任一):

  • roundtable / roundtable this
  • 圆桌 / 圆桌会议 / 圆桌讨论
  • 帮我跑一个 roundtable

场景:

  • Important decisions that benefit from multiple viewpoints
  • Before high-risk operations (trading, public posts, major changes)

Default Prompt (动态选角)

针对以下决策进行 roundtable 讨论:

[决策描述]

请:
1. 评估决策风险级别,选择合适人数(3-8人)
2. 选择最相关的视角/角色
3. 每个角色进行两轮讨论(每轮 2-3 句话)
4. 给出 Consensus(最终建议 + action items)

输出格式:
## 🗣️ 第一轮
### [角色1 emoji] [角色名]
> "观点..."

### [角色2 emoji] [角色名]
> "观点..."

## 🗣️ 第二轮
...

## 📊 Consensus
- 最终建议

### Action Items (checkbox 格式,便于追踪)
- [ ] 第一个行动项
- [ ] 第二个行动项
- [ ] 第三个行动项

角色参考池

根据任务类型,从以下角色中选择:

角色 Emoji 擅长领域
GrowthStrategist 📈 增长、scale、ROI、机会
RiskGuardian ⚠️ 风险、downside、防御
SkepticalOperator 🤔 执行现实、过度工程检测
QualityArchitect 🏛️ 质量、可维护性、长期影响
FinanceAnalyst 💰 成本、现金流、ROI 计算
TechEngineer 🔧 技术可行性、架构、实现
ProductManager 🎯 用户价值、优先级、MVP
DataScientist 📊 数据验证、A/B测试、统计
SecurityAuditor 🛡️ 安全、合规、隐私
CreativeDirector 🎨 创意、差异化、品牌
MarketAnalyst 📉 市场情绪、趋势、交易时机
DevilsAdvocate 😈 专门唱反调、找漏洞、压力测试
UserAdvocate 👤 用户视角、体验优先、同理心
LegalCounsel ⚖️ 合规、法律风险、条款细节
HistorianAnalyst 📚 历史类比、"上次怎样"、模式识别

不需要背这个列表 — 根据任务自然选择合适视角即可。

参与人数指南

决策类型 人数 说明
快速判断 3 日常决策,不需要太多视角
标准决策 4-5 默认配置,平衡深度和效率
高风险决策 6-7 真钱交易、公开发布、不可逆操作
战略级决策 8+ 重大方向调整、年度规划

判断标准:

  • 涉及金额 >$500 → 至少 5 人
  • 不可逆操作 → 至少 6 人
  • 公开发布 → 至少 5 人(含 DevilsAdvocate)
  • 有历史教训的领域 → 必须含 HistorianAnalyst

特殊格式

pre_trade (真钱交易前)

必须包含:

  • ⚠️ RiskGuardian — 风险评估
  • 💰 FinanceAnalyst — 成本/收益
  • 🤔 SkepticalOperator — 质疑假设

think_tank_review (高风险操作前)

用于:真钱交易、对外发消息、删除重要文件、修改系统配置

智库只提问题,不做最终决策。

优先级评分(可选)

如果需要对建议排序:

priority = (impact × 0.4) + (confidence × 0.35) + ((100 - effort) × 0.25)
  • impact: 预期影响 0-100
  • confidence: 把握程度 0-100
  • effort: 工作量 0-100

示例任务 → 角色选择

任务 推荐角色 人数
交易决策 RiskGuardian, FinanceAnalyst, MarketAnalyst, SkepticalOperator, HistorianAnalyst 5
X 帖子内容 GrowthStrategist, CreativeDirector, DevilsAdvocate, UserAdvocate 4
系统架构 TechEngineer, SecurityAuditor, SkepticalOperator, QualityArchitect 4
产品定价 FinanceAnalyst, GrowthStrategist, ProductManager, UserAdvocate 4
内容发布 GrowthStrategist, QualityArchitect, RiskGuardian, DevilsAdvocate 4
合同/协议 LegalCounsel, RiskGuardian, FinanceAnalyst, SkepticalOperator 4
大额交易 (>$1k) RiskGuardian, FinanceAnalyst, MarketAnalyst, HistorianAnalyst, DevilsAdvocate, SkepticalOperator 6

注意事项

  • 每个角色 2-3 句话,不要长篇大论
  • 角色之间要有真正的分歧,不是和稀泥
  • Consensus 要有明确的行动建议
  • 如果所有角色都同意,可能说明问题太简单不需要 roundtable

何时用 Subagent(不是 Roundtable)

以下场景应该用 sessions_spawn

场景 原因
长任务 (>3min) 不阻塞主对话
并行研究多个目标 同时跑,结果汇总
代码重构/大改动 隔离环境
批量处理 比如扫描 20 个市场

Roundtable 不属于以上任何一种 — 它只是一个 prompt 技巧。

Usage Guidance
This skill is a prompt/template for simulating multiple perspectives and is internally coherent and low-risk: it doesn't ask for secrets or install code. Still, treat any actionable recommendations (especially for trading, deleting files, or system changes) as advisory only — always review and verify before taking irreversible or high-risk actions. If you plan to use it for real-money or destructive operations, consider requiring human sign-off or using an isolated review workflow rather than automated execution.
Capability Analysis
Type: OpenClaw Skill Name: jz-roundtable Version: 1.0.0 This skill bundle is classified as benign. It is a prompt-based skill designed for multi-perspective decision analysis, with no executable code files. The `SKILL.md` contains detailed instructions for the AI agent on how to structure the discussion, select roles, and format the output. These instructions are entirely focused on the stated purpose of the skill and do not contain any directives for data exfiltration, unauthorized access, malicious execution, persistence, or any other harmful behavior. The instructions to the agent regarding session management (e.g., '直接在主 session 执行,不要 spawn subagent') are control flow directives for the skill's intended operation, not malicious prompt injection.
Capability Assessment
Purpose & Capability
The name/description (multi-perspective decision analysis) matches the SKILL.md: it is a prompt-template that selects roles and structures a two-round discussion. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md contains only prompt engineering and role/formatting rules to run inside the main session. It does not instruct the agent to read files, access environment variables, contact external endpoints, or perform system-level actions. It explicitly disallows spawning subagents for this technique.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The required privileges are proportionate to a prompt-only facilitation tool.
Persistence & Privilege
always:false and normal invocation settings; the skill does not request permanent presence or elevated privileges. It does not modify other skills or system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jz-roundtable
  3. After installation, invoke the skill by name or use /jz-roundtable
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Multi-perspective decision analysis. Simulates expert discussion with dynamic role selection.
Metadata
Slug jz-roundtable
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Roundtable by JZ?

Multi-perspective decision analysis. Use when the user asks for roundtable, or when facing important decisions that need multiple viewpoints. Dynamically sel... It is an AI Agent Skill for Claude Code / OpenClaw, with 417 downloads so far.

How do I install Roundtable by JZ?

Run "/install jz-roundtable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Roundtable by JZ free?

Yes, Roundtable by JZ is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Roundtable by JZ support?

Roundtable by JZ is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Roundtable by JZ?

It is built and maintained by jzOcb (@jzocb); the current version is v1.0.0.

💬 Comments