wfgy-bbcr

WFGY BBCR - Collapse-Rebirth Correction

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

# WFGY BBCR - Collapse-Rebirth Correction

Execute BBCR (BigBig Coupling Resolver) for recovering from reasoning failures and logic collapse.

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

## Formula

```
if ||B|| ≥ B_c or f(S) < ε:
    collapse()
    reset_state(S, dB)
    rebirth(S_next, dB)

Where:
- B_c: Collapse threshold (0.85)
- f(S): Progression metric
- ε: Minimum progression threshold
- dB: Residual memory t
How to Use

Recommended: Install to project (local)

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

Related Skills