reasoning-logic-vector

Analyze the logic flow direction (λ_observe) to understand reasoning patterns and identify potential issues.

Content Preview
---
tools:
  - read
  - write
  - grep
arguments: $ANALYSIS_CONTEXT
---

# Logic Vector Analysis

Analyze the logic flow direction (λ_observe) to understand reasoning patterns and identify potential issues.

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

## Instructions

1. **Load Reasoning Context**
   - Parse context from "$ANALYSIS_CONTEXT" or current state
   - Load recent semantic nodes (last 20)
   - Extract logic vectors from each node
   - Build logic flow sequence

2. **
How to Use

Recommended: Install to project (local)

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

Related Skills