Plan review system with three adversarial subagents (Advocate, Analyst, Critic) that debate a proposed plan from different perspectives. Use when reviewing implementation plans, architecture decisions, or significant changes. Triggers: triumvirate, debate plan, review plan, argue plan, adversarial review, devil's advocate, plan critique, three perspectives, plan debate.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Plan review system with three adversarial subagents (Advocate, Analyst, Critic) that debate a proposed plan from different perspectives. Use when reviewing implementation plans, architecture decisions, or significant changes. Triggers: triumvirate, debate plan, review plan, argue plan, adversarial review, devil's advocate, plan critique, three perspectives, plan debate.
Triumvirate Plan Review
triumvirate
Overview
Three adversarial subagents debate a proposed plan, then the plan is amended with the strongest arguments. The user decides how to proceed.
The Three Reviewers
Reviewer
Role
Perspective
Advocate (+)
Argue FOR the plan
Strengths, opportunities, enhancements, counter-arguments to criticism
Replace {plan_text} in each prompt with the actual plan content.
Step 3: Synthesize and Amend
After all three return, synthesize arguments and amend the plan. For templates, see templates.md.
Present findings directly — do NOT use AskUserQuestion. Wait for user response.
Step 4: User Decision
Options presented after review:
Re-debate: /triumvirate again on the amended plan
Approve: Begin implementation
Modify: User edits manually
Reject: Start over
Research Requirements
Each subagent MUST research before forming arguments:
Type
Minimum
Tools
Codebase research
3 searches
Glob, Grep, Read
Web research
2 searches minimum, always required
WebSearch, WebFetch
File reads
2 files
Read
Web research is not optional. Each reviewer must back its arguments with research into standard industry practices for similar systems or features. Prefer strong engineering sources when available:
large-scale engineering blogs or documentation from companies such as Google, Meta, Netflix, Stripe, Shopify, Airbnb, Uber, Vercel, Cloudflare, GitHub, and similar mature teams
official framework or platform documentation
postmortems or architecture writeups for comparable products
If exact FAANG-style analogues do not exist, use the closest high-quality engineering sources and say so explicitly.
Quality Standards
Advocate: Specific evidence, not optimism. Acknowledge limitations while arguing strengths.
Analyst: Genuinely neutral. Quantifiable comparisons. All major assumptions identified.
Critic: Constructive, not destructive. Mitigations for every criticism. Prioritized by severity.
All reviewers: Arguments must cite both codebase evidence and web-researched industry practice for similar features/applications.