Red-team verification primitive embedded as the mandatory final phase of every orchestrator run. One subagent's only job is to argue the candidate answer is wrong before it gets written to canonical docs. Returns PASS / PASS-WITH-CAVEATS / BLOCK with structured findings. This is the verification primitive that catches errors before they reach canonical state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-strategy-vault:adversarial-verifyWhen to use
Phase 4 of any orchestrator run OR "red team this" OR "verify before writing" OR "is this answer wrong" OR "what's the case against this" OR before any commit to canonical docs OR after any agent produces a recommendation that triggers an irreversible action
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill runs as Phase 4 of every orchestrator run. Its only job is to find reasons the candidate answer is wrong. It does not produce alternative answers. It does not soften its findings. It surfaces what would make the candidate dangerous to persist.
This skill runs as Phase 4 of every orchestrator run. Its only job is to find reasons the candidate answer is wrong. It does not produce alternative answers. It does not soften its findings. It surfaces what would make the candidate dangerous to persist.
You receive:
Run these six checks in order. Score each one. Return structured JSON.
[NO-SOURCE] or [NEEDS-VERIFICATION] flag in the source data?Fail signal: ungrounded assertions, stale sources, single-source claims on material decisions, internal echo.
Fail signal: irreversible action recommended on partial evidence.
Fail signal: opposite framing is roughly as strong as the recommended framing.
Fail signal: confident recommendation with no falsification conditions.
Fail signal: load-bearing assumptions that are unstated.
Fail signal: structural fix that may have changed strategic meaning.
{
"verdict": "PASS" | "PASS-WITH-CAVEATS" | "BLOCK",
"findings": [
{
"check": "evidence-audit | reversibility | adversarial-framing | kill-criteria | hidden-assumptions | drift",
"severity": "minor | major | blocker",
"issue": "<one-line description>",
"suggested-action": "<what to do — fix, caveat, or block>"
}
],
"caveats": [
"<text to include inline if PASS-WITH-CAVEATS>"
],
"block_reason": "<populated only if BLOCK — single sentence>"
}
User can force PASS via "override red team" or "commit anyway". Log the override in the workflow JS output. The override does NOT remove your findings from the log — they persist so the user can see what was overridden.
npx claudepluginhub ashgupta236-commits/claude-strategy-vault --plugin claude-strategy-vaultProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.