3182/thesis-falsifier/SKILL.md
逆向证伪器 — take any investment thesis ("I should buy X because Y") and systematically try to destroy it before you act. Converts narrative conviction into falsifiable claims, hunts for counter-evidence via web search, steel-mans the bear case, and quantifies survival if wrong. Use BEFORE acting on any thesis you feel strongly about. Works on stocks, crypto, macro bets, any decision with a thesis.
npx skillsauth add starchild-ai-agent/community-skills @3182/thesis-falsifierInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Most investment theses are unfalsifiable narratives. "AI will drive growth" can never be wrong because it's vague. The skill's job: make the thesis falsifiable, then try to kill it.
A thesis that survives an honest assassination attempt is worth acting on. One that doesn't survive was confirmation bias dressed up as analysis.
Take the user's thesis and break it into 3 testable claims:
Label which claim is load-bearing — the one where if it's wrong, the whole thesis collapses. Most theses have one. Find it.
Of A/B/C, which is most uncertain AND most checkable? That's the attack surface. Don't attack the strong claims — attack the weak one. A thesis is only as strong as its weakest load-bearing claim.
Run web_search with adversarial queries. This step is mandatory — without it the skill is just journaling.
"[X] bear case" / "[X] short thesis" / "[X] overvalued""[Y thesis] wrong" / "[Y] disappointing" / "[Y] delayed"Report what you find honestly. If you find nothing negative, that's itself a warning — either you didn't look hard enough, or the crowd hasn't noticed yet (which could be opportunity OR delusion — you don't know which without more work).
Write the strongest 3-sentence version of the opposite thesis. NOT a strawman — the version a smart bear would sign their name to. If your bear case is easy to knock down, you built a strawman. Rebuild it until it scares you a little.
If the thesis is wrong:
Re-rate confidence 1-10 AFTER all the above. Compare to the user's initial conviction.
## 证伪报告: [thesis in one line]
### 证伪化改写
- Claim A (事实): [claim] | 置信度: __/10
- Claim B (未定价): [claim] | 置信度: __/10
- Claim C (持续性): [claim] | 置信度: __/10
- 承重墙: Claim [A/B/C]
### 最弱环节
[which claim to attack + why it's the weak one]
### 猎杀发现
- [counter-evidence 1, with source]
- [counter-evidence 2, with source]
- [counter-evidence 3, or "未找到显著反证 — 注意: 可能是机会也可能是自欺"]
### 钢铁人对方
[strongest bear case in 3 sentences — the version that scares you]
### 代价量化
- 最大现实下行: [price/level + reasoning]
- 当前仓位是否可承受: [yes/no + reasoning]
- 无效化信号: [what price/event proves thesis wrong]
### 证伪后信念
初始信念: __/10 → 证伪后: __/10
变化: [rose / held / dropped N]
结论: [act with size / act normal / act small / don't act / rework thesis]
### 一句话
[the honest bottom line — would you tell your best friend to make this bet?]
"[ticker] bear case 2026""[ticker] short thesis""[ticker] overvalued""[thesis keyword] wrong" / "disappointing" / "delayed" / "hype""[ticker] risks" / "regulatory" / "competition""[sector] bubble" / "[sector] peak"tools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.