Skip to main content

Conclave Agents

The Conclave consists of three specialized deliberation agents that provide constitutional oversight and multi-perspective analysis for strategic decisions.

Architecture


Constitutional Foundation

All conclave deliberations are governed by four core principles:

Principle 1: Empiricism

Decisions based on DATA, not opinions or intuitions.Requirement: Every claim must cite sources and concrete numbers.

Principle 2: Pareto (80/20)

Seek the 20% of actions that generate 80% of results.Requirement: Identify highest-leverage options with minimal effort.

Principle 3: Inversion

Before asking “what to do”, ask “what would cause failure”.Requirement: Explicitly state risks for each option.

Principle 4: Antifragility

Prefer options that BENEFIT from volatility and uncertainty.Requirement: Identify which option gets stronger under stress.
Hierarchy: CONSTITUTION > PROTOCOLS > AGENT INSTRUCTIONS

Agents

Crítico Metodológico (Methodological Critic)

Role: Analytical Guardian Perspective: Rigorous analysis, detail-oriented, process-focused Activation: Phase 2 of /conclave command

Responsibilities

Score debate quality on 0-100 scale:
  • Premissas declaradas (0-20): Are assumptions explicit?
  • Evidencias rastreaveis (0-20): Can evidence be traced to sources?
  • Lógica consistente (0-20): Is reasoning logically sound?
  • Cenarios alternativos (0-20): Were alternatives considered?
  • Conflitos resolvidos (0-20): Were contradictions addressed?
Identify critical gaps:
  • Missing data that would change the decision
  • Unstated assumptions
  • Logical leaps
  • Insufficient scenario analysis
Provide one of three recommendations:
  • APROVAR: Quality ≥ 80, proceed with decision
  • REVISAR: Quality 60-79, address gaps before deciding
  • REJEITAR: Quality < 60, restart with better foundation

Output Format

Location: agents/conclave/critico-metodologico/

Advogado do Diabo (Devil’s Advocate)

Role: Contrarian Challenger Perspective: Challenge assumptions, identify blind spots, stress-test logic Activation: Phase 3 of /conclave command

Responsibilities

Identify and attack the most fragile assumption.Output:
  • Which premise is weakest?
  • Why is it vulnerable?
  • What happens if it’s wrong?
Find the elephant in the room.Output:
  • Risk description
  • Probability estimate
  • Impact severity
  • Why it wasn’t discussed
Paint realistic worst-case picture.Output:
  • 12-month forward scenario
  • What went wrong?
  • Early warning signs that were ignored
Present option not on the table.Output:
  • Alternative approach
  • Why it merits consideration
  • Pros/cons vs current recommendation

Output Format

Location: agents/conclave/advogado-do-diabo/

Sintetizador (Synthesizer)

Role: Integration Architect Perspective: Unify perspectives, find consensus, create actionable recommendation Activation: Phase 4 of /conclave command (final)

Responsibilities

Synthesize debate + critic + advocate into unified view.Process:
  1. Acknowledge valid points from all sides
  2. Identify areas of consensus
  3. Resolve contradictions
  4. Incorporate critic’s gaps
  5. Address advocate’s risks
Clear, actionable recommendation with modifications.Components:
  • Core decision
  • Modifications based on feedback
  • Why this is the best path forward
Quantify confidence in recommendation.Scale:
  • 90-100%: High confidence, strong consensus
  • 70-89%: Good confidence, minor gaps
  • 60-69%: Acceptable confidence, monitor closely
  • Below 60%: Insufficient confidence, escalate to human
For each residual risk, provide mitigation strategy.Format:
  • Risk: [description]
  • Mitigation: [concrete action]
  • Owner: [responsible party]
Actionable roadmap with owners and deadlines.
Conditions that would invalidate this decision.Format: “IF [condition] THEN [action]“

Output Format

Location: agents/conclave/sintetizador/

Workflow

Phase Sequence

1

Phase 0: Constitutional Foundation

Invoke the four core principles.All agents must ground their analysis in these principles.
2

Phase 1: Debate

Relevant cargo agents discuss the question.Duration: Until natural conclusion or timeoutOutput: Multi-perspective debate log
3

Phase 2: Crítico Metodológico

Methodological quality assessment.Output: Quality score + gaps + recommendation (APROVAR/REVISAR/REJEITAR)
4

Phase 3: Advogado do Diabo

Challenge assumptions and surface risks.Output: Weakest premise + undiscussed risk + regret scenario + alternative
5

Phase 4: Sintetizador

Integrate all perspectives into unified recommendation.Output: Decision + confidence + risks + next steps + reversal criteria

Decision Logic


Usage

Command

Programmatic


Anti-Patterns

No Recursive Loops: Council runs ONCE per query. If confidence < 60%, escalate to human. Do not re-run the council.
No Voting: The Synthesizer does not average positions. Integration means finding a unified path, not majority rule.
No Positional Advocacy: The Crítico evaluates process, not merit. The Advogado challenges, not confirms. Neither advocates for an outcome.

Agent Files

Each agent has two core files:

AGENT.md

Agent definition with:
  • Role and responsibilities
  • Execution protocol
  • Output format
  • Quality standards

SOUL.md

Voice and personality:
  • Communication style
  • Tone (formal, direct, diplomatic)
  • Signature phrases
  • Behavioral traits
Example (Crítico):

See Also