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.
// get started
UP AND RUNNING
IN MINUTES.
Requires Bun v1.0+ and at least one agent CLI installed and authenticated.
Clone and start
$ git clone https://github.com/inputforge/agentforge
cd agentforge
bun install
bun run devAuthenticate your agent
Log in to Claude Code, Codex, or whichever agent you plan to use.
Connect a repository
Point AgentForge at the repo you want agents to work on.
Create a ticket
Describe the task. This becomes the agent's prompt.
Launch an agent
Drag the ticket to In Progress and pick an agent.
Review and merge
Inspect the diff and merge when you're ready.