Apply Hegelian dialectics (thesis-antithesis-synthesis) to analyze contradictions and generate higher-order understanding. Use this skill when the user needs to resolve opposing viewpoints, find creative synthesis between conflicting positions, or move past binary thinking — even if they say 'both sides have valid points', 'how do we reconcile these views', or 'is there a third option'.
Scanned 5/27/2026
Install via CLI
openskills install asgard-ai-platform/skills---
name: "hum-dialectics"
description: "Apply Hegelian dialectics (thesis-antithesis-synthesis) to analyze contradictions and generate higher-order understanding. Use this skill when the user needs to resolve opposing viewpoints, find creative synthesis between conflicting positions, or move past binary thinking — even if they say 'both sides have valid points', 'how do we reconcile these views', or 'is there a third option'."
metadata:
category: "WP-19 文學院/人文"
tags: ["humanities", "dialectics", "hegel", "synthesis"]
---
# Dialectical Analysis
## Overview
Dialectics is a method of reasoning through contradictions. Instead of choosing between opposing positions (thesis vs antithesis), it seeks a synthesis that transcends both — preserving what's valid in each while resolving the contradiction at a higher level.
## Framework
```
IRON LAW: Synthesis ≠ Compromise
Synthesis is NOT "meeting in the middle." It's a NEW position that resolves
the contradiction by reframing the problem at a higher level of abstraction.
Compromise: "Let's do half of A and half of B"
Synthesis: "The contradiction between A and B reveals that C is the real answer"
```
### The Dialectical Process
1. **Thesis**: State the initial position clearly and steelman it
2. **Antithesis**: State the opposing position clearly and steelman it
3. **Identify the contradiction**: What specific tension exists between them?
4. **Examine what each gets right**: What truth does each position contain?
5. **Synthesize**: What higher-order understanding resolves the contradiction while preserving the valid elements of both?
### When the synthesis becomes a new thesis, the process repeats — this is dialectical progression.
## Output Format
```markdown
# Dialectical Analysis: {Topic}
## Thesis
{Position A — steelmanned}
- What it gets right: ...
- Where it fails: ...
## Antithesis
{Position B — steelmanned}
- What it gets right: ...
- Where it fails: ...
## The Contradiction
{What specific tension exists between these positions}
## Synthesis
{Higher-order position that resolves the contradiction}
- Preserves from thesis: ...
- Preserves from antithesis: ...
- Transcends by: ...
```
## Examples
### Correct Application
**Scenario:** "Should companies prioritize shareholder value or stakeholder value?"
- **Thesis** (Friedman): Companies exist to maximize shareholder returns. Social responsibility is the government's job. Shareholder value focus creates efficiency and wealth.
- **Antithesis** (Freeman): Companies must serve all stakeholders — employees, communities, environment. Shareholder-only focus creates externalities and inequality.
- **Contradiction**: Shareholder value can require harming stakeholders; stakeholder value can reduce returns.
- **Synthesis**: Long-term shareholder value REQUIRES stakeholder health. Companies that exploit workers, pollute, or alienate customers destroy long-term value. The contradiction dissolves when the time horizon extends — stakeholder value IS shareholder value over a sufficiently long period ✓
### Incorrect Application
- "The synthesis is: do 50% shareholder focus and 50% stakeholder focus" → This is compromise, not synthesis. Violates Iron Law.
## Gotchas
- **Not all oppositions are dialectical**: Some contradictions are genuine either/or choices (you can't be in two places at once). Dialectics works for conceptual tensions, not physical impossibilities.
- **Steelmanning is essential**: If you weakly represent either thesis or antithesis, the synthesis will be shallow. Give each position its strongest possible form before synthesizing.
- **Synthesis can be wrong**: Just because you synthesized doesn't mean the result is valid. The synthesis must be independently evaluated.
- **Infinite regress risk**: The synthesis becomes a new thesis, which generates a new antithesis... Know when to stop. Synthesis is a tool for insight, not an infinite process.
## References
- For Marx's materialist dialectics, see `references/marxist-dialectics.md`
No comments yet. Be the first to comment!