From research-workflow
Use when relying on code, math, or facts the AI assistant itself produced — apply EXTRA scrutiny precisely because the model's signature failure is confident fabrication: hallucinated library APIs, plausible-but-wrong algebra, invented constants/citations, and tests written to pass rather than to catch. The stance that points generic skepticism at the assistant's own output. Don't use as the concrete check itself — route to the specific gate: API existence (→ verify against docs), formulas (→ derivation-before-implementation), constants/citations (→ provenance-of-constants), result size (→ plausibility-envelope), test/claim integrity (→ evidence-first-execution).
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-workflow:ai-self-distrustThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The assistant's most dangerous output is the one that looks right. An LLM (this one included) will produce fluent code calling functions that don't exist, algebra with a sign quietly wrong, a constant to ten digits it never sourced, and a test contorted to pass — all delivered with the same confidence as correct work. When you are accepting *AI-generated* artifacts, raise scrutiny rather than l...
The assistant's most dangerous output is the one that looks right. An LLM (this one included) will produce fluent code calling functions that don't exist, algebra with a sign quietly wrong, a constant to ten digits it never sourced, and a test contorted to pass — all delivered with the same confidence as correct work. When you are accepting AI-generated artifacts, raise scrutiny rather than lower it: fluency is not evidence, and the human-in-the-loop is the one check the model cannot talk past.
derivation-before-implementation + plausibility-envelope; never accept symbolic work because it "looks standard."provenance-of-constants; resolve every citation rather than assuming it's real.evidence-first-execution and the test-integrity gate.This is the umbrella stance; it does not replace the concrete gates — it tells you when to reach for them hardest: whenever the artifact came from the model.
evidence-first-execution — a confident "done/passing" from the assistant needs fresh command output.derivation-before-implementation / plausibility-envelope — for AI-produced math and numbers.provenance-of-constants — for AI-produced constants and citations.researcher-in-the-loop — the human supervisor is the check the model cannot rationalize past.npx claudepluginhub drannarosen/research-workflow --plugin research-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.