bacchus
Multi-agent coordination for parallel development. Use when asked to parallelize work, coordinate multiple agents, or manage tasks across a codebase.
ship-review
Pre-ship deep review pass. Runs the ambitious structural quality review (thermo-nuclear, advisory) then bug review (code-review) on the settled diff, with a human checkpoint between. Use once before opening a PR. Invoke for "ship review", "deep review before PR", "review before shipping".
tighten
Per-iteration code-tightening pass optimized for an AI-maintained codebase. Strips slop (deslop), applies local simplifications (simplify), then invests context the next agent needs (contextualize). Use after a round of iteration to keep the working tree tight before continuing. Invoke for "tighten", "tighten this up", "clean pass".