Gzreview
Use when producing a teammate-facing walk-through of an existing feature branch — a story-first code tour that opens with business value, adapts to the branch type (new feature, fix, refactor, perf, config), and shows where the change is used. Renders inline Mermaid diagrams (theme-safe mid-tone colors) and iterates via `plannotator annotate`. Triggers — "tour this branch", "code-tour the feature…
Gzship
Use when building a feature end-to-end, taking an idea or product request from a BDD scenario through to shipped code, or doing BDD/TDD feature work on a feature branch.
Babysit Pr
Watch the current PR until it is ready to merge — resolve bot review comments, fix failing CI checks, and loop until all checks are green and no unanswered bot comments remain.
Critique Loop
Cross-model critique loop with two entry points. Full flow — plan → navigator reviews plan → user approves → implement → navigator reviews diff. Review-only flow — navigator adversarially reviews an existing diff; no plan, no implementation. Same navigator session across rounds so it retains context. Navigator is pluggable — Codex CLI (default, gpt-5.5 at xhigh effort) or Cursor CLI (gpt-5.3-code…
Gzplan
Use when the developer has a small concrete task — bug fix with a known repro, refactor a helper, add a CLI flag, tighten an API response, write a regression test, update install docs — and wants a thoughtful one-shot plan before coding. NOT for full features (use `gzship`), NOT for "I don't know what I want yet" (brainstorm first), NOT for trivial fixes (just code them). Triggers — "plan this ta…