core-nxtg-forgelisted
Install: claude install-skill nxtg-ai/forge-plugin
# NXTG-Forge — Platform Ground Truth
NXTG-Forge is a governance-native AI development system with three independent repos wired only
through MCP (no shared code). This skill is the authoritative map; verify against source before
asserting behavior, because earlier docs invented CLI that never shipped (see Gotchas).
| Repo | What it is | Integration |
|------|-----------|-------------|
| `forge-orchestrator` | Rust binary `forge` (CLI + stdio MCP server, ~4 MB) | orchestrator-mcp (Rust) |
| `forge-plugin` | Pure-markdown Claude Code plugin — commands, agents, skills, hooks + a Node MCP server | governance-mcp (Node) |
| `forge-ui` | Vite 7 + React 19 dashboard on :5050 | spawned by `/forge:dashboard` |
## The `forge` CLI (forge-orchestrator binary)
These are the ONLY real subcommands (source: `forge-orchestrator/src/main.rs`, `src/cli/`):
```bash
forge init [name] # Initialize .forge/, detect AI tools on PATH, write state.json
forge plan # Generate task plan from SPEC.md
forge status [--events]# Task board / project state (zero-context-friendly recovery view)
forge run # Execute planned tasks autonomously
forge start # Interactive/guided run
forge verify # Run verification gate
forge uat [finding] # Record/inspect UAT findings
forge sync # Sync state with disk (task files ↔ state.json)
forge mcp # Start the stdio MCP server (JSON-RPC 2.0). No subcommands.
forge dashboard # Launch the TUI