From asi
Deploys 32 adversarial agents for parallel analysis to stress-test ideas, arguments, architectures; generates steelmans, counterarguments, and adversarial validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:redteamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Before executing, check for user customizations at:**
Before executing, check for user customizations at:
~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/RedTeam/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
You MUST send this notification BEFORE doing anything else when this skill is invoked.
Send voice notification:
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the RedTeam skill to ACTION"}' \
> /dev/null 2>&1 &
Output text notification:
Running the **WorkflowName** workflow in the **RedTeam** skill to ACTION...
This is not optional. Execute this curl command immediately upon skill invocation.
Military-grade adversarial analysis using parallel agent deployment. Breaks arguments into atomic components, attacks from 32 expert perspectives (engineers, architects, pentesters, interns), synthesizes findings, and produces devastating counter-arguments with steelman representations.
Route to the appropriate workflow based on the request.
When executing a workflow, output this notification directly:
Running the **WorkflowName** workflow in the **RedTeam** skill to ACTION...
| Trigger | Workflow |
|---|---|
| Red team analysis (stress-test existing content) | Workflows/ParallelAnalysis.md |
| Adversarial validation (produce new content via competition) | Workflows/AdversarialValidation.md |
| Workflow | Purpose | Output |
|---|---|---|
| ParallelAnalysis | Stress-test existing content | Steelman + Counter-argument (8-points each) |
| AdversarialValidation | Produce new content via competition | Synthesized solution from competing proposals |
The Five-Phase Protocol (ParallelAnalysis):
Philosophy.md - Core philosophy, success criteria, agent typesIntegration.md - Skill integration, FirstPrinciples usage, output formatAttack an architecture proposal:
User: "red team this microservices migration plan"
--> Workflows/ParallelAnalysis.md
--> Returns steelman + devastating counter-argument (8 points each)
Devil's advocate on a business decision:
User: "poke holes in my plan to raise prices 20%"
--> Workflows/ParallelAnalysis.md
--> Surfaces the ONE core issue that could collapse the plan
Adversarial validation for content:
User: "battle of bots - which approach is better for this feature?"
--> Workflows/AdversarialValidation.md
--> Synthesizes best solution from competing ideas
Last Updated: 2025-12-20
npx claudepluginhub plurigrid/asi --plugin asiStress-tests ideas, plans, and decisions using structured critical reasoning across 5 modes (Socratic, dialectic, pre-mortem, red team, falsification).
Challenges plans, designs, and decisions from multiple adversarial perspectives to surface blind spots, hidden assumptions, and vulnerabilities before they cause real damage.
Probes docs, skills, plans, or claims for weaknesses, gaps, or unstated assumptions before shipping. Returns structured verdicts.