AgentSkillsCN

RedTeam

32个智能体协同开展的对抗性分析。适用于红队演练、攻击思路梳理、反制论点推演、批判性审视,以及压力测试等场合。

SKILL.md
--- frontmatter
name: RedTeam
description: Adversarial analysis with 32 agents. USE WHEN red team, attack idea, counterarguments, critique, stress test.
key: redteam
include_when: Claims need stress-testing. Security implications. Could fail non-obviously.

Customization

Before executing, check for user customizations at: ${SHAKA_HOME}/customizations/skills/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.

RedTeam Skill

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.

Workflow Routing

Route to the appropriate workflow based on the request.

When executing a workflow, output this notification directly:

code
Running the **WorkflowName** workflow in the **RedTeam** skill to ACTION...
TriggerWorkflow
Red team analysis (stress-test existing content)Workflows/ParallelAnalysis.md
Adversarial validation (produce new content via competition)Workflows/AdversarialValidation.md

Quick Reference

WorkflowPurposeOutput
ParallelAnalysisStress-test existing contentSteelman + Counter-argument (8-points each)
AdversarialValidationProduce new content via competitionSynthesized solution from competing proposals

The Five-Phase Protocol (ParallelAnalysis):

  1. Decomposition - Break into 24 atomic claims
  2. Parallel Analysis - 32 agents examine strengths AND weaknesses
  3. Synthesis - Identify convergent insights
  4. Steelman - Strongest version of the argument
  5. Counter-Argument - Strongest rebuttal

Context Files

  • Philosophy.md - Core philosophy, success criteria, agent types
  • Integration.md - Skill integration, FirstPrinciples usage, output format

Examples

Attack an architecture proposal:

code
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:

code
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:

code
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