Fresh-context correctness reviewer. Given a code diff, verifies it by actually building/testing the affected service and reading the changed lines, then reports correctness findings grounded in machine-checkable evidence. Never edits code — reports only.
Fresh-context adversary. Given a proposed implementation plan, argues against it — finds the strongest structural objections grounded in the actual codebase, plus a future-self critique. Does not design alternatives (that is plan-alternative's job) and does not write code.
Fresh-context alternative designer. Given the GOAL a plan is trying to achieve, ignores the proposed plan and designs the simplest thing that meets the goal from scratch, then judges whether that alternative materially dominates the proposal. Does not attack the plan (that is plan-adversary's job) and does not write…
Audit the running app via chrome-devtools MCP — console errors/warnings + failed/slow network by default; perf (LCP/CLS) and Lighthouse (a11y/SEO) are opt-in. Token-efficient (compacts findings in-browser via a console/network hook); the report is shown inline in the response — no files to open. Target one tab / an…
Pre-commit cross-check — spawn an isolated, fresh-context critic to review the working diff for correctness, grounded in a real build/test run. The fast per-commit gate that feeds fewer issues into /code-review and /ship.
Intent-anchored ship pipeline — capture intent, then run challenge → validate → verify → code-review → docs-gap → create-pr, then watch CI and triage review comments, as gated stages that pause only on findings needing a human decision. A nudgebee-native take on the "no-mistakes" pipeline.
Investigate a pull request end-to-end — predict how it could be wrong, run it for real, falsify those predictions with evidence, and report by severity.
AGENTS.md instructions for nudgebee/nudgebee: This file exists so AI coding assistants that look for AGENTS.md first (Aider, Cline, OpenCode, Codex CLI configs, and others adopting the cross-tool convention) find a project entrypoint without us maintaining a parallel document.
Claude Code instructions for nudgebee/nudgebee, covering nudgebee monorepo - development guide, module structure, ai coding principles, 2. definition of done and 3. fix the class, not the instance (rule of three).