counter-thesis-construction
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/counter-thesis-construction**Purpose:** Build the most compelling counter-thesis to the convergence winner — not to overturn the decision, but to ensure it can withstand the strongest possible intellectual challenge and to surface any synthesis opportunities.
SKILL.md
.github/skills/counter-thesis-constructionView on GitHub ↗
--- name: counter-thesis-construction description: Construct the strongest possible counter-argument to the convergence decision using Dialectical Inquiry and Thesis-Antithesis-Synthesis methods. used-by: steel-manning --- # Counter-Thesis Construction **Purpose:** Build the most compelling counter-thesis to the convergence winner — not to overturn the decision, but to ensure it can withstand the strongest possible intellectual challenge and to surface any synthesis opportunities. **When to use:** - When the decision needs maximum intellectual rigor - When the problem domain is complex with legitimate competing views - When synthesis between thesis and antithesis might produce a superior option - When the decision will face external scrutiny ## Budget | Metric | Minimum | |--------|---------| | Counter-thesis depth | Full argument with evidence | | Debate rounds | >= 2 (thesis vs antithesis) | | Synthesis attempts | >= 1 | ## State Ledger ```yaml thesis: <the convergence decision> antithesis: <constructed counter-argument> debate_rounds: [] synthesis_attempted: false synthesis_result: null final_verdict: null # THESIS_STANDS | ANTITHESIS_WINS | SYNTHESIS_FOUND ``` ## Available Tactics | Tactic | When to Deploy | |--------|---------------| | adversarial-debate-protocol | Default — formal advocate/critic/judge cycle | | assumption-excavation | When counter-thesis rests on different assumptions | ## Available SOPs - advocate-construction — build the counter-thesis case - critic-attack — attack from both thesis and antithesis sides - judge-verdict — render verdict on thesis vs antithesis - steel-manning-synthesis — attempt synthesis of thesis and antithesis ## Execution Guidance 1. Articulate the thesis (convergence decision) clearly 2. Construct the strongest antithesis using advocate-construction 3. Deploy adversarial-debate-protocol: thesis advocates vs antithesis advocates 4. After debate, attempt synthesis — is there a superior option combining both? 5. Judge renders final verdict with explicit reasoning ## Output Format ```yaml strategy: counter-thesis-construction thesis: <decision> antithesis: <counter-argument> antithesis_strength: <1-10> debate_rounds: <count> synthesis_found: true | false synthesis: <if found> verdict: THESIS_STANDS | ANTITHESIS_WINS | SYNTHESIS_FOUND reasoning: <key evidence> conditions: [] ```
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.