Skip to content
Automation
Skill

/argument-visualization

SOP for generating argument structure visualization — query graph for

From plugin
de-anthropocentric-research-engine
393200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill argument-visualization --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/argument-visualization

Context preview

The summary Claude sees to decide when to auto-load this skill.

SOP for generating argument structure visualization — query graph for

SKILL.md

argument-visualization.SKILL.md
name: argument-visualization
description: SOP for generating argument structure visualization — query graph for
  argument chains, format as mermaid diagram or indented tree, write to vault.
execution: sop

Argument Visualization

Generate a visual representation of the argument structure for a topic.

Tool

`vault_query_graph` + CC file write

Protocol

1. Query graph starting from the topic node, traversing supported_by, contradicts, and derived_from edges 2. Collect all claims, evidence, and their relationships 3. Format as a mermaid diagram in the wiki page:

  • Green nodes: strong claims (strength ≥ 7)
  • Yellow nodes: moderate claims (strength 4-6)
  • Red nodes: weak claims (strength ≤ 3)
  • Solid edges: supported_by
  • Dashed edges: contradicts

4. Write/update `wiki/topics/<topic-slug>.md` with the argument map section 5. Include a summary: total claims, strongest/weakest, key contradictions

HARD-GATE

<HARD-GATE> Visualization must include at least 3 claims and their relationships. A single-node diagram is not useful. </HARD-GATE>

Yield

Returns: `{ topic: string, claims_shown: number, edges_shown: number, format: "mermaid" }`

Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
393
Stars
34
Forks
Active
Maintenance
HTML
Language
Apache-2.0
License
19h ago
Last commit
6mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine