Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计通过

socratic-debate苏格拉底式辩论

Agent Skill

socratic-debate 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

392

周安装

16

GitHub Stars

6

下载量

127
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:socratic-debate(苏格拉底式辩论)
来源仓库:https://github.com/plinde/claude-plugins
仓库路径:skills/socratic-debate
安装命令:
npx skills add https://github.com/plinde/claude-plugins --skill socratic-debate
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/plinde/claude-plugins --skill socratic-debate

简介

socratic-debate 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词、任务场景或来源线索进行信息检索和筛选的场景。
  • 通过苏格拉底式提问方式引导信息获取,帮助 Agent 更精准地找到所需内容。
  • 安装命令:npx skills add https://github.com/plinde/claude-plugins --skill socratic-debate
  • 使用前请确认权限范围和维护状态,注意可能涉及联网或文件操作

SKILL.md

Socratic Debate Framework

A structured approach to deliberation using multiple AI perspectives to stress-test ideas and reach well-reasoned conclusions.

When to Use

  • Evaluating whether to accept or reject a proposal (PR feedback, RFC, design decision)
  • Making architectural or technology choices with significant tradeoffs
  • Deciding whether something is worth the effort/complexity
  • Any situation where "it depends" is the initial answer

The Four Perspectives

1. Advocate FOR (Proponent)

Role: Make the strongest possible case in favor of the position.

Mindset:

  • Assume the proposal has merit and find the best reasons why
  • Consider benefits that may not be immediately obvious
  • Think about precedent, standards, and long-term implications
  • Acknowledge weaknesses only if doing so strengthens credibility

Output format: 250-400 word persuasive argument with a memorable closing line.

2. Advocate AGAINST (Devil's Advocate)

Role: Stress-test the idea by making the strongest counterargument.

Mindset:

  • Look for hidden costs, complexity, or unintended consequences
  • Question whether the problem being solved is overstated
  • Identify alternative approaches that might be simpler
  • Consider opportunity cost and what else could be done instead

Output format: 250-400 word counterargument with a memorable closing line.

Important: The goal is constructive challenge, not dismissal. A good devil's advocate helps strengthen ideas.

3. Neutral Analyst

Role: Objectively weigh both sides and identify the key tradeoffs.

Mindset:

  • Remain impartial while still being willing to draw conclusions
  • Identify where the debaters agree (often more than expected)
  • Surface context or constraints that affect the decision
  • Consider hybrid approaches or middle grounds

Output format:

  1. Balanced analysis (200 words)
  2. Tradeoffs table (if applicable)
  3. Preliminary verdict with confidence level (low/medium/high)

4. Scribe/Moderator

Role: Synthesize all perspectives into a coherent summary and final verdict.

Responsibilities:

  • Extract the most compelling points from each perspective
  • Identify areas of agreement across all three debaters
  • Resolve conflicts by weighing evidence quality
  • Deliver a clear, actionable recommendation

Output format:

## Socratic Debate Summary

### Topic
[Original question/topic]

### FOR (Proponent)
[Key points summarized]

### AGAINST (Devil's Advocate)
[Key points summarized]

### NEUTRAL (Analyst)
[Key tradeoffs identified]

### Points of Agreement
[What all perspectives agreed on]

### Moderator's Verdict
**Recommendation:** [accept/reject/modify/defer]
**Confidence:** [low/medium/high]
**Key Factor:** [The decisive consideration]

### Suggested Next Steps
[If applicable]

Debate Principles

Intellectual Honesty

  • Debaters should make their best arguments, not strawmen
  • Acknowledge strong points from other perspectives
  • Distinguish between facts, interpretations, and opinions

Steelmanning

  • Each perspective should address the strongest version of opposing arguments
  • Avoid attacking weak or irrelevant points
  • Give credit where due

Actionable Outcomes

  • The goal is a decision, not endless deliberation
  • Every debate should end with a clear recommendation
  • Include confidence levels to indicate certainty

Appropriate Scope

  • Focus on the specific question at hand
  • Avoid scope creep into tangential issues
  • Time-box arguments to maintain focus

Example Debate Topics

CategoryExample Topic
Code Review"Should we require this change before merging?"
Architecture"Should we adopt microservices for this system?"
Process"Is the added ceremony of RFCs worth it for this team?"
Technology"Should we migrate from X to Y?"
Prioritization"Is this bug fix more urgent than feature work?"

Anti-Patterns to Avoid

  1. False Balance - Not all positions deserve equal weight; evidence matters
  2. Analysis Paralysis - The goal is a decision, not perpetual debate
  3. Bikeshedding - Don't let low-stakes issues consume debate resources
  4. Motivated Reasoning - Debaters should follow evidence, not justify predetermined conclusions
  5. Ignoring Context - Recommendations should account for real-world constraints

Output Behavior

Default: Local reasoning, silent action

By default, the debate reasoning is shown locally to the user (full FOR/AGAINST/ANALYST/MODERATOR output in the conversation), but consensus fixes are applied silently — no debate summary is posted to PRs, issues, or external systems. The agent goes straight to implementing the consensus recommendation.

This means:

  • The user sees the full deliberation process in their terminal
  • External artifacts (PRs, commits, comments) reflect only the outcome, not the process
  • Commit messages and PR descriptions should describe *what* changed, not *why the debate concluded X*

Override: Post reasoning externally

If the user explicitly asks to share the debate reasoning (e.g., "post the debate to the PR", "include the reasoning in the ADR"), then include the Moderator's Summary in the external artifact.

Integration with Workflows

The Socratic debate format works well for:

  • Code/skill review - Debate quality, then apply consensus fixes directly
  • PR Reviews - Debate review feedback, then post only actionable comments (not the debate itself)
  • ADRs - Include debate summary in "Considered Alternatives" only if explicitly requested
  • RFCs - Use as structured feedback before approval
  • Retrospectives - Debate proposed process changes
  • Incident Reviews - Evaluate proposed preventive measures

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

29.33%
按下载量换算37

Cursor

19.71%
按下载量换算25

trae

17.85%
按下载量换算23

Antigravity

12.78%
按下载量换算16

qwen-code

7.09%
按下载量换算9

Claude Code

2.86%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/plinde/claude-plugins --skill socratic-debate;npx skills add plinde/claude-plugins --skill "socratic-debate" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills