← ClaudeAtlas

criticallisted

Adversarially challenges a proposed plan, code change, or bug diagnosis from a hostile pre-mortem perspective. Walks a fixed taxonomy of failure modes, blast radius, rollback, hidden coupling, and maintainability; every finding must cite a file, line, or named assumption; forces a steelman of at least one alternative. Surfaces concerns only — does not score (delegates to `/confidence`) and does not apply fixes. Use during planning before autonomous execution, before opening a high-stakes PR, or when a fix "feels off". One adversarial pass per run — naïve self-refine loops amplify bias. Modes: plan (default), code, analysis. Triggers on "critical", "challenge this", "pre-mortem", "red-team this", "/critical".
mthines/agent-skills · ★ 5 · Data & Documents · score 83
Install: claude install-skill mthines/agent-skills
# Critical — Adversarial Pre-Mortem Challenge the proposed work as a hostile staff engineer would. Surface specific, grounded failure modes; force at least one steelmanned alternative; hand scoring to `/confidence`. > **Why this exists, in one paragraph.** > A single LLM "be honest" pass tends to confirm rather than challenge — naïve self-refine has been shown to amplify bias (Pride and Prejudice, ACL 2024) and to add no gains over self-consistency when the initial answer is already strong (SELF-[IN]CORRECT, AAAI). > External grounding plus a fixed taxonomy beats vague introspection (CRITIC framework). > This skill is the structured counter-pressure: one pass, hostile persona, mandatory citations, mandatory steelman, no self-scoring. ## Contents - [When to use](#when-to-use) - [Mode detection](#mode-detection) - [The persona contract](#the-persona-contract) - [External grounding rule](#external-grounding-rule) - [Taxonomy — `plan` mode](#taxonomy--plan-mode) - [Taxonomy — `code` mode](#taxonomy--code-mode) - [Taxonomy — `analysis` mode](#taxonomy--analysis-mode) - [Mandatory steelman alternative](#mandatory-steelman-alternative) - [Output format](#output-format) - [Composition with other skills](#composition-with-other-skills) - [Hard rules and non-goals](#hard-rules-and-non-goals) --- ## When to use | Use it | Don't use it | | ------------