eforge

Plan the work. Hand off implementation. Let eforge run the engineering loop in the background.

Get StartedView on GitHub
eforge monitor showing build history, plan timelines, agent activity, model usage, and review cycles
Track delegated builds, inspect agent activity, and follow review cycles while eforge runs engineering work in the background.

Background engineering for planned work

eforge picks up where planning leaves off. Define the intent and acceptance criteria, then let eforge manage implementation, review, retries, and merge flow.

Hand off implementation

Give eforge a PRD, issue, or structured session plan once the direction and acceptance criteria are clear.

Let execution run

eforge decomposes the work, schedules build plans, and runs implementation in isolated git worktrees.

Trust the engineering loop

Implementation, review, retries, conflict handling, and merge flow are managed without constant babysitting.

Review real outputs

You stay focused on direction and final judgment with traceable commits, logs, and build decisions.

Built for repeatable engineering handoffs

Standardize how work is delegated, which agents run it, and what tools they can use.

Build profiles

Choose agent runtimes, model tiers, and execution defaults for planning, building, review, and validation.

Playbooks

Capture recurring workflows as reusable templates so common engineering tasks start with the right structure.

Toolbelts

Scope each agent to the MCP servers and tools it needs, keeping delegated work constrained and auditable.

Extensions

Planned

Native TypeScript hooks, policy gates, custom reviewers, and workflow integrations are on the roadmap.

Three ways to use eforge

Claude Code plugin

Install eforge as a Claude Code plugin for seamless integration with your AI-assisted workflow.

/plugin marketplace add eforge-build/eforge
/plugin install eforge@eforge
Claude Code setup guide

Pi extension

Use eforge as a Pi extension for native, rich UX integration with Pi's agent runtime.

pi install npm:@eforge-build/pi-eforge
Pi setup guide

Standalone CLI

Use eforge as a standalone CLI tool for scripting, CI/CD pipelines, and programmatic workflows.

npm install -g @eforge-build/eforge
CLI setup guide

Read the docs  |  Browse the reference  | Contribute on GitHub