eforge
Plan the work. Hand off implementation. Let eforge run the engineering loop 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
PlannedNative 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@eforgeClaude Code setup guidePi extension
Use eforge as a Pi extension for native, rich UX integration with Pi's agent runtime.
pi install npm:@eforge-build/pi-eforgePi setup guideStandalone CLI
Use eforge as a standalone CLI tool for scripting, CI/CD pipelines, and programmatic workflows.
npm install -g @eforge-build/eforgeCLI setup guide