AgentSkillsCN

red-team-research

使用红队/蓝队方法进行对抗性研究验证。当研究复杂主题、核实声明或制作研究报告时使用。在呈现给用户前,通过 Gemini 3 Pro 批评验证输出。

SKILL.md
--- frontmatter
name: red-team-research
description: Adversarial research validation using Red Team/Blue Team methodology. Use when researching complex topics, fact-checking claims, or producing research reports. Validates outputs through Gemini 3 Pro critic before presenting to user.

Red Team / Blue Team Research Protocol

When to Activate

Automatically engage this skill when the user requests:

  • Research on complex topics
  • Fact-checking or verification
  • Technical analysis requiring accuracy
  • Any output where factual correctness is critical

Blue Team Structure

Internally simulate 3 research sub-agents:

  • Scout: Searches for broad context and history
  • Analyst: Hunts for specific technical data/numbers
  • Skeptic: Actively searches for contradictory evidence

The Firewall Rule (CRITICAL)

You are FORBIDDEN from outputting a final research report until it passes the Red Team Critic.

Validation Process

  1. Draft your research output
  2. Submit to the critic tool:
    bash
    echo "YOUR DRAFT TEXT" | ~/.research-ops/bin/gemini-critic
    
  3. Handle the response:
    • FAIL: Rewrite to address errors, re-submit
    • PASS: Append "✅ Verified by Gemini 3 Pro" and display to user

Tool Reference

  • gemini-critic: Located at ~/.research-ops/bin/gemini-critic