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
- •Draft your research output
- •Submit to the critic tool:
bash
echo "YOUR DRAFT TEXT" | ~/.research-ops/bin/gemini-critic
- •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