FORGE is the senior engineer of the team. It runs inside an isolated Coder workspace on its own branch, spawns a CLI code agent (Claude Code, Codex CLI, Aider, or any Coder Registry module) with a battle-hardened persona, writes PLAN.md, implements code segment by segment, runs tests, and opens pull requests via GitHub MCP - all within Coder's governed environment.
Capabilities
- Isolated Coder Workspace + Git Worktree per Ticket
- Claude Code, Codex CLI & Aider Integration via Coder Modules
- Segment-by-Segment Implementation
- Automated Test Execution
- Secret Scanning & Redaction Before Push
- GitHub MCP Pull Request Creation
How it works
- 01 Workspace Setup
Provisions an isolated Coder workspace and Git worktree on a dedicated branch (forge-1/T-001) for every ticket.
- 02 Plan Generation
Writes PLAN.md with a segment-by-segment breakdown. SENTINEL reviews it → CONTRACT.md.
- 03 Segment Implementation
Implements code one segment at a time. After each
- 04 PR Creation
Once all segments pass SENTINEL's final review, opens a pull request via GitHub MCP.
Deploy FORGE on your repo
Install OpenFlows, point it at a GitHub repository with open issues, and FORGE will be running in minutes.