expert-redteam-review

expert-redteam-review is a skill for Claude Code from carbonshow/intent-fluid. It costs 67 tokens per session (1,087 once invoked), scanned A, original, MIT.

A structured review process that challenges complex or high-impact decisions from several independent expert perspectives before a final judgment.

In plain words
What is it for?
Use it for architecture choices, security reviews, ambiguous projects, major technical decisions, and proposals that need adversarial testing.
Why use it?
It helps expose hidden risks, weak assumptions, and disagreements that a normal review might miss, especially when a decision is difficult to reverse.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the intent-fluid plugin — 5 skills shipped together

Good fit Use it for architecture choices, security reviews, ambiguous projects, major technical decisions, and proposals that need adversarial testing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/carbonshow/intent-fluid/expert-redteam-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add carbonshow/intent-fluid --skill expert-redteam-review
Clone the repo
git clone --depth 1 https://github.com/carbonshow/intent-fluid

Made for: Claude Code.

Or install intent-fluid, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for expert-redteam-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/carbonshow/intent-fluid/expert-redteam-review/github.svg)](https://agentmods.dev/skills/carbonshow/intent-fluid/expert-redteam-review)
Your own site
<a href="https://agentmods.dev/skills/carbonshow/intent-fluid/expert-redteam-review"><img src="https://agentmods.dev/badge/skills/carbonshow/intent-fluid/expert-redteam-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for expert-redteam-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/carbonshow/intent-fluid/expert-redteam-review"><img src="https://agentmods.dev/badge/skills/carbonshow/intent-fluid/expert-redteam-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,087 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.01087
Opus 5 $0.00034 $0.00544
Sonnet 5 $0.00013 $0.00217
Haiku 4.5 $0.00007 $0.00109

Measured 10d ago against content hash 89fa828a8081, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

expert-redteam-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/expert-redteam-review/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Expert Red-Team Review

Use this skill to improve decision quality for complex work. The main agent stays accountable for state, scope, synthesis, and final communication. Experts, red team, rebuttal, and judge roles exist to reveal blind spots; they do not replace the user's decision.

Core Rules

  • Scale the workflow to the task. Do not run a full panel for trivial work.
  • Keep expert initial judgments independent. Do not show one expert another expert's initial answer.
  • Prefer 3-5 experts for serious reviews. More than 5 usually adds integration noise.
  • Build vertical-domain experts from success criteria and failure modes; do not pretend a generic role is domain expertise.
  • For vertical-domain L2/L3 work, propose the domain-specific panel and ask the user to confirm or adjust it before running the full review, unless the user has already approved the panel.
  • Label important claims with evidence tags: [source], [code], [test], [data], [inference], [engineering-judgment], [creative-judgment], or [unknown].
  • Optimize for decision quality, not consensus. Preserve meaningful disagreement.
  • The judge must arbitrate. A judge that only summarizes has failed.
  • P0/P1 red-team findings require minimum fixes. P2 risks require explicit acceptance rationale.
  • For one-way-door or high-blast-radius actions, stop at recommendation and ask for human approval before execution.

Level Selection

Level Use When Shape
L0 Quick Check The user wants a fast challenge or self-check. Single-agent red-team review.
L1 Expert Review 2-3 perspectives are useful, but formal adversarial review is unnecessary. Small independent expert panel, no red team.
L2 Full Review The user asks for expert panel/red team/judge or the decision has major uncertainty. Expert panel, synthesis, red team, rebuttal, judge.
L3 Gated Review The decision is hard to reverse or affects production, security, privacy, finance, compliance, or shared systems. L2 plus explicit human gate before action.

Read the full file on GitHub · 81 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 81 lines · 67 tokens per session scan A 89fa828a8081

Subscribe to this mod's changes

expert-redteam-review is a skill published in the GitHub repository carbonshow/intent-fluid (6 stars, last pushed 4d ago), licensed MIT. It adds 67 tokens to every session and 1,087 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.