Use AI like a development team.
AlmightyGPT separates planning, implementation, critique, and last-mile checks across independent providers. The human still decides.
The three-stage model
Plan
A requirement, task, or architecture decision enters the repo.
Worker AI
One provider turns the plan into code or an implementation proposal.
Reviewer AI
An independent provider critiques the work with file-level findings.
Human
You accept, revise, reject, or defer.
Git Artifact
Review, decision, tokens, and run metadata stay in the repo.
Worker
The Worker produces the first plan, implementation proposal, or code-oriented artifact. Claude is the default Worker in the shipped convention, but the role matters more than the brand name.
Reviewer
The Reviewer critiques the Worker output or current diff from an independent angle. Review mode writes to the configured review folder and must produce concrete weaknesses with file-level references.
Quick reviewer
The quick reviewer is the last-mile precommit stage. The default templates use Gemini Flash for a fast final pass over uncommitted changes.
Human decision
The human accepts, revises, rejects, or defers. AlmightyGPT records that decision in the review artifact so the reasoning survives beyond the chat window.
