Skip to main content
5 min read

Introducing NXTG-Forge: Governance-First Multi-AI Development

February 22, 2026 by Asif Waliuddin

ForgeMulti-AgentAI OrchestrationGovernanceOpen Source

The Coordination Problem Nobody Talks About

67% of enterprise AI projects fail to deliver expected value. Not because the models are bad — GPT-4, Claude, Gemini are remarkably capable. Not because the tools are missing — Claude Code, Codex CLI, and Gemini CLI can each read your codebase, reason about architecture, and ship production code autonomously.

The failures happen in the space between the tools.

Run two AI agents on the same repository and you get merge conflicts. Run three and you get architectural drift — one agent refactors your authentication while another builds features against the old pattern. Run them over a week and nobody remembers what was decided on Tuesday.

This is not a tooling problem. It is a coordination problem. And until now, nobody was solving it.

What Forge Does

Forge is an open-source Claude Code plugin that orchestrates multi-agent AI development with governance-first principles. Instead of one general-purpose AI doing everything, Forge provides 22 specialized agents — each with scoped tools, domain knowledge, and clear boundaries.

Think of it as a senior tech lead that never sleeps. It plans work, assigns it to the right specialist, prevents file conflicts, captures decisions, and catches drift before it compounds.

claude install-plugin nxtg-forge

That is the entire setup. No infrastructure. No configuration files. No cloud services. One command and you have a governed multi-agent development environment.

The Five Differentiators

1. Specialized Over General

Most AI development tools give you one agent that does everything. Forge takes the opposite approach: 22 agents, each purpose-built for a specific domain.

forge-builder writes production code. forge-guardian runs quality and security checks. forge-planner designs architecture. forge-detective analyzes codebases. forge-oracle monitors every file mutation in real-time for scope violations.

Each agent has access only to the tools it needs. A builder cannot modify governance rules. A planner cannot push to production. This is not a feature — it is a security model.

2. File-Level Locking

When forge-builder is modifying src/auth/handler.ts, no other agent can touch that file. The Oracle sentinel monitors all file mutations and flags conflicts before they happen.

This sounds simple but it eliminates an entire class of failures. No more merge conflicts between concurrent agents. No more silent overwrites. No more "who changed this file and why" archaeology.

3. Governance-as-Code

Forge uses a Living Constitution — a governance.json file that defines what agents can and cannot do. Every agent action is validated against these rules in real-time.

The CEO-LOOP agent makes autonomous decisions on non-critical items (scope, priority, sequencing). Humans only intervene for CRITICAL+CRITICAL escalations. In practice, this means teams approve fewer than 5% of governance decisions manually while maintaining full audit trails for the other 95%.

4. Knowledge Flywheel

Every decision, every architectural choice, every debugging session is captured automatically. The next time an agent encounters a similar problem, it has institutional memory.

This compounds over time. A team using Forge for a month has a knowledge base that would take a new human engineer weeks to internalize. The system gets smarter as you use it — not because the models improve, but because the context they operate in gets richer.

5. Three Form Factors

Forge ships in three layers that work independently or together:

  • Plugin: A Claude Code extension. Install once, orchestrate forever. This is where most teams start.
  • Orchestrator: The coordination engine. 22 agents, task routing, governance validation. For teams that need multi-agent workflows.
  • Dashboard: A real-time governance HUD. Session reports, quality gates, and audit trails. For engineering leads who need visibility.

Why Governance First

The AI development tools market is moving fast. New agents, new capabilities, new frameworks every week. But speed without governance is how you get the 67% failure rate.

Enterprise teams do not fail because their AI is too slow. They fail because:

  • No audit trail — "Who authorized this architectural change?" Nobody knows.
  • No scope control — An agent tasked with fixing a CSS bug rewrites the database layer.
  • No coordination — Three agents modify the same service independently, creating three divergent versions.
  • No institutional memory — The same mistakes get repeated because decisions are not captured.

Forge addresses each of these. Not with process overhead, but with automation. The governance layer is invisible when things go right and loud when something drifts.

The Numbers

We did not build Forge in a lab. We built it while using it to build itself — and every other project in our portfolio.

  • 22 specialized agents with scoped tools and domain knowledge
  • 21 commands for orchestration, planning, testing, deployment, and analysis
  • 4,146 tests across the plugin, orchestrator, and dashboard
  • 3 form factors (Plugin, Orchestrator, Dashboard) that work independently or together
  • MIT licensed — no vendor lock-in, no data leaves your machine

Getting Started

# Install the plugin
claude install-plugin nxtg-forge
 
# Initialize in your project
/[FRG]-init
 
# Start building
/[FRG]-feature "Add user authentication"

Forge detects your tech stack, generates a governance configuration, and assigns agents automatically. Your first governed multi-agent session takes about 60 seconds to set up.

What Comes Next

Forge launches March 1, 2026. The plugin is ready. The orchestrator is ready. The dashboard is ready.

But this is day one, not the finish line. Our roadmap includes deeper integration with Codex CLI and Gemini CLI through MCP, cross-repository orchestration for monorepo workflows, and a marketplace for community-built agents.

If multi-agent AI development is part of your workflow — or will be — we would like to hear from you. Install the plugin, break things, file issues, and tell us what governance means for your team.

The tools are powerful. Together, they should be even more powerful — not more chaotic. That is what Forge delivers.


Forge is open source and MIT licensed. View on GitHub or request early access for the enterprise dashboard.