The Engineer runs AI coding tools from GitHub issue to merged PR
The Engineer is an for such as Claude Code, OpenCode, and Gemini CLI. It takes work from a GitHub Issue, then moves through requirements, research, planning, coding, review, and delivery. The result is a that a person can review and approve.
People are meant to step in for requirements, important choices, and final approval, not for every small action. Each task runs in its own , so separate tasks do not collide with each other or the main checkout. It tracks cost by task, day, month, and provider; it warns near a limit and stops work when a limit is reached.
Version 1.0.0 can run the full flow today, but it is still young and built by one person, so rough edges are expected. are supported now, while Jira, Azure DevOps, and other task systems are planned through plugins. One important caveat is that it cannot yet fully control every file write or git command made inside the ; runtime scope enforcement is still on the roadmap.
Key points
- It connects to a full task flow from GitHub Issue to .
- It supports Claude Code, OpenCode, and Gemini CLI, with room for other agents.
- It keeps people involved for requirements, key choices, and final approval.
- It tracks spending and can stop tasks when cost limits are hit.
- It does not yet fully enforce which files the AI tool may change at runtime.