devils-advocate
An agent skill by daymade, from daymade/claude-code-skills. Tags: analysis, review, risk, strategy, validation.
What it does
结构化压力测试一个论点(devil's advocate / 魔鬼代言人):把论点拆成显性断言与隐性假设(A1/A2 编号), 逐条在用户给定的证据材料里检索带出处的反方论证,标 High/Medium/Low 风险等级,补基础比率外部视角, 最后给出「可监测的证伪信号」清单;输出结构化 findings + 人读叙事双层结果。找不到反证时如实声明「未找到」, 绝不编造。复刻自 LinqAlpha(对冲基金 AI 产品)公开的 Devil's Advocate 架构,叠加 CIA 结构化分析技术与 RAND 假设规划。当用户要「压力测试 / 唱反调 / 找盲点 / 拆假设 / 挑战这个论点 / bear case / 红队这个方案 / 上投委会前过一遍 / pressure test my thesis」,或拿着投资论点、IC memo、研究结论、商业决策要人挑刺时, 用本 skill——即使用户没说出"魔鬼代言人"这个词。
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add daymade/claude-code-skills --skill devils-advocate
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/daymade/claude-code-skills
cp -r claude-code-skills/daymade-financial/devils-advocate ~/.claude/skills/devils-advocate
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- daymade/claude-code-skills (all skills from this repository)
- Path
- daymade-financial/devils-advocate/SKILL.md
- Branch
- main
- Updated
- 2026-09-20
Related skills
- seo — Comprehensive SEO analysis for any website or business type.
- benchmark-due-diligence — Runs adversarial due-diligence on a benchmark the user envies — a founder, KOL, company.
- deep-research — Generate format-controlled research reports with evidence tracking, citations, source governance, and multi-pass synthesis.
- prior-work-retrieval — Only for explicit prior-work/reuse/history requests; never for read-only status or inspection.
- transcript-fixer — Corrects speech-to-text transcription errors with dictionary rules and Claude's built-in AI (no external API key required).
- aws-database — Routes any task involving AWS databases — choosing, comparing, recommending, getting started with.