FORGE

From intent to deployment artifact.

Forge is a pilot capability designed to orchestrate the change lifecycle for Salesforce — refactor, generate, fix, migrate. Multi-hop reasoning planned and executed against the graph; the output is a deployment artifact that your existing CI/CD (Gearset, Copado, Salesforce DevOps Center, sfdx, change sets) ships to production. Plexur feeds your CI/CD; it doesn't replace it. GA October 2026.

Four planned operation modes

REFACTOR

Restructure existing code — bulkify triggers, split monoliths, modernize patterns, untangle Apex with cyclomatic complexity over 50.

GENERATE

New triggers, classes, flows, validation rules, permission sets, record types — built from natural-language intent, grounded in your existing schema.

FIX

Repair specific bugs — failed deploys, broken validations, governor-limit blow-ups. Forge reads the error, traces the cause, generates the fix.

MIGRATE

Cross-org or cross-platform translation — move a process chain between sandboxes intact, or eventually translate Salesforce constructs to another platform.

The change lifecycle

  1. 01
    PLAN
    Forge parses the requirement and walks the dependency graph for impact analysis — only then does it generate a step-by-step plan citing the files, classes, and downstream effects identified. Reviewable before a single line is written.
  2. 02
    SIGN-OFF
    A human approves the plan before code is generated. Governance gate — no surprises, no off-script changes.
  3. 03
    BUILD
    Forge is designed to generate code by editing the specific AST nodes affected — keeping diffs minimal and reviewable.
  4. 04
    DEPLOY
    Pushes to a target sandbox via the Salesforce CLI. Plexur never deploys to production directly — that's your pipeline's job.
  5. 05
    TEST
    Runs Apex tests + validates against the graph for downstream regressions. If anything broke that shouldn't have, Forge says so before you ship.
  6. 06
    ARTIFACT
    Emits a deployment artifact — Salesforce change set, sfdx project, or package.xml — ready for your CI/CD to ship to production. Plexur feeds; your stack deploys.
Hands off to your existing CI/CD
GitHub Actions GitLab CI Jenkins Copado Gearset Salesforce DevOps Center Native change sets sfdx

Forge produces the artifact; your infrastructure deploys it. We don't replace your deploy stack — we feed it. The artifact format matches what your existing pipeline expects, no special connectors required.

Plan → Decide → Execute · 50-hop max Surgical AST modification Graph-aware impact check before commit Batch metadata-XML for cross-org migrations SSE streaming on long plans

Want Forge in your release pipeline?

Pilots begin August 2026 · GA October 2026 · Pilot slots are limited

nagaraju@plexur.ai