malakhov-dmitrii/forge

19 stars · Last commit 2026-04-19

Plan iron, verify real. Claude Code plugin: ironclad planning with independent verification chain. Turns any input into bulletproof plans, executes with TDD, verifies with agents that never saw the executor's work.

README preview

# Forge

**Ore in, steel out.**

A blacksmith doesn't blame the ore. It smelts, shapes, tempers, and quenches — until what comes out holds an edge. Forge does the same with code: takes any task, however raw, and pushes it through planning gates, independent review, and verified execution until the result is proven to work.

Claude Code plugin. Three skills: planning pipeline, docs hygiene, and code hygiene. Persistent memory that learns from every run.

```
"fix the auth bug" → research → plan → 2 independent reviews → TDD execute → independent verify → done
```

## Install

```bash
git clone https://github.com/malakhov-dmitrii/forge.git ~/.claude/plugins/forge
bun run ~/.claude/plugins/forge/scripts/install.mjs
```

The installer wires `SessionStart`/`SessionEnd`/`PreCompact` hooks into the plugin's own `hooks/hooks.json` and initializes the cross-project knowledge DB at `~/.forge/global.db`. The project-scoped `.omc/forge.db` is created lazily on your first `/forge` run in each project — nothing to set up per project.

View full repository on GitHub →