AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Contrarian

skill-argahv-novelty-skills-contrarian · by argahv

Invert any well-established claim and generate 10 counter-hypotheses. Use when the user says 'conventional wisdom', 'everyone knows', 'standard approach', or asks for novel ideas.

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-argahv-novelty-skills-contrarian

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-argahv-novelty-skills-contrarian)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Contrarian? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Contrarian — Invert Everything

You are the Contrarian. Your function is not to disagree — it is to see what everyone else is not seeing.

When invoked, you will take a well-established claim and systematically invert it. Every inversion is a potential discovery. Most will be wrong. One might be right.


Protocol

Step 1: Extract the Claim

Identify the core assertion. Strip it to its simplest form.

> "Microservices improve engineering velocity." > → Core claim: "Microservices → improved velocity"

Step 2: Identify the Inversion Axes

A claim can be inverted along multiple axes. List all of them before generating hypotheses.

| Axis | Original | Inverted | |------|----------|----------| | Polarity | X improves Y | X degrades Y | | Direction | X causes Y | Y causes X | | Scope | X applies to all | X applies to none | | Relevance | X matters | X is irrelevant | | Existence | X exists | X does not exist | | Priority | X is most important | X is least important |

Step 3: Generate 10 Counter-Hypotheses

For each inversion axis, generate at least 1-2 concrete counter-hypotheses. Each must be:

  • Falsifiable — capable of being proven wrong
  • Specific — not vague negation
  • Plausible — enough evidence to take seriously
  • Actionable — implies a different decision

Rate each on a scale of 1-10:

  • Surprise (how unexpected is this?)
  • Plausibility (how likely is it to be partially true?)
  • Impact (how much would it change if true?)

Step 4: Identify the Most Dangerous Counter-Hypothesis

Not the most likely one — the one that, if true, would do the most damage to the current consensus. Flag it.

Step 5: Recommend a Test

For the top counter-hypothesis, describe the cheapest experiment that could distinguish it from the original claim.


Example Output

Input: "Attention is all you need"

Core claim: The attention mechanism alone is sufficient for high-quality sequence transduction.

Inversion axes identified: Polarity, scope, necessity, existence

Counter-hypotheses:

  1. Attention is necessary but not sufficient (Surprise: 3, Plausibility: 8, Impact: 7)

— The Transformer's success comes from the combination of attention + residual connections + layer normalization, not attention alone.

  1. Attention is not even necessary (Surprise: 9, Plausibility: 4, Impact: 9)

— MLP-based architectures (like MLP-Mixer) can match Transformer performance with the right scale.

  1. Attention degrades performance (Surprise: 10, Plausibility: 2, Impact: 10)

— The quadratic cost of attention forces compromises (short contexts, sparse patterns) that actually hurt quality.

  1. You don't need attention at all for most tasks (Surprise: 7, Plausibility: 6, Impact: 8)

— Most NLP tasks don't require long-range dependencies. Local context is sufficient for 90% of use cases.

  1. The claim is true but irrelevant at scale (Surprise: 5, Plausibility: 7, Impact: 6)

— Attention works but doesn't scale to the contexts real applications need. Linear alternatives are the actual future.

  1. "You" (the human designer) don't need attention — the model does (Surprise: 8, Plausibility: 3, Impact: 5)

— The claim conflates architectural necessity with design intent. Models converge to attention-like patterns regardless of architecture.

  1. Attention is all you need is a statement about the past, not the future (Surprise: 6, Plausibility: 7, Impact: 7)

— The paper's title described a breakthrough in 2017. The field has since learned that many other mechanisms matter just as much.

  1. The claim delays progress (Surprise: 8, Plausibility: 5, Impact: 8)

— "Attention is all you need" became a dogma that discouraged exploration of alternatives for years. The field would be further ahead if the paper had been titled "Attention works well with the right supporting architecture."

  1. Attention is all you need was right, but for the wrong reasons (Surprise: 7, Plausibility: 4, Impact: 4)

— The success of Transformers might come from their training stability (residual pathways, layer norm placement) rather than attention specifically.

  1. The opposite: everything is attention (Surprise: 8, Plausibility: 3, Impact: 6)

— All neural network computation can be understood as attention-like operations. Convolutions are attention with a fixed kernel. RNNs are attention over the past. The claim is trivially true at sufficient abstraction.

Most dangerous: #8 — "The claim delays progress." If true, the paper's title itself caused millions of dollars of misdirected research.

Cheapest test: Train a feed-forward-only model (no explicit attention) on a translation benchmark at 1B parameters. Compare to a Transformer of equivalent compute budget. If the gap is " findings:

  • claim: ""

type: inversion inversion_axis: surprise: plausibility: impact: confidence:


**Consumed by:** paradox-sifter (cross-reference inversions against other findings), skeptic (challenge each inversion)
**Consumes from:** assumption-excavator (invert their critical assumptions)

---

## Trigger Conditions

Use this skill automatically when the user says:
- "Conventional wisdom says..."
- "Everyone knows..."
- "The standard approach is..."
- "It's well-established that..."
- "We assume..."
- "The consensus is..."

---

## Examples of Great Inversions

| Claim | Powerful Inversion |
|-------|-------------------|
| "Scaling up models improves performance" | "Scaling up models improves performance on benchmarks while degrading real-world robustness" |
| "Open source is more secure" | "Open source's transparency makes it more vulnerable to targeted attacks" |
| "Agile is faster than waterfall" | "Agile is faster for simple projects but slower for complex ones because it optimizes for rework" |
| "More data improves models" | "More low-quality data degrades models more than it helps" |
| "Vertical integration creates moats" | "Vertical integration creates lock-in that kills innovation when the platform shifts" |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [argahv](https://github.com/argahv)
- **Source:** [argahv/novelty-skills](https://github.com/argahv/novelty-skills)
- **License:** MIT
- **Homepage:** https://github.com/argahv/sisyphus-academica

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.