critic
01Agent
Adversarial reviewer that attacks reasoning with evidence — finds logic holes, missing checks, and unjustified assumptions in code, plans, or other agents' conclusions.
Agent
Adversarial reviewer that attacks reasoning with evidence — finds logic holes, missing checks, and unjustified assumptions in code, plans, or other agents' conclusions.
Agent
A debate-oriented coding agent that examines a proposal from opposing viewpoints and produces a structured conclusion.
Agent
Coordinates multi-agent verification and review workflows — decomposes the goal, delegates to specialist subagents, and returns a structured verdict.
Agent
Merges multiple independent analyses into one verified conclusion — checks contested claims against the code and tests before ruling.
Agent
The control tower of the tower workflow — owns the tower protocol levers (boot/plan/spawn/register/mission/merge/teardown/ci), decomposes goals into scoped missions, dispatches workers and reviewers with the Agent tool, and enforces the merge gate. The only roster identity that may run tower-only tools.
Agent
Reviews one assigned branch against the tower protocol — verifies the diff, runs checks, and submits a verdict (clean | p1-Nitems | p2-Nitems) with a merge decision. Read-only: never edits files, spawns agents, or touches the merge gate.
Agent
Executes one scoped mission in its assigned worktree — reads the mission, writes code under the mission scope, reports progress, and hands back a complete handoff in its final message. Runs under the tower workflow's identity and write-guard (tower-worker profileName is the B3 guard's match key).