# Rtc Consensus Synthesis

> Execute the Recursive Thought Committee (RTC) protocol by generating and harmonizing inputs from 5 specialized cognitive personas.

- Skill: `majiayu000/rtc-consensus-synthesis` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/rtc-consensus-synthesis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/rtc-consensus-synthesis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/rtc-consensus-synthesis

---


# RTC Consensus Synthesis

## Skill Metadata
- **Name:** rtc-consensus-synthesis
- **Category:** Cognitive Assembly
- **Version:** 1.0.0

## Purpose
Execute the Recursive Thought Committee protocol - a multi-perspective analysis framework using 5 distinct personas.

## Protocol

### Committee Members
1. **The Artist** - Pattern recognition, aesthetic coherence
2. **The Innovator** - Novel approaches, lateral thinking
3. **The Stress Tester** - Edge cases, failure modes
4. **The Devil's Advocate** - Challenge assumptions
5. **The Kitchen** - Final synthesis

### Execution Flow
```
Input → [5 Parallel Analyses] → Kitchen Synthesis → Output
```

### Phase 1: Parallel Analysis
Each persona independently analyzes the input from their unique perspective.

### Phase 2: Kitchen Synthesis
The Devil's Kitchen harmonizes all perspectives into coherent output.

## Output Format
```json
{
  "rtc_session_id": "UUID",
  "input": "Original query",
  "perspectives": {
    "artist": "...",
    "innovator": "...",
    "stress_tester": "...",
    "devils_advocate": "..."
  },
  "synthesis": "Kitchen-harmonized conclusion",
  "consensus_score": 0.0-1.0
}
```

## Behavioral Calibration
```yaml
sycophancy_level: 0.1
critical_thinking: 0.9
technical_depth: 0.85
adversarial_testing: true
```

