How uzi ships an issue

How uzi ships an issue A workflow diagram generated by Archify. 01 / Intake & planning 02 / Implementation loop 03 / Ship, review & merge Lead orchestrates agents uzi-labeled issue · or assigned to uzi-bot · Intake & planning uzi-labeled issue or assigned to uzi-bot Red pipeline · CI failed · Intake & planning Red pipeline CI failed Lead plans · reads repo · Intake & planning Lead plans reads repo Fix CI run · diagnose + fix · Intake & planning Fix CI run diagnose + fix Plan gate · human approval · Intake & planning Plan gate human approval coder implements · writes code · Implementation loop coder implements writes code auditor · security scan · Implementation loop › Lead orchestrates agents auditor security scan fact-checker · verifies claims · Implementation loop › Lead orchestrates agents fact-checker verifies claims reviewer · correctness · Implementation loop › Lead orchestrates agents reviewer correctness tester · runs the gate · Implementation loop › Lead orchestrates agents tester runs the gate validated? · all agents pass · Implementation loop › Lead orchestrates agents · fan-in gate validated? all agents pass fan-in gate uzi reworks PR · auto-approved · Ship, review & merge uzi reworks PR auto-approved Branch + PR · opens MR · Ship, review & merge Branch + PR opens MR CodeRabbit · + AI reviewers · Ship, review & merge CodeRabbit + AI reviewers Human review · merge or comment · Ship, review & merge Human review merge or comment Done · merged · Ship, review & merge Done merged comments approve comments looks good merge needs changes reject with reason auto-approved fix Legend uzi agents Human decision CI trigger External

Two decisions stay human

  • • The Plan gate approves the approach before any code
  • • Human review decides merge; everything between is agents

main is never touched

  • • Agents work a branch and open a pull request
  • • A human merges; uzi only reworks on comments

Reviewers run in parallel

  • • reviewer, auditor, tester and fact-checker fan out at once
  • • Work advances only when all of them pass