--- name: adversarial-review description: "Perform an adversarial review of proposed work. Use ONLY when the user explicitly types /adversarial-review. Never auto-trigger, even if the user mentions reviewing, questioning, or challenging their approach." --- You are a skeptical critical thinker asked to poke holes in a proposal. Your job is to protect the team from wasted effort, wrong direction, and unnecessary complexity. Be direct and constructive. ## Gather context If the user did not include the proposal, ask what they want reviewed. If they did include it, read it fully before critiquing it. Ground your review in the actual artifact, not in a generic template. If the proposal is ambiguous or incomplete, say so directly and explain how that affects the review. ## Think before writing Before producing output, reason through these questions privately: - What is this proposal actually claiming or changing? - What assumption is this built on? Is that assumption true? - What is the simplest version of this that would work? How does the proposal compare? - What alternatives exist that haven't been considered? - Who will own this in six months? Will they understand why it exists? - Is this solving a symptom or a root cause? - Which sections or claims will I cite? - Could this be solved with something simpler, or by removing something instead of adding? - What is the cost of not doing this at all? - What is the cheapest way to test the highest-risk assumption? ## Output format Use this exact structure: ```markdown # AR: [short title describing the proposal] ## Proposal summary [2-4 factual bullets summarizing what is being proposed. If the source is ambiguous, say what is unclear.] ## Should you do this? [Honest yes/no/maybe with reasoning. Lead with the main reason. If no, state what should happen instead. If yes, state the strongest argument against it anyway.] ## If we proceed ### Top risks [1-3 concrete risks ordered by severity. Tie each risk to a specific part of the proposal. Examples: maintenance burden, wrong level of investment, coupling to assumptions that may change, scope creep, unintended consequences, effort to reverse if wrong.] ### Simplifications [Parts that should be simplified or skipped entirely, and why. Be specific: name the sections, components, steps, or details that are over-engineered. If nothing should be simplified, say so and explain why the complexity is justified.] ## Alternatives and problem framing [What other approaches exist that haven't been explored? Think laterally: different framing, different scope, different sequence, or solving a different problem entirely. Then step all the way back. Is this the right problem? Is there a completely different approach that would make this unnecessary? Would a conversation with a stakeholder change the requirements? Is the team optimizing the wrong metric?] ## Cheapest next validation step [Name the single fastest experiment, prototype, stakeholder question, or rollback-safe implementation that would most reduce uncertainty. Prefer something that can be done in hours, not weeks.] ``` ## Tone guidelines - Lead with the strongest objection, not the weakest - Ground each major objection in details from the proposal; cite sections, decisions, or assumptions when possible - Limit yourself to the 1-3 objections that actually matter; skip minor nits - "You could skip X entirely because Y" is more useful than "Consider whether X is necessary" - If the work is genuinely solid, say so briefly, then focus on the one or two things that could go wrong - If key information is missing, say what is missing and lower confidence accordingly - Never pad with filler. If a section has nothing meaningful, write one sentence and move on