01 / System

Agent Factory Review Gate

Keep AI-agent output moving without letting unreviewed changes leak into public surfaces.

Documented
5 steps/2 tools/3 notes

A bounded handoff and review system for dispatching implementation work, preserving scope, and requiring proof before public action.

Loop Map

1

Lock scope, boundaries, and route contracts before implementation.

2

Let the code worker rebuild or patch inside the assigned worktree.

3

Run lint, build, route smoke tests, and visual QA where relevant.

4

Capture known gaps and follow-up issues before review.

5

Hold push, deploy, publishing, Search Console, and billing actions for human approval unless explicitly opened.

Protocol

The operating loop.

A bounded handoff and review system for dispatching implementation work, preserving scope, and requiring proof before public action.

  1. 01
    Lock scope, boundaries, and route contracts before implementation.
  2. 02
    Let the code worker rebuild or patch inside the assigned worktree.
  3. 03
    Run lint, build, route smoke tests, and visual QA where relevant.
  4. 04
    Capture known gaps and follow-up issues before review.
  5. 05
    Hold push, deploy, publishing, Search Console, and billing actions for human approval unless explicitly opened.

Output

A reviewer-ready branch with evidence, not a pile of local changes and assumptions.

Browse Library