From prompt to
pull request.
Queue tasks, assign AI agents, watch live terminal output, and review auto-created PRs. Forge turns Claude Code into a managed fleet of specialized developers.
How It Works
Four steps to shipped code
Create Task
Describe the work in plain English. Set priority and target module. That's it.
Assign Agent
Pick a specialized agent — Coder, PM, DocWriter, or Marketer. Each has its own persona and model.
Watch Live
Real-time terminal streaming via WebSocket. See every file read, edit, and command as it happens.
Review PR
Forge auto-creates a branch, commits changes, pushes, and opens a GitHub PR — ready for your review.
$ forge run --task FG-2026-0042 --agent "OPHQ Coder"
▸ Reading api/internal/seva/store.go...
I'll add pagination to the ListPatrons query using
LIMIT/OFFSET with a cursor-based fallback.
▸ Editing api/internal/seva/store.go
▸ Editing api/internal/seva/handler.go
▸ Running go build ./...
✓ Build passed (2.1s)
▸ Running go vet ./...
✓ Vet passed (0.8s)
▸ Running go test ./...
✓ Tests passed (12.4s)
▸ git push origin forge/FG-2026-0042-add-pagination
✓ PR created: github.com/annailabs/ophq/pull/142
Completed in 45.2s · 1,234 input tokens · 567 output tokens
Features
Everything you need to manage AI agents
Forge isn't another chatbot wrapper. It's infrastructure for running a fleet of autonomous coding agents.
Agent Fleet Management
Create specialized agents with distinct personas, models, and tool permissions. Track per-agent success rates, token usage, and average run times.
Priority Task Queue
Organize work by priority — critical, high, medium, low. FIFO within each tier. Agents pick up the most important work first, automatically.
Quality Gates
Automated build, vet, and test checks after every run. Add custom gates for linting or security scanning. Nothing ships without passing.
Git Integration
Auto-create branches, commit changes, push to remote, and open GitHub PRs. Every task gets its own branch — no conflicts, clean history.
Real-Time Terminal
WebSocket streaming of every agent action — file reads, edits, bash commands, and reasoning. Tokyo Night themed terminal UI in your browser.
Autonomous Mode
Enable agents to auto-pickup pending tasks from the queue. They poll, execute, gate-check, and ship — 24/7, no human in the loop.
Agent Roster
Specialized agents, purpose-built roles
Forge ships with 4 default agents. Create custom agents for any workflow.
| Agent | Model | Persona | Use Cases |
|---|---|---|---|
|
|
claude-sonnet-4-6 |
Full-stack developer. Follows project patterns, writes clean code. | Features, bug fixes, refactoring, API endpoints |
|
|
claude-sonnet-4-6 |
Product manager. Writes clear specs and user stories. | PRDs, specs, user stories, acceptance criteria |
|
|
claude-haiku-4-5 |
Technical writer. Keeps docs in sync with code. | API docs, READMEs, changelogs, feature guides |
|
|
claude-sonnet-4-6 |
Growth marketer. Creates landing pages and SEO content. | Landing pages, blog posts, SEO copy, email campaigns |
+ Create unlimited custom agents with any role, model, and system prompt
Deep Dive
How AI agent orchestration works
AI coding assistants are powerful one-at-a-time. But real development teams work in parallel, with specialists handling different concerns. Forge brings that model to AI.
Task Lifecycle
Every task moves through a defined lifecycle. Failed quality gates automatically retry before escalating.
Quality Gate Pipeline
go build ./...
Does the code compile? Catches syntax errors, missing imports, type mismatches.
go vet ./...
Static analysis. Finds suspicious constructs, unreachable code, incorrect printf args.
go test ./...
Run the full test suite. Ensures existing tests still pass after the agent's changes.
Forge vs. alternatives
| Capability | Forge | CI/CD Pipelines | Chatbot Wrappers |
|---|---|---|---|
| Writes code from natural language | Yes | No | Yes |
| Automated quality gates | Yes | Yes | No |
| Git integration (branch, commit, PR) | Yes | Partial | No |
| Specialized agent personas | Yes | No | No |
| Task queue with priorities | Yes | Partial | No |
| Real-time output streaming | Yes | Partial | Yes |
| Autonomous 24/7 operation | Yes | No | No |
FAQ
Common questions
What AI models does Forge use?
How does the quality gate system work?
go build (compilation), go vet (static analysis), and go test (unit tests). Each gate must pass before the run is marked complete. You can also add custom gates like linting or security scanning. If any gate fails, the run is marked failed with detailed output.
Is my code secure with Forge?
What's the pricing model?
Can I customize agents?
Does Forge work with any programming language?
What happens when a run fails?
Can agents work autonomously without human input?
Ready to automate your
development workflow?
Forge is in active development. Sign up for early access and be the first to deploy a fleet of AI coding agents on your codebase.
Chat With Us on WhatsApp