Getting Started

From zero to architecture-aware AI in 5 minutes.

Prerequisites

Forge DevKit works as a plugin system for AI coding assistants. You need one of these installed:

Node.js 18+ is required for the Forge CLI. Verify with node --version

1

Install Forge CLI

$ npm install -g @reumbra/forge

This installs the forge command globally.

2

Activate your license

$ forge activate FRG-XXXX-XXXX-XXXX

Use the license key from your purchase confirmation email. Each license supports up to 3 devices.

Don't have a license? Get one here.

3

Install plugins

After activation, forge automatically installs all plugins included in your plan. Run it to see your ecosystem:

forge

forge


   ForgePlugin manager for Claude Code v0.3.8


   Licensed  FRG-YGGT..TRE4 · bundle · expires Mar 6, 2027 (365d)

    6 plugins installed


   What would you like to do?

     Manage plugins (6 installed)

    ○ License & devices

    ○ Run diagnostics

    ○ Deactivate

    ○ Exit

forge — Manage Plugins
Plugin Version Status Description
forge-autopilot v1.4.0 ✓ up to date Batch autonomous development — parallel feature pipeline with Agent Teams
forge-core v4.13.0 ✓ up to date Core PM pipeline — setup, dev skills, parallel conductor
forge-product v3.9.0 ✓ up to date Product design module — user flows, stories, UX criteria
forge-qa v3.7.0 ✓ up to date QA meta-tool — test generation, coverage analysis, requirement traceability
forge-tracker v3.3.0 ✓ up to date Issue tracking integration — GitHub/Linear/Jira sync
forge-worktree v1.2.0 ✓ up to date Git worktree lifecycle — Docker isolation, port offsets, safe teardown
4

Restart your AI session

Important

After installing or updating plugins, you must restart your AI session for changes to take effect.

Claude Code CLI

Type /exit then run claude again

Cursor

Reload window: Cmd+Shift+PDeveloper: Reload Window

Claude Desktop

Close and reopen the app, or start a new conversation

5

Verify installation

In your AI session, run /plugins → navigate to marketplacereumbra. You should see all your installed Forge plugins with their versions.

Alternatively, type /forge:setup to launch the setup wizard.

6

Run the setup wizard

Navigate to your project directory and run:

$ /forge:setup

The wizard runs through gates sequentially — detecting your ecosystem, auditing architecture, configuring pipeline, and generating project-specific dev-skills.

forge:setup — Forge Ecosystem

Forge Ecosystem

  Your project management meta-tools. Each adapter generates artifacts

  in your project's .claude/ directory and can be safely removed afterward.


Module Version What it does
forge-core v4.13.0 Dev-pipeline: architecture + contracts + code
forge-product v3.9.0 Product design: user flows, stories, UX
forge-qa v3.7.0 Test strategy: coverage, acceptance tests
forge-tracker v3.3.0 Task hub: GitHub/Linear/ClickUp sync
forge-autopilot v1.4.0 Batch autonomous dev: triage, waves, parallel
forge-worktree v1.2.0 Git worktree management for isolated dev

Legend: All 6 modules installed, none yet configured.


Commands available after setup:


Category Commands
Setup & Management /forge:setup, /forge:upgrade, /forge:patch
Development /dev, /forge:sync, /forge:close
Product /forge:product-setup, /forge:product epic/roadmap
Testing /qa, /qa-setup
Task Tracking /forge:tracker pick/sync/close
Autopilot /autopilot
Worktrees /worktree-setup
forge:setup — Gate 1: Architecture Audit

Gate 1: Architecture Audit — Results


Stack: Astro 5.7.0 + TypeScript 5.8.0 + Tailwind CSS 4.1.0

Build: Vite Linter: Biome 2.0.0 Hosting: Cloudflare Pages

Architecture: FSD-adapted (4 layers)


Layers:

  pages:    src/pages/    (15 files) — assembly & routing, i18n (en + ru)

  widgets:  src/widgets/  (32 files, 21 widgets) — composite blocks, zero cross-imports

  shared:   src/shared/   (41 files) — ui(13) + config(22) + i18n(3) + lib

  layouts:  src/layouts/  (2 files) — BaseLayout


Conflict zones: none (0 files)

Parallel readiness: 9/10 — highly parallel


Sibling repos:

Repo Stack Role Forge?
acme-web React 19.2+TanStack frontend ✓ 4.6
acme-api NestJS 11+Prisma backend-api ✓ 4.12

You're all set

Your AI is now architecture-aware. The dashboard shows your complete ecosystem:

forge:setup — Ecosystem Dashboard

Forge Ecosystem Dashboardacme-web


Component Version Status
forge-core v4.13.0 Configured
forge-product v3.9.0 Configured
forge-qa v3.7.0 Configured
forge-tracker v3.3.0 Configured
forge-autopilot v1.4.0 Active (6 batches)
forge-worktree v1.2.0 Active

Project Profile

Property Value
Stack React 19 + TanStack Start + Tailwind v4 + Vite + TypeScript strict
Architecture FSD (5 layers, 13 features)
Pipeline Parallel, trunk-based, conventional commits
Git workflow Trunk-based with worktrees
CI/CD Vercel (SSR Docker)
Backend acme-api (bidirectional propagation)

Ecosystem is fully configured and up to date. Available actions:

   /forge:setup upgrade --check — check for updates

   /forge:tracker — task management via Notion

   /forge:autopilot — batch development pipeline

   /forge:qa — testing and coverage

What's next?

  • Use your AI coding tool normally — it now understands your project structure
  • Run /forge:setup anytime to see the dashboard or reconfigure
  • Run /forge:setup upgrade --check to check for updates
  • Check the Usage Guide for the full command reference

Quick command reference

Command Description Plan
/forge:setup Setup wizard, dashboard, upgrade, reconfigure Core+
/forge:patch Quick config patches without full setup Core+
/forge:product Design features, epics, roadmap, strategy Pro+
/forge:qa Test strategy, generation, coverage analysis Pro+
/forge:tracker Task management (GitHub, Linear, ClickUp, Notion, Jira) Pro+
/forge:autopilot Batch development with autonomous agent teams Bundle
/forge:worktree-setup Git worktree lifecycle templates Bundle

Ready to make your AI architecture-aware?

One-time purchase. 14-day money-back guarantee.

Get Forge — from €29 →

Troubleshooting

Plugins not showing up?

Restart your AI session after installation. In Claude Code: /exit then claude. Verify with /plugins.

Setup wizard stuck?

The wizard saves progress after each gate. If interrupted, run /forge:setup again — it resumes from where you left off.

License activation issues?

Run forge --diagnostics and send the output to support@reumbra.com.

Get Forge →