verify
day oneRun your repo’s real setup and validation, then prove the branch is ready before you open the PR.
tdd
day oneRed-green-refactor discipline — reproduce the bug as a failing test first, then fix it.
adversarial-pr-review
day oneRed-team a change before merge — correctness, security, scope, and merge-readiness, not a summary.
address-review
day oneTriage PR review comments into must-fix, discuss, optional, and skipped — then work the list.
update-changelog
day oneAn honest changelog built from what actually merged.
plan-pr-batch
at scaleShape candidate issues and PRs into a ready batch plan and a pasteable goal prompt — before any worker starts.
triage
at scaleBuild a whole-surface issue/PR inventory, a dependency graph, and a capacity-aware split across agents and machines.
pr-batch
at scaleRun one coordinated PR lane or a multi-lane batch across worktrees and machines, safely and in dependency order.
batch-status
at scaleAsk where every lane stands right now — coordination state reconciled against live GitHub.
post-merge-audit
at scaleAudit merged batch work for missed reviews, changelog gaps, cross-PR interactions, and release risk.