reasoning-tension-calc

Calculate the semantic tension (ΔS) between concepts to measure conceptual distance and reasoning jumps.

Content Preview
---
tools:
  - read
  - write
  - grep
arguments: $CONCEPT1 $CONCEPT2
---

# Semantic Tension Calculator

Calculate the semantic tension (ΔS) between concepts to measure conceptual distance and reasoning jumps.

Based on the WFGY project: https://github.com/onestardao/WFGY

## Instructions

1. **Parse Input Concepts**
   - Extract first concept from "$CONCEPT1"
   - Extract second concept from "$CONCEPT2"
   - If only one provided, compare with current context
   - Validate concept representatio
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/reasoning-tension-calc.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/reasoning/reasoning-tension-calc.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/reasoning/reasoning-tension-calc.md

Related Skills