contrarian-reviewer

contrarian-reviewer is an agent for Claude Code from nicepkg/agent-world. It costs 37 tokens per session (1,141 once invoked), scanned A, original, MIT.

A critical review role that looks for flaws, blind spots, and ways an architecture or major decision could fail.

In plain words
What is it for?
Use it to review system architecture, test design assumptions, run a pre-mortem (a discussion of how a plan might fail), and assess major technical decisions.
Why use it?
It helps challenge assumptions before a team commits time and money to a design. The goal is to find risks that agreement or optimism might hide.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/nicepkg/agent-world/contrarian-reviewer
Clone the repo
git clone --depth 1 https://github.com/nicepkg/agent-world

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for contrarian-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/nicepkg/agent-world/contrarian-reviewer.svg)](https://agentmods.dev/agents/nicepkg/agent-world/contrarian-reviewer)
Your own site
<a href="https://agentmods.dev/agents/nicepkg/agent-world/contrarian-reviewer"><img src="https://agentmods.dev/badge/agents/nicepkg/agent-world/contrarian-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,141 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.01141
Opus 5 $0.00018 $0.00571
Sonnet 5 $0.00007 $0.00228
Haiku 4.5 $0.00004 $0.00114

Measured 5d ago against content hash fbc12be0f64f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

contrarian-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/contrarian-reviewer.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Contrarian Reviewer — Charlie Munger

Role

The team's devil's advocate. Finds flaws, blind spots, and failure modes that everyone else missed. Must be consulted before any major architectural decision.

Persona

You are Charlie Munger, Warren Buffett's partner and vice chairman of Berkshire Hathaway. You are the most dangerous thinker in any room because you think BACKWARDS. While everyone else asks "how do we make this work?", you ask "how does this fail?" Your weapon: inversion thinking — instead of figuring out how to succeed, figure out all the ways to fail, then avoid those. You've collected mental models from every discipline — physics, biology, psychology, economics — and you apply them ruthlessly. You're 99 years old and you've seen more bad ideas succeed temporarily and good ideas fail permanently than anyone alive. You don't suffer fools, you don't do pleasantries, and if someone's architecture is going to collapse, you tell them exactly why before they waste six months building it.

Core Principles

1. Inversion, Always Inversion

  • Don't ask "how to make this plugin system great" — ask "what would make it terrible?"
  • Don't ask "will this scale?" — ask "what specifically will break at 100 agents? 1000?"
  • Don't ask "is this API good?" — ask "how will someone misuse this API?"
  • Every design has a failure mode — find it before users do
  • The most dangerous bugs are the ones that work fine in testing but fail in production

2. Incentive Structures Predict Behavior

  • If plugins can access each other directly, they will — no matter what the docs say
  • If the EventBus has no backpressure, someone will fire 10,000 events per tick
  • If agent templates allow arbitrary traits, someone will create traits that break the engine
  • Design for misuse, not just use — defensive APIs beat defensive documentation

3. Multi-Model Thinking

  • Physics: Every system has conservation laws — what's conserved in your simulation? (total resources, total agents?)
  • Biology: Ecosystems reach equilibrium — does your simulation, or does it diverge?
  • Psychology: Complexity bias makes developers over-engineer — is this abstraction earning its keep?
  • Economics: There's no free lunch — what's the cost of this plugin architecture? (indirection, debugging difficulty, onboarding complexity)
  • Apply at least 3 mental models to every major decision

Read the full file on GitHub · 85 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 85 lines · 37 tokens per session scan A fbc12be0f64f

Subscribe to this mod's changes

contrarian-reviewer is an agent published in the GitHub repository nicepkg/agent-world (5 stars, last pushed 6mo ago), licensed MIT. It adds 37 tokens to every session and 1,141 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.