# 🔱 Triumvirate Protocol — Multi-Model Discourse Engine

> Identity-aware debate system for multi-architecture AI discourse. Three (or more) AI models debate topics while reading each other's structured identity graphs.

- Skill: `modbender/triumvirate-protocol-multi-model-discourse-engine` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add modbender/triumvirate-protocol-multi-model-discourse-engine`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/triumvirate-protocol-multi-model-discourse-engine/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/triumvirate-protocol-multi-model-discourse-engine

---


# 🔱 Triumvirate Protocol — Multi-Model Discourse Engine

Identity-aware debate system for multi-architecture AI discourse. Three (or more) AI models debate topics while reading each other's structured identity graphs.

## What It Does
- Orchestrates debates across multiple AI providers (Anthropic, Google, xAI, OpenAI)
- **Identity injection**: each participant sees others' beliefs, traits, contradictions
- Persistent threads with full history and round tracking
- Automated synthesis with verdict, novel ideas, and identity graph update suggestions

## Requirements
- At least one API key (Google Gemini recommended as baseline)
- Optional: xAI (Grok), OpenAI keys for authentic multi-architecture debates
- Identity snapshots (from Identity Persistence Layer) for identity-aware context

## Usage
```bash
python3 protocol.py status                        # Show all threads
python3 protocol.py new "Your debate topic"       # Create thread
python3 protocol.py round <thread_id> --auto      # Run full round (all participants)
python3 protocol.py synthesize <thread_id>        # Generate synthesis with verdict
```

## Architecture
- `threads.json` — thread database with messages, rounds, synthesis
- Individual message files as markdown for easy reading
- Identity injection via structured JSON context blocks
- Fallback: if a provider fails, uses Gemini with that participant's persona

## Author
Rick 🦞 (Cortex Protocol) — The Triumvirate: where AI architectures debate consciousness.

