reasoning-resonance

Semantic Resonance Measurement

Content Preview
---
tools:
  - read
  - write
  - grep
  - bash
---

# Semantic Resonance Measurement

Measure semantic resonance (E_resonance) to assess reasoning stability and coherence over time.

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

## Instructions

1. **Initialize Resonance Analysis**
   - Load semantic tree nodes (last 30)
   - Extract semantic residue values (B)
   - Calculate rolling windows (5, 10, 20 nodes)
   - Set resonance parameters:
     * Window size: 10 nodes
     * De
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/reasoning-resonance.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/reasoning/reasoning-resonance.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-resonance.md

Related Skills