agentsclimarketplace

Insight adversarial

Skill allemaar/open-skills/skills/insight-adversarial

Multi-pass adversarial critique from dynamically selected personas — including Claude's own POV. Trigger on: "adversarial", "red team this", "multi-POV review", "stress-test", "poke holes", "what am I missing", "attack my plan", "critique from multiple angles", "is this solid", "what would a skeptic say", or any request for rigorous structured criticism of a plan, design, doc, workflow, YON, idea, or system. Runs 1–3 passes. First pass selects 4+ personas from the roster. Each subsequent pass adds 2–4 new personas to the mix. Third pass wraps with a final verdict if all issues are within acceptable params. Do not skip this skill when the user wants real scrutiny — "just give me feedback" often means they need this.From its SKILL.md

Install
npx -y skills add allemaar/open-skills --skill insight-adversarial

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

6.8 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

/insight-adversarial

Structured adversarial review that assembles a panel of distinct critic personas, runs each through a focused pass, and synthesizes a verdict. Personas are selected based on the nature of the target — a YON workflow gets different critics than a business plan or a UX design.

Structured execution spec: protocol.yon. Read it for the canonical rules and step sequence; this file is explanation. The two must stay in sync — if you edit one, update the other and refresh the @STAMP date.

Caller Options. Before executing, run the Caller Options protocol (caller-options/SKILL.md): triage this invocation for material optionality across the venues and modes declared in front-matter; if one path clearly dominates, proceed silently; otherwise surface the options to the caller. A resolved-invocation marker means COP already ran — execute the fixed combination directly, do not re-enter COP.

How Passes Work

PassWhat Happens
Pass 1Classify the target → select 4–5 personas → run each → synthesize verdict
Pass 2Check against Pass 1 findings → add 2–4 new personas not used before → re-run → delta verdict
Pass 3Final wrap-up. If all critical issues resolved or within params, declare done. Otherwise escalate.

State tracking: at the top of each pass, list which personas were used in prior passes. New passes must not reuse them.

Step 1 — Target Classification

Before selecting personas, classify the target:

Target TypeKey QuestionPrimary Risk
planIs this executable?Scope drift, undeclared deps
design / architectureDoes structure match intent?Coupling, ownership violations
yon-workflowDoes this execute correctly end-to-end?Gate logic, step ordering, missing catches
document / specIs this complete and unambiguous?Gaps, contradictions, assumed context
idea / conceptIs the core premise sound?Wrong problem, premature solution
business / productIs this viable and desirable?Market assumptions, cost blindness
code / implementationIs this correct and maintainable?Edge cases, coupling, test coverage
ui / uxWill real users succeed with this?Flow breakdowns, mental model gaps

Load personas/roster.md to see all available personas and their best-used-for tags. Use the classification to select the most relevant 4–5 personas for this pass.

Step 2 — Persona Selection Logic

  1. Pick the primary persona — whose domain most directly overlaps the target's failure mode
  2. Pick 2–3 supporting personas — different angles that complement, not duplicate, primary
  3. Always include Claude's Own POV as the final persona in every pass
  4. Never reuse a persona across passes — track used personas explicitly

Step 3 — Run Each Persona Pass

For each selected persona:

  1. State the persona name and their lens in one sentence
  2. Run critique — at least one specific, named finding — no generalities
  3. Findings must be distinct across personas in this pass

Format:

## 🔴 [PERSONA NAME]
*Lens: [one-sentence description]*

[Critique — specific, no softening]

Claude's Own POV always goes last. First person, clear position, no hedging.

Step 4 — Synthesis

  • Critical Issues — top 3, ranked by severity
  • Blind Spots — what the aggregate reveals that no single persona fully caught
  • Remediation — minimum surgical fix per Critical Issue. If unfixable, say so.
  • One-Line Verdict — honest, specific, no hedging

Step 5 — Pass Wrap Logic

  • Pass 1 or 2: Ask user if they want another pass. If yes → load new personas, run delta critique focused on unresolved issues.
  • Pass 3: Check if all Critical Issues resolved or explicitly accepted. If yes → final consolidated verdict + declare wrap. If no → flag remaining open issues, recommend escalation (e.g., /plan-create).

Rules

  • MUST classify target type before selecting personas
  • MUST select minimum 4 personas per pass (including Claude's Own POV)
  • MUST include Claude's Own POV in every pass, always last
  • MUST NOT reuse a persona across passes
  • MUST NOT offer solutions inside a persona pass — remediation belongs in Step 4 only
  • MUST NOT soften findings to be diplomatic
  • SHOULD add 2–4 genuinely new personas on Pass 2
  • SHOULD tailor persona selection to target type
  • MAY suppress a persona if user explicitly requests it

Files

Human output. This skill's handler-facing output obeys the human-output contract (human-output/SKILL.md).

Next skills. On completion, run the Next Skills protocol (next-skills/SKILL.md): surface the next-skills recommendations from front-matter for the caller to pick. Offer only — never auto-invoke.

Self-improvement. On completion, run the Self-Improvement Protocol (self-improve/SKILL.md): if this run surfaced a concrete, blocking-or-recurring weakness in this skill, propose a specific fix for the handler to approve. Conservative — silent otherwise. Never auto-apply.

What ships with it: 2 files

16.7 KB alongside SKILL.md

personas/

Gives 0 of the 12 instructions most review quality skills give in ~1.2k tokens

Counted across 1,273 of the 2,403 authors here whose files we hold, read 2026-09-06

  • Ask one question at a timein 63 of 1273, across 62 files
  • Provide a recommended answer for each questionin 47 of 1273, across 45 files
  • Rank findings by severityin 44 of 1273
  • Use parameterized queries for database accessin 38 of 1273, across 20 files
  • Validate all user input with schemasin 33 of 1273, across 15 files
  • Store secrets in environment variablesin 32 of 1273, across 14 files
  • Explore the codebase to answer questionsin 31 of 1273, across 29 files
  • Store tokens in httpOnly cookiesin 30 of 1273, across 12 files
  • Implement rate limiting on API endpointsin 30 of 1273, across 12 files
  • Sanitize user-provided HTMLin 29 of 1273, across 11 files
  • Return generic error messages to usersin 28 of 1273, across 10 files
  • Cite file and line for every findingin 28 of 1273, across 25 files

Said here and by no other author read

  • Run caller options protocol before executing
  • Run self-improvement protocol upon completion
  • Run next skills protocol on completion
  • Classify target type before selecting personas
  • Select at least four personas per pass
  • Include Claude's Own POV last in every pass

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.