Agent skill

rtc-consensus-synthesis

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/rtc-consensus-synthesis

SKILL.md

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

Didn't find tool you were looking for?

Be as detailed as possible for better results