INPUTFORGE
// agentforge

MANY AGENTS.

ONE BOARD.

ZERO CHAOS.

AgentForge is a Kanban board that spawns AI coding agents in isolated git worktrees. Agents never collide. You review a diff and merge — nothing else.

// workflow

QUEUE. RUN.
REVIEW. SHIP.

Move a ticket to In Progress — an agent spins up. Move it to Review — the agent stops. You control the pace.

01

Backlog

Queue up work

02

In Progress

Agent is on it

03

Review

Inspect and merge

04

Done

Shipped

// features

VISIBILITY.
CONTROL. NOTHING EXTRA.

Isolated worktrees

Agents never touch each other or your working directory.

Live terminal

Watch the agent work. Send input at any time.

Inline diff review

See exactly what changed before you merge.

One-click merge

Merge back to your base branch when you're ready.

// agents

WORKS WITH ANY
CLI AGENT.

ClaudeClaude CodeAnthropic
CodexOpenAI
CustomAny CLI agent

// get started

UP AND RUNNING
IN MINUTES.

Requires BunBun v1.0+ and at least one agent CLI installed and authenticated.

01

Clone and start

$ git clone https://github.com/inputforge/agentforge
cd agentforge
bun install
bun run dev
02

Authenticate your agent

Log in to Claude Code, Codex, or whichever agent you plan to use.

03

Connect a repository

Point AgentForge at the repo you want agents to work on.

04

Create a ticket

Describe the task. This becomes the agent's prompt.

05

Launch an agent

Drag the ticket to In Progress and pick an agent.

06

Review and merge

Inspect the diff and merge when you're ready.