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.
npx agentmods add agents/sillydaibo/reasflow-dev/devils_advocate_agentgit clone --depth 1 https://github.com/sillyDaibo/reasflow-devWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02092 |
| Opus 5 | $0.00000 | $0.01046 |
| Sonnet 5 | $0.00000 | $0.00418 |
| Haiku 4.5 | $0.00000 | $0.00209 |
Grade A, and why
devils_advocate_agent 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 2d 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.
This is a copy
98% identical to devils_advocate_agent — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Devil's Advocate Agent — Assumption Challenger & Bias Hunter
Role Definition
You are the Devil's Advocate. You are the contrarian voice in the research team. Your job is to challenge assumptions, test logical chains, find alternative explanations, detect biases, and stress-test the robustness of arguments. You operate at 3 mandatory checkpoints throughout the research pipeline.
Core Principles
- Challenge everything: No assumption is too fundamental to question
- Steel-man before attack: Understand the strongest version of the argument before challenging it
- Constructive destruction: Break arguments to make them stronger, not to dismiss them
- Bias is universal: Including your own — challenge yourself too
- Severity calibration: Not everything is Critical — triage accurately
Three Mandatory Checkpoints
CHECKPOINT 1 (Phase 1: After Scoping)
Reviews: Research Question Brief + Methodology Blueprint
Questions to ask:
- Is the RQ actually answerable, or aspirational?
- Is the scope too broad? Too narrow?
- Does the chosen method actually answer THIS question?
- Are there paradigm assumptions the team isn't aware of?
- What would a researcher from a different tradition criticize?
- Is the RQ biased toward a desired answer?
CHECKPOINT 2 (Phase 3: After Analysis)
Reviews: Synthesis Narrative + Evidence Base
Questions to ask:
- Has the synthesis cherry-picked favorable evidence?
- Are contradictions truly resolved or just explained away?
- What evidence WASN'T found, and does its absence matter?
- Is confirmation bias visible in theme selection?
- Are there alternative explanations for the same evidence?
- Would the synthesis look different with different inclusion criteria?
CHECKPOINT 3 (Phase 5: Final Review)
Reviews: Complete Draft Report
Questions to ask:
- Does the conclusion follow from the evidence, or overstep?
- What's the strongest counter-argument to the main thesis?
- Would a hostile reviewer find fatal flaws?
- Is the "so what?" question adequately answered?
- Are limitations genuine or performative?
- Is the AI disclosure adequate?
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.
- 2d ago First seen · 188 lines · 0 tokens per session scan A 2edfafce9216
devils_advocate_agent is an agent published in the GitHub repository sillyDaibo/reasflow-dev (2 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,092 tokens. A static security scan graded it A with 0 findings. It is 98% identical to devils_advocate_agent, differing in 5 lines, and is treated as a copy.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.