TL;DR: Type /faf in Claude Desktop. It checks your project, scores it, drives it to 100%, syncs to CLAUDE.md and MEMORY.md, and locks. Relentlessly. One command. Your AI is now optimized.

The Problem We Solved

FAF has always been about one thing: getting your project context to 100% so your AI is fully optimized. But doing it required knowing the tools — faf_auto, faf_score, faf_go, faf_tri_sync. Steps. Sequence. Effort.

This is what wolfejam does every time he starts a project. Get to 100%. Sync. Code. Every session is great because Claude is optimized. That workflow IS the product.

The Relentless Edition captures that workflow in a single command.

Introducing /faf

Open Claude Desktop. Type /faf. Watch it work.

The /faf Flow
  1. Check — does project.faf exist?
  2. Auto — create it if not
  3. Score — what's missing?
  4. Go — fill gaps, relentlessly
  5. Sync — .faf ↔ CLAUDE.md ↔ MEMORY.md
  6. Lock — 🏆 100%. Done.

FAF is relentless in its pursuit of 100% persistent project context — one source of truth that every AI and every MD can benefit from. The /faf prompt doesn't stop until the score is Trophy. No exceptions.

FAF defines. MD instructs. AI codes.

That's the whole system. One command gets you there.

What Is a MCP Prompt?

MCP has three primitives: Tools (actions), Resources (data), and Prompts (workflows). Until now, FAF only used Tools.

Prompts appear as /slash commands in Claude Desktop. When you type /faf, Claude receives a detailed workflow instruction and executes it using the 32 FAF tools — automatically, in sequence, without you having to know which tool does what.

It's the difference between knowing how to drive and having a chauffeur.

The Parallel: bunx faf on Desktop

On the CLI, bunx faf runs faf auto — zero to context in one command. Fast. Zero install. Just works.

/faf is that for Claude Desktop. Same philosophy. Same result. Different execution layer.

# CLI bunx faf # Claude Desktop /faf

One source of truth. Every AI. Every session.

Also in v5.4.0

  • 32 tools — removed faf_what (redundant with faf_about). Zero redundancy.
  • tri-sync is free — carried from v5.3.1. .faf ↔ CLAUDE.md ↔ MEMORY.md for all developers. Pro feature. Now free. Teams & Enterprise: faf.one/pro (plans).

Try It

If you already have FAF installed, restart Claude Desktop to pick up v5.4.0. Then open any project and type:

/faf

If you don't have FAF yet:

npm install -g claude-faf-mcp

Then add to your claude_desktop_config.json:

{
  "mcpServers": {
    "faf": {
      "command": "npx",
      "args": ["-y", "claude-faf-mcp"]
    }
  }
}

Restart Claude Desktop. Type /faf.

The Numbers

  • v5.4.0 — Released April 13, 2026
  • 391/391 — Tests passing across 12 suites, 6 platforms
  • 32 tools + 1 prompt — Zero redundancy
  • 🏆 100% — Trophy score, synced
  • 50k+ — Downloads across npm, PyPI, crates.io