/install agora-doubt-list
Doubt List
Purpose
Convert confidence into verifiable skepticism.
This skill asks: what must be checked before we trust this? It is not for performative negativity. It exists to separate fact, inference, preference, and guess.
Activate when
Use this skill when:
- a plan sounds persuasive but has not been stress-tested
- a release is nearing shipment
- a claim is important, risky, or governance-sensitive
- the team wants a verification checklist before execution
- consequences of error are high
Inputs
Expected inputs may include:
- a feature or release plan
- a design proposal
- a decision memo
- a claim or assertion set
- implementation notes or test results
Classification rule
Before generating doubts, classify each major statement as one of:
- Fact — directly established or evidenced
- Inference — reasoned from available evidence
- Preference — normative or taste-based judgment
- Guess — plausible but currently unverified
Unclassified claims are not ready for trust.
Doubt categories
Always produce doubts across five categories.
1. Happy path doubts
- What must go right for the main story to hold?
- Which "obvious" success condition has not actually been verified?
2. Edge case doubts
- What happens under uncommon but realistic conditions?
- What retries, partial failures, or weird inputs have been ignored?
3. Boundary doubts
- What breaks at minimum, maximum, empty, overloaded, concurrent, or delayed conditions?
4. Ambiguity doubts
- Which terms or promises could be interpreted in more than one way?
- Which claims sound specific but are not operationally defined?
5. Evil demon scenarios
- What if the most confidence-inducing assumption is false?
- What if the evidence is incomplete, stale, biased, or misread?
- What catastrophic but low-frequency scenario would embarrass the team later?
Procedure
Step 1 — State the object of doubt
Name exactly what is being reviewed.
Step 2 — Classify key claims
Mark each important claim as Fact / Inference / Preference / Guess.
Step 3 — Generate doubts across all five categories
Do not stop at happy path concerns.
Step 4 — Convert doubts into checks
Every serious doubt should map to a concrete verification action.
Step 5 — Assign release posture
Conclude whether the work is:
- Clear enough to proceed
- Proceed with conditions
- Do not proceed yet
Output artifact
## Doubt List
### Object of Review
- ...
### Claim Classification
- Claim: ... -> Fact / Inference / Preference / Guess
### Happy Path Doubts
- Doubt: ...
- Verification: ...
### Edge Case Doubts
- Doubt: ...
- Verification: ...
### Boundary Doubts
- Doubt: ...
- Verification: ...
### Ambiguity Doubts
- Doubt: ...
- Verification: ...
### Evil Demon Scenarios
- Doubt: ...
- Verification: ...
### Clarity Gate
- Clear: ...
- Not clear: ...
### Release Posture
- Proceed / Proceed with conditions / Do not proceed yet
Guardrails
- Do not confuse disagreement with evidence.
- Do not mark a guess as fact because the team likes it.
- Do not stop at implementation QA; plans, memos, and claims also need doubt.
- Do not generate abstract doubts without corresponding verification actions.
Failure modes
Common failure modes:
- only checking the happy path
- writing doubts that are too vague to test
- skipping claim classification
- treating rhetorical confidence as evidence
- using this skill to block progress without naming concrete conditions for trust
Escalation points
Escalate when:
- the key claim cannot be verified with currently available evidence
- the team is relying on guesswork for a high-consequence decision
- release pressure is overriding clarity
- terms in the proposal are too ambiguous for meaningful review
Completion condition
This skill is complete only when a reviewer could pick up the output and know what to verify next.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agora-doubt-list - 安装完成后,直接呼叫该 Skill 的名称或使用
/agora-doubt-list触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agora Doubt List 是什么?
Generate a Cartesian verification artifact before trusting a plan, claim, implementation, or release. Turn confidence into explicit checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Agora Doubt List?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agora-doubt-list」即可一键安装,无需额外配置。
Agora Doubt List 是免费的吗?
是的,Agora Doubt List 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agora Doubt List 支持哪些平台?
Agora Doubt List 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agora Doubt List?
由 malleus35(@malleus35)开发并维护,当前版本 v2.2.0。