wfgy-formula-all

WFGY Formula All - Complete Reasoning Pipeline

Content Preview
---
tools:
  - read
  - write
  - edit
  - grep
  - bash
arguments: $QUERY
---

# WFGY Formula All - Complete Reasoning Pipeline

Apply all four WFGY formula modules (BBMC, BBPF, BBCR, BBAM) in sequence for comprehensive semantic reasoning.

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

## Module Pipeline

1. **BBMC** - Semantic Residue Minimization
2. **BBPF** - Multi-Path Progression
3. **BBCR** - Collapse-Rebirth Correction (if needed)
4. **BBAM** - Attention Modulation

## I
How to Use

Recommended: Install to project (local)

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

Related Skills