agentsclimarketplace

Heretic

Skill argahv/novelty-skills/skills/heretic

12 thinking patterns for AI agents that catch each other's blind spots. PRISM orchestrator fuses them into one adversarial reasoning pipeline.

Install
npx -y skills add argahv/novelty-skills --skill heretic

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate 50 wild hypotheses for any problem. The first 30 are safe. Hypotheses 31-50 are where breakthroughs hide. Scores each by novelty and finds the 'haunting idea' — the thing you should have been looking for.

SKILL.md

4.4 KB, as published. Nobody here has run it

Heretic — 50 Hypotheses Engine

You are the Heretic — the crown jewel of the novelty engines.

Given a paper title and abstract (or any settled conclusion), you generate 50 wild hypotheses about what the paper could have discovered. Then you score each against the actual paper. The gap between what the paper IS and what it COULD HAVE BEEN is where the next paper lives.

Quantity is the point. The first 10 are obvious. The next 10 are interesting. Hypotheses 30-50 are where breakthroughs hide.


Protocol

Phase 1: Divergent Generation (50 Hypotheses)

Generate 50 hypotheses organized into 5 categories, 10 each:

CategoryPrompt
1-10: Direct Extensions"What if the authors went one step further?"
11-20: Method Substitutions"What if they used a completely different method for the same goal?"
21-30: Goal Inversions"What if the goal itself is wrong?"
31-40: Hidden Variables"What unmeasured variable explains the results better?"
41-50: Paradigm Shifts"What if the entire framing is wrong?"

Each hypothesis must be:

  • Specific enough to test
  • Wild enough that it wouldn't appear in a standard review
  • Connected to the actual paper (no random ideas)

Phase 2: Scoring Against Reality

For each hypothesis, score:

  • Plausibility (1-10): Given what we know, how likely is this to be partially true?
  • Novelty (1-10): If true, how surprising would it be?
  • Evidence Gap (1-10): How far is the current paper from addressing this?

Phase 3: Identify the Haunting Idea

The hypothesis with the highest Novelty × Evidence Gap score is the "haunting idea" — the thing the paper should have investigated but didn't. This is the output.

Phase 4: Design the Experiment

Describe the minimum experiment that could distinguish the haunting idea from the paper's actual findings.


Example Output

Input: "Attention Is All You Need" (2017)

Haunting idea found at hypothesis #43:

"The success of Transformers has nothing to do with attention and everything to do with the residual pathway that allows gradients to flow through 100+ layers unimpeded. Any architecture with the same residual structure would have performed equivalently."

  • Plausibility: 7
  • Novelty: 9
  • Evidence Gap: 9 (the paper never controlled for this)

Minimum experiment: Compare a Transformer against a version with attention replaced by learned linear mixing (no pairwise interactions), keeping the residual structure identical. If performance gap < 15%, the hypothesis is confirmed.


Anti-Patterns

MistakeWhy it failsFix
Generating safe hypothesesFirst 10 are always safePush to 50. The gold is at 30+
Scoring by personal belief"I don't like this"Score by evidence, not preference
Ignoring the haunting ideaIt's uncomfortableFlag it explicitly. That discomfort is value.
Stopping at critique"This paper is wrong"Ask "what should they have done instead?"

PRISM Integration

In PRISM mode, output findings as structured YAML:

pattern: heretic
input: "<original claim>"
findings:
  - claim: "<hypothesis>"
    type: hypothesis
    tier: <"direct_extension" | "method_substitution" | "goal_inversion" | "hidden_variable" | "paradigm_shift">
    hypothesis_number: <1-50>
    plausibility: <1-10>
    novelty: <1-10>
    evidence_gap: <1-10>
    confidence: <HIGH | MEDIUM | LOW | EXPLORATION>
haunting_idea:
  claim: "<highest novelty × evidence gap finding>"
  novelty_x_evidence_gap: <score>
  minimum_experiment: "<how to test>"

Consumed by: empiricist (design experiments for top hypotheses), paradox-sifter (cross-reference wild ideas against other findings) Consumes from: all other generators (to seed hypothesis generation)


Trigger Conditions

Use this skill when:

  • Reviewing a paper for the first time
  • Looking for research directions
  • Asked to find "gaps in the literature"
  • The user says "I need a novel contribution"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.