Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Plan Duel

ASecurity

Use when running an adversarial plan duel between two models in up to 5 rounds with a blind judge and anti-loop guards. Triggers on \"plan duel\", \"model duel\", \"blind judge\", \"claude vs codex\". Non-triggers: single-plan review without a duel (use santa-method). Outcome: duel protocol plus round log plus blind verdict plus anti-loop guard.

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add majinmagros/magros.ai-skills --skill plan-duel --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Plan Duel?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Plan Duel
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/majinmagros-plan-duel/badge)](https://www.skillsdirectory.com/skills/majinmagros-plan-duel)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: plan-duel
description: "Use when running an adversarial plan duel between two models in up to 5 rounds with a blind judge and anti-loop guards. Triggers on \"plan duel\", \"model duel\", \"blind judge\", \"claude vs codex\". Non-triggers: single-plan review without a duel (use santa-method). Outcome: duel protocol plus round log plus blind verdict plus anti-loop guard."
metadata:
  origin: ECC
---

# Plan Duel

Settle "which plan wins" by dueling two models (for example Claude vs Codex)
for at most 5 rounds, judged blind. Includes a jealousy-driven anti-loop
guard so the duel converges instead of escalating forever.

## When To Activate

- Two models disagree on architecture or plan and the user wants a winner.
- The user asks for Claude vs Codex on the same task.
- A plan needs adversarial pressure before approval.
- Previous duels looped without a verdict.

## Workflow

### 1. Freeze the duel contract

- Same brief, same constraints, same acceptance criteria for both sides.
- Max 5 rounds; round format: plan -> critique -> rebuttal.
- Name the blind judge up front (model or human) and its rubric.
- Stop early on agreement or on judge verdict; no extra rounds.

### 2. Run rounds 1-2: independent plans

- Both sides plan without seeing each other (no cross-contamination).
- Each plan states: approach, risks, cost estimate, test strategy.
- Judge scores both blind (model names hidden) on the rubric.

### 3. Run rounds 3-4: critique and rebuttal

- Each side critiques the anonymized rival plan, then rebuts its own critique.
- New evidence allowed; new scope is not (scope change = forfeit round).
- Judge re-scores; if one side leads twice in a row, duel ends early.

### 4. Round 5 (only if tied): judge picks with reasons

- Judge returns: winner, score per criterion, deciding reason.
- Loser plan archived with the reason it lost (future context).
- Winner plan moves to implementation; duel artifacts stay in the log.

### 5. Enforce the anti-loop guard

- Jealousy-driven escalation (each side adding scope to outshine) = stop signal.
- Cap: 5 rounds hard max, 1 judge call per round, no rematches same day.
- Spin signals: repeated claims, scope creep, judge score oscillation.

## Anti-Patterns

- Open-ended rounds -> duel never ends.
- Judge sees model names -> brand bias replaces plan quality.
- Rival plans share context mid-duel -> two copies of the same plan.
- Scope added to win -> winner is the most bloated plan.
- Rematch until favorite wins -> verdict shopping.
- No rubric -> judge decides on vibes.

## Relations

- `grills`: owns adversarial questioning of one plan; this skill duels two plans against each other.

## Exemplo

```text
Claude: monolito modular; Codex: microserviços → mesmo brief, 5 rounds máx
Rounds 1-2 independentes (sem contaminação) → juiz cego pontua por rubrica
Codex lidera 2x seguidas → fim antecipado; perdedor arquivado com motivo
Anti-loop: scope p/ impressionar = stop; sem rematch no mesmo dia
```

## Pausa doubt-driven pre-implementacao (leva YouTube rodada 10)

Antes do duelo: pare, liste as suposicoes de cada plano e questione cada uma (o que assumem? o que as quebraria?). Duelo julga planos ja questionados, nao rascunhos confiantes. Ver santa-method para revisao adversarial pos-fato.

Attribution

majinmagrosmajinmagros
View sourceMore from majinmagros →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →