
Forge
- Updated February 16, 2026
- tfatykhov/cognition-engines-marketplace
forge is a Claude Code skill in the AI & Agent Building category. FORGE The Decision Loop. Cognitive decision protocol for AI agents powered by the Cognition Engine.
Key points
- forge
- AI & Agent Building
- AI-coding skill
Forge by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add tfatykhov/cognition-engines-marketplace/plugin install forge@cognition-enginesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 16, 2026 |
|---|---|
| Repository | tfatykhov/cognition-engines-marketplace ↗ |
What it does
FORGE The Decision Loop. Cognitive decision protocol for AI agents powered by the Cognition Engine.
README.md
FORGE — The Decision Loop
A Claude Code plugin that implements the FORGE cognitive decision protocol.
FORGE: Fetch → Orient → Resolve → Go → Extract
You forge decisions in the Cognition Engine — deliberately, under pressure, with intention. Every decision flows through this loop, creating a compounding record of organizational judgment.
What it does
- FETCH: Loads cognitive context (past decisions, calibration, patterns, guardrails) at session start
- ORIENT: Checks guardrails and constraints before every non-trivial decision via
pre_action - RESOLVE: Streams micro-thought deliberation (10+ atomic signals per decision) via
record_thought - GO: Executes with confidence, gates HIGH/CRITICAL decisions on user confirmation
- EXTRACT: Reviews outcomes and distills patterns via
review_outcome
Components
- Skill (
skills/forge-protocol/SKILL.md): Protocol rules loaded contextually - Hooks (
hooks/hooks.json): SessionStart injects protocol, PreToolUse gates risky file ops, Stop enforces reflection - MCP (
.mcp.json): Connects to the decisions server - Commands:
/forge:statusdashboard,/forge:reflectbatch review
Installation
claude --plugin-dir ./path-to-forge-plugin
Requirements
- Decisions MCP server running (default: http://192.168.1.141:9991/mcp)
- Python 3 for hook scripts