Create GitHub issues using repo templates (feature, bug, spike)
Adversarial pre-implementation pass — argue against a proposed plan before writing code, and emit a binding PROCEED / REVISE / REDESIGN verdict
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…
Create a pull request with proper formatting, validation, and conventions for this monorepo
Smart commit — detect affected services, run validation, commit with proper format
Create a hotfix PR directly to prod with backmerge instructions
Show my pending sprint tickets and help knock them off one by one