eve Software Factory Template
Meet Foreman, an eve software factory that puts AI agents on every stage of the development loop and keeps people on the judgment calls.
Foreman takes tasks from GitHub and Linear, moves each one through four stations, and delivers a reviewed draft pull request on your repository. You review, mark ready, and merge.
How it works
Classifier triages the task: type, priority, complexity, actionable or not. When the task isn't actionable, Foreman asks the requester instead of building the wrong thing.
triages the task: type, priority, complexity, actionable or not. When the task isn't actionable, Foreman asks the requester instead of building the wrong thing. Analyst turns it into a plan with acceptance criteria, working from a live checkout of your repository.
turns it into a plan with acceptance criteria, working from a live checkout of your repository. Implementer executes the plan in its own sandbox, verifies with your repo's own checks, and pushes a branch.
executes the plan in its own sandbox, verifies with your repo's own checks, and pushes a branch. Reviewer independently judges everything against the real diff, with evidence for each verdict.
Each station is its own agent with its own instructions, sandbox, and tools. The Reviewer sees only the pushed branch, never the Implementer's reasoning. Between runs, Foreman keeps a factory brain: notes about your repository that every run starts from. See the pipeline and factory memory for the full picture.
How work arrives
... continue reading