Hassaan146/forge-mentor

22 stars · Last commit 2026-08-16

Decide-then-code. A Claude Code plugin that teaches every load-bearing decision, records your choice, and blocks code from moving past a decision you have not made yet.

README preview

# Forge Mentor

**Decide-then-code.** A Claude Code plugin that refuses to write load-bearing code
until you have made — and understood — the decision behind it.

Normally AI writes your code and quietly makes the architectural choices for you, so
you end up with something you can run but cannot explain. Forge Mentor inverts that:
for every load-bearing decision it teaches the concept, offers options with a
recommendation, waits for your call, records it, and only then writes the code.

A rule enforced in code — not a prompt — stops any write from moving past a decision
you have not made.

## Requirements

Nothing to deploy — Forge is a plugin, with no server and no hosted anything. But it does need
three things on each machine, and Claude Code does not install a plugin's Python dependencies
for you:

| | |

View full repository on GitHub →