adversarial-review
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.
What this skill does
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
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.