An AI assembly line that keeps humans at the merge button
Foreman turns GitHub and Linear tickets into draft pull requests by routing them through four AI agents with separate sandboxes, leaving the merge call to you.

What it does
Foreman ingests tasks from GitHub issues or Linear, moves each through four autonomous stations—Classifier, Analyst, Implementer, and Reviewer—and delivers a draft pull request to your repository. You inspect the diff, mark it ready, and merge. It also handles follow-ups like repairing red CI on its own branches and posting summary comments on human-opened PRs.
The interesting bit
The pipeline enforces genuine separation of duties: each station runs in its own sandbox with its own tools, and the Reviewer evaluates only the final pushed branch, never the Implementer’s internal reasoning. Between runs, a persistent “factory brain” stores notes about your repository so every agent starts with context instead of a blank slate.
Key highlights
- Four specialized agents handle triage, planning, implementation, and independent code review
- Triggers on labeled issues, @mentions, Linear delegation, local TUI input, or red CI on factory branches
- Automatically diagnoses and pushes fixes to its own branches without touching yours
- Maintains persistent factory memory across runs for repository-specific context
- Built for Vercel deployment with GitHub and Linear connectors handled via Vercel Connect
Verdict
Teams already living in GitHub and Linear who want AI-generated draft PRs with enforced review stages should look here. Solo developers or teams outside the Vercel ecosystem will find less to grab onto.
Frequently asked
- What is vercel-labs/eve-software-factory-template?
- Foreman turns GitHub and Linear tickets into draft pull requests by routing them through four AI agents with separate sandboxes, leaving the merge call to you.
- Is eve-software-factory-template open source?
- Yes — vercel-labs/eve-software-factory-template is open source, released under the MIT license.
- What language is eve-software-factory-template written in?
- vercel-labs/eve-software-factory-template is primarily written in TypeScript.
- How popular is eve-software-factory-template?
- vercel-labs/eve-software-factory-template has 992 stars on GitHub.
- Where can I find eve-software-factory-template?
- vercel-labs/eve-software-factory-template is on GitHub at https://github.com/vercel-labs/eve-software-factory-template.