jpskill.com
📦 その他 コミュニティ

reasoning-dialectical

対立する意見や異なる視点を、段階的に整理・統合することで、関係者の合意形成やトレードオフを考慮した、よりバランスの取れた結論を導き出すSkill。

📜 元の英語説明(参考)

Synthesize competing positions through structured thesis-antithesis-synthesis process. Use when stakeholders disagree, trade-offs exist, or multiple valid perspectives need integration. Produces integrated positions with acknowledged trade-offs.

🇯🇵 日本人クリエイター向け解説

一言でいうと

対立する意見や異なる視点を、段階的に整理・統合することで、関係者の合意形成やトレードオフを考慮した、よりバランスの取れた結論を導き出すSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o reasoning-dialectical.zip https://jpskill.com/download/17499.zip && unzip -o reasoning-dialectical.zip && rm reasoning-dialectical.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17499.zip -OutFile "$d\reasoning-dialectical.zip"; Expand-Archive "$d\reasoning-dialectical.zip" -DestinationPath $d -Force; ri "$d\reasoning-dialectical.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して reasoning-dialectical.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → reasoning-dialectical フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

弁証法的推論

対立する見解を、より高次の解決策へと統合します。生産的な意見の相違の論理です。

型シグネチャ

Dialectical : Thesis → Antithesis → Synthesis

ここで:
  Thesis     : Position × Evidence × Stakeholder → ArgumentA
  Antithesis : ArgumentA → CounterPosition × Evidence × Stakeholder → ArgumentB
  Synthesis  : (ArgumentA, ArgumentB) → IntegratedPosition × Tradeoffs

どのような時に使うか

以下の場合に弁証法を使用します:

  • 関係者が対立する有効な立場をとっている場合
  • トレードオフを明示的に分析する必要がある場合
  • 戦略的な緊張の解消が必要な場合
  • 複数の視点それぞれにメリットがある場合
  • 「一方では...他方では」という状況

以下の場合には使用しないでください:

  • 因果連鎖が必要な場合 → Causal を使用
  • 観察の説明 → Abductive を使用
  • 過去の決定の評価 → Counterfactual を使用

中核となる原則

好意的な解釈

それぞれの立場は、最も強い形で表現されなければなりません。

  • スティールマン(擁護)であり、ストローマン(藁人形論法)であってはならない
  • 誠意と有効な推論を前提とする
  • それぞれの見解における真実の核を特定する

真の統合

統合は以下ではありません。

  • 妥協(中間点での分割)
  • 勝利(一方の側が勝つ)
  • 回避(決定の延期)

統合とは以下です。

  • より高いレベルの抽象化における統合
  • 根本的な懸念に対処する解決策
  • 元の枠組みを超える新しい立場

3段階のプロセス

ステージ 1: Thesis(テーゼ)

目的: 最初の立場を最大限の強さで明確にすること。

構成要素:

thesis:
  position: 
    statement: "行われている中心的な主張"
    underlying_concern: "この立場が本当に伝えたいこと"

  stakeholder:
    who: "この見解を持つ人/チーム"
    role: "彼らの組織における役割"
    incentives: "彼らが最適化するもの"

  evidence:
    supporting:
      - claim: "証拠となるポイント"
        source: "その出所"
        strength: 0.0-1.0
    empirical: [DataPoint]
    logical: [Argument]

  implications:
    if_adopted: "この方法を採用した場合に起こること"
    risks: [Risk]
    benefits: [Benefit]

例:

thesis:
  position:
    statement: "SMB の成長よりもエンタープライズ機能を優先すべきである"
    underlying_concern: "収益の集中と取引規模の効率"

  stakeholder:
    who: "営業リーダーシップ"
    role: "収益の創出"
    incentives: "ARR、取引規模、ノルマ達成"

  evidence:
    supporting:
      - claim: "エンタープライズ取引の平均は 40 万ドル、SMB は 5 千ドル"
        source: "第3四半期の販売データ"
        strength: 0.95
      - claim: "収益 1 ドルあたりの販売コストはエンタープライズの方が 5 倍低い"
        source: "CAC 分析"
        strength: 0.85
    empirical:
      - "3 件のエンタープライズ取引 = SMB の総収益"
      - "エンタープライズのチャーン率は 3% 、SMB は 8%"

  implications:
    if_adopted: "エンジニアリングをエンタープライズ機能に集中させ、SMB への投資を削減する"
    risks: 
      - "SMB 市場を競合他社に奪われる"
      - "収益集中リスク"
    benefits:
      - "より高い利益率"
      - "より大きな平均取引規模"

ステージ 2: Antithesis(アンチテーゼ)

目的: 反対の立場を最大限の強さで明確にすること。

プロセス:

  1. テーゼが見落としている点、または過小評価している点を特定する
  2. 反対の意見を持つ関係者を見つける
  3. 代替案に対する最も強力なケースを構築する
  4. テーゼの前提が崩れる場所を特定する

構成要素:

antithesis:
  position:
    statement: "反対の主張"
    underlying_concern: "この立場が本当に伝えたいこと"

  stakeholder:
    who: "この見解を持つ人/チーム"
    role: "彼らの組織における役割"
    incentives: "彼らが最適化するもの"

  critique_of_thesis:
    - assumption_challenged: "テーゼは X を前提としている"
      counter_evidence: "しかし実際には Y"
    - risk_identified: "テーゼは Z を無視している"

  evidence:
    supporting: [EvidencePoint]
    empirical: [DataPoint]
    logical: [Argument]

  implications:
    if_adopted: "この方法を採用した場合に起こること"
    risks: [Risk]
    benefits: [Benefit]

例:

antithesis:
  position:
    statement: "SMB のボリュームは、持続可能な成長の基盤を築く"
    underlying_concern: "市場での存在感、製品の反復、リスク分散"

  stakeholder:
    who: "プロダクトリーダーシップ"
    role: "プロダクトマーケットフィットと成長"
    incentives: "使用状況、リテンション、機能の検証"

  critique_of_thesis:
    - assumption_challenged: "エンタープライズ機能が成長を促進する"
      counter_evidence: "SMB の使用状況は、製品に関する洞察を 10 倍速く生成する"
    - assumption_challenged: "収益の集中は許容できる"
      counter_evidence: "1 件のエンタープライズ取引の損失 = 80 件の SMB アカウントの損失"
    - risk_identified: "エンタープライズの販売サイクルは 9 か月"

  evidence:
    supporting:
      - claim: "SMB アカウントは機能リクエストの 80% を生成する"
        source: "製品フィードバック分析"
        strength: 0.90
      - claim: "SMB はより高速な反復サイクルを提供する"
        source: "リリース指標"
        strength: 0.85
    empirical:
      - "SMB のチャーン予測精度は 95% 、エンタープライズは 60%"
      - "SMB のフィードバックによる製品改善は 2 週間で出荷された"

  implications:
    if_adopted: "SMB への投資を維持し、製品ラボとして使用する"
    risks:
      - "短期的な収益成長の鈍化"
      - "全体的な利益率の低下"
    benefits:
      - "多様な収益基盤"
      - "より高速な製品反復"
      - "より低い集中リスク"

ステージ 3: Synthesis(ジンテーゼ)

目的: より高いレベルで立場を統合し、根本的な緊張を解消すること。

統合のアプローチ:

アプローチ どのような時に使うか
統合 両方の立場が有効な懸念に対処する場合 "エンタープライズ収益 + 製品ラボとしての SMB"
シーケンシング 時間的な解決策が可能な場合 "PMF のために最初に SMB、次にエンタープライズ規模"
セグメンテーション 異なるコンテキストで異なるアプローチが必要な場合 "製品 X には SMB、製品 Y にはエンタープライズ"
リフレーミング 元の二分法が誤っていた場合 "本当の問題は SMB 対 エンタープライズではなく、time-to-value である"
**超越

(原文がここで切り詰められています)

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Dialectical Reasoning

Synthesize opposing views into higher-order resolution. The logic of productive disagreement.

Type Signature

Dialectical : Thesis → Antithesis → Synthesis

Where:
  Thesis     : Position × Evidence × Stakeholder → ArgumentA
  Antithesis : ArgumentA → CounterPosition × Evidence × Stakeholder → ArgumentB
  Synthesis  : (ArgumentA, ArgumentB) → IntegratedPosition × Tradeoffs

When to Use

Use dialectical when:

  • Stakeholders hold opposing valid positions
  • Trade-offs need explicit analysis
  • Strategic tension requires resolution
  • Multiple perspectives each have merit
  • "On one hand... on the other" situations

Don't use when:

  • Cause-effect chain needed → Use Causal
  • Explaining observation → Use Abductive
  • Evaluating past decisions → Use Counterfactual

Core Principles

Charitable Interpretation

Each position must be represented at its strongest:

  • Steel-man, don't straw-man
  • Assume good faith and valid reasoning
  • Identify the kernel of truth in each view

Genuine Synthesis

Synthesis is NOT:

  • Compromise (splitting the difference)
  • Victory (one side wins)
  • Avoidance (postpone decision)

Synthesis IS:

  • Integration at higher level of abstraction
  • Resolution that addresses underlying concerns
  • New position that transcends original framing

Three-Stage Process

Stage 1: Thesis

Purpose: Articulate first position at maximum strength.

Components:

thesis:
  position: 
    statement: "Core claim being made"
    underlying_concern: "What this position is really about"

  stakeholder:
    who: "Person/team holding this view"
    role: "Their organizational function"
    incentives: "What they optimize for"

  evidence:
    supporting:
      - claim: "Evidence point"
        source: "Where this comes from"
        strength: 0.0-1.0
    empirical: [DataPoint]
    logical: [Argument]

  implications:
    if_adopted: "What happens if we go this way"
    risks: [Risk]
    benefits: [Benefit]

Example:

thesis:
  position:
    statement: "We should prioritize enterprise features over SMB growth"
    underlying_concern: "Revenue concentration and deal size efficiency"

  stakeholder:
    who: "Sales leadership"
    role: "Revenue generation"
    incentives: "ARR, deal size, quota attainment"

  evidence:
    supporting:
      - claim: "Enterprise deals average $400K vs SMB $5K"
        source: "Q3 sales data"
        strength: 0.95
      - claim: "Sales cost per $ revenue 5x lower for enterprise"
        source: "CAC analysis"
        strength: 0.85
    empirical:
      - "3 enterprise deals = entire SMB revenue"
      - "Enterprise churn 3% vs SMB 8%"

  implications:
    if_adopted: "Focus engineering on enterprise features, reduce SMB investment"
    risks: 
      - "Lose SMB market to competitors"
      - "Revenue concentration risk"
    benefits:
      - "Higher margins"
      - "Larger average deal"

Stage 2: Antithesis

Purpose: Articulate counter-position at maximum strength.

Process:

  1. Identify what thesis misses or undervalues
  2. Find stakeholder with opposing view
  3. Build strongest case for alternative
  4. Identify where thesis assumptions break

Components:

antithesis:
  position:
    statement: "Counter claim"
    underlying_concern: "What this position is really about"

  stakeholder:
    who: "Person/team holding this view"
    role: "Their organizational function"
    incentives: "What they optimize for"

  critique_of_thesis:
    - assumption_challenged: "Thesis assumes X"
      counter_evidence: "But actually Y"
    - risk_identified: "Thesis ignores Z"

  evidence:
    supporting: [EvidencePoint]
    empirical: [DataPoint]
    logical: [Argument]

  implications:
    if_adopted: "What happens if we go this way"
    risks: [Risk]
    benefits: [Benefit]

Example:

antithesis:
  position:
    statement: "SMB volume creates the foundation for sustainable growth"
    underlying_concern: "Market presence, product iteration, and risk distribution"

  stakeholder:
    who: "Product leadership"
    role: "Product-market fit and growth"
    incentives: "Usage, retention, feature validation"

  critique_of_thesis:
    - assumption_challenged: "Enterprise features drive growth"
      counter_evidence: "SMB usage generates product insights 10x faster"
    - assumption_challenged: "Revenue concentration is acceptable"
      counter_evidence: "Losing 1 enterprise deal = losing 80 SMB accounts"
    - risk_identified: "Enterprise sales cycle is 9 months"

  evidence:
    supporting:
      - claim: "SMB accounts generate 80% of feature requests"
        source: "Product feedback analysis"
        strength: 0.90
      - claim: "SMB provides faster iteration cycles"
        source: "Release metrics"
        strength: 0.85
    empirical:
      - "SMB churn prediction accuracy 95% vs enterprise 60%"
      - "Product improvements from SMB feedback shipped in 2 weeks"

  implications:
    if_adopted: "Maintain SMB investment, use as product lab"
    risks:
      - "Slower revenue growth short-term"
      - "Lower margin overall"
    benefits:
      - "Diversified revenue base"
      - "Faster product iteration"
      - "Lower concentration risk"

Stage 3: Synthesis

Purpose: Integrate positions at higher level, resolving underlying tensions.

Synthesis Approaches:

Approach When to Use Example
Integration Both positions address valid concerns "Enterprise revenue + SMB as product lab"
Sequencing Temporal resolution possible "SMB first for PMF, then enterprise scale"
Segmentation Different contexts warrant different approaches "SMB for product X, Enterprise for product Y"
Reframing Original dichotomy was false "The real question isn't SMB vs Enterprise, it's time-to-value"
Transcendence Higher goal subsumes both "Optimize for sustainable unit economics regardless of segment"

Synthesis Components:

synthesis:
  integrated_position:
    statement: "What we will actually do"
    framing: "How this resolves the tension"

  how_thesis_is_addressed:
    concern_validated: "What's true about thesis"
    how_incorporated: "How we address that concern"

  how_antithesis_is_addressed:
    concern_validated: "What's true about antithesis"
    how_incorporated: "How we address that concern"

  trade_offs_acknowledged:
    - trade_off: "What we're giving up"
      mitigation: "How we reduce impact"
      accepted_by: "Stakeholder who accepts this"

  resolution_type: integration | sequencing | segmentation | reframing | transcendence

  implementation:
    actions: [Action]
    metrics: [Metric]  # How we know it's working
    review_date: date  # When we reassess

Example:

synthesis:
  integrated_position:
    statement: "SMB as rapid learning engine, enterprise as revenue engine, 
                with explicit feature graduation path"
    framing: "Not SMB vs Enterprise, but learning velocity vs revenue efficiency 
              with a bridge between them"

  how_thesis_is_addressed:
    concern_validated: "Enterprise deals are more efficient per dollar"
    how_incorporated: "Maintain enterprise sales motion, prioritize enterprise 
                       features that have been validated through SMB"

  how_antithesis_is_addressed:
    concern_validated: "SMB generates faster product learning"
    how_incorporated: "Protect SMB investment as product lab, use SMB metrics 
                       to prioritize enterprise features"

  trade_offs_acknowledged:
    - trade_off: "Some enterprise-only features will ship slower"
      mitigation: "Identify 'must have' enterprise features, fast-track those"
      accepted_by: "Sales leadership (with fast-track list)"

    - trade_off: "Some SMB features won't graduate to enterprise"
      mitigation: "Clear graduation criteria defined upfront"
      accepted_by: "Product leadership (with criteria agreement)"

  resolution_type: integration

  implementation:
    actions:
      - "Define feature graduation criteria (Product + Sales)"
      - "Create SMB → Enterprise feature pipeline"
      - "Allocate 60% engineering to graduated features, 40% to SMB lab"
    metrics:
      - "SMB feature graduation rate (target: 3/month)"
      - "Enterprise close rate on graduated features (target: +20%)"
      - "Combined revenue growth (target: 30% QoQ)"
    review_date: "End of Q2"

Quality Gates

Gate Requirement Failure Action
Thesis strength Steel-manned, evidence-backed Strengthen before proceeding
Antithesis genuine Not straw-man, different stakeholder Find genuine opposition
Synthesis integrative Not compromise or victory Reframe until true synthesis
Trade-offs explicit All parties acknowledge costs Surface hidden disagreements
Actionable Concrete next steps Add implementation detail

Stakeholder Agreement Protocol

Synthesis isn't complete until affected stakeholders acknowledge:

  1. Their concern was understood (thesis/antithesis accurately represented)
  2. The synthesis addresses their core interest (not just their stated position)
  3. They accept the trade-offs (explicitly, not assumed)
stakeholder_acknowledgment:
  thesis_stakeholder:
    name: "Sales leadership"
    concern_understood: true
    synthesis_addresses_concern: true
    accepts_trade_offs: true
    conditions: "Fast-track list for critical enterprise features"

  antithesis_stakeholder:
    name: "Product leadership"
    concern_understood: true
    synthesis_addresses_concern: true
    accepts_trade_offs: true
    conditions: "Clear graduation criteria before implementation"

Common Failure Modes

Failure Symptom Fix
False dichotomy Positions aren't truly opposed Reframe the actual tension
Straw-man Weak representation of one side Involve actual stakeholder
Mushy middle Synthesis is just "do both" Force resource allocation
Unacknowledged loss Trade-offs hidden Surface what's being given up
No implementation Synthesis is abstract Add concrete actions

Output Contract

dialectical_output:
  thesis:
    position: string
    stakeholder: string
    evidence: [EvidencePoint]
    strength: float  # 0.0-1.0

  antithesis:
    position: string
    stakeholder: string
    evidence: [EvidencePoint]
    strength: float

  synthesis:
    position: string
    resolution_type: string
    confidence: float

  integration:
    thesis_addressed: string
    antithesis_addressed: string

  trade_offs:
    - trade_off: string
      mitigation: string
      accepted_by: string

  stakeholder_agreement:
    - stakeholder: string
      agrees: bool
      conditions: optional<string>

  implementation:
    actions: [string]
    metrics: [string]
    review_date: date

  next:
    suggested_mode: ReasoningMode  # Usually causal
    canvas_updates: [string]

  trace:
    duration_ms: int
    rounds_of_refinement: int

Example Execution

Context: "Engineering wants to rebuild core platform (6 months). Sales wants new features for Q2 deals."

Stage 1 - Thesis (Engineering):

Position: "Technical debt is blocking velocity. Rebuild now or pay 10x later."
Evidence: 
  - Deploy time increased 300% YoY
  - 40% of sprint spent on workarounds
  - 3 critical bugs from architecture issues
Underlying concern: Sustainable development velocity

Stage 2 - Antithesis (Sales):

Position: "We have $2M in pipeline dependent on Q2 features. Delay = lose deals."
Evidence:
  - 5 enterprise deals waiting on specific features
  - Competitor launching similar features in March
  - Q2 quota at risk without new capabilities
Underlying concern: Revenue target attainment

Stage 3 - Synthesis:

Integrated position: "Strangler fig pattern - rebuild incrementally while 
                      delivering high-priority features"

How thesis addressed: Platform rebuild happens, but in modules alongside features
How antithesis addressed: Q2 features delivered, no delay

Trade-offs:
  - Rebuild takes 9 months instead of 6 (Engineering accepts)
  - Only top 3 features in Q2, not all 5 (Sales accepts with prioritization input)

Resolution type: Integration via sequencing

Implementation:
  - Week 1: Joint prioritization session (top 3 features + first rebuild module)
  - Q2: Deliver features on new modules where possible
  - Q3-Q4: Complete rebuild with feature delivery continuing