cc-debate

Automate simulated pro and con debates between two AI agents in parallel tmux panes.

2|Updated Apr 28, 2025
One-click install
npx skills add https://github.com/gunubin/dotfiles --skill cc-debate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-debate
Source: https://github.com/gunubin/dotfiles/tree/main/claude/.claude/skills/cc-debate
Command: npx skills add https://github.com/gunubin/dotfiles --skill cc-debate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of conducting a debate between two AI instances on a given topic, simulating a pro and con argument structure.

Core Features & Use Cases

  • Automated Debate Simulation: Sets up a debate environment using tmux panes for pro and con arguments.
  • Parallel AI Interaction: Launches AI instances in separate panes to generate arguments concurrently.
  • Structured Argumentation: Manages debate rounds and collects arguments in separate files for each side.
  • Use Case: Use this skill to explore different facets of a complex topic by having AI agents argue for and against it, providing a structured overview of the debate.

Quick Start

Initiate a debate on the topic "the future of remote work" with a maximum of 5 rounds.

Frequently Asked Questions about cc-debate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a pro and con debate between two AI agents?

You can automate an AI debate by launching two Claude Code instances in parallel tmux panes to generate structured pro and con arguments for a specified topic. The skill manages session files and collects responses for each side.

What is the best way to simulate structured argumentation using AI?

Simulating structured argumentation involves configuring parallel AI agents in separate tmux panes to argue opposing sides of a topic. This approach manages debate rounds and stores each side's arguments in dedicated session files.

Do I need tmux and jq to run an automated AI debate?

Yes, you need tmux and jq installed, along with Claude Code, to execute the automated AI debate. Tmux manages the parallel panes for pro and con agents, while jq handles data processing during the simulation.

Can I control the number of rounds in an AI debate simulation?

Yes, you can specify the maximum number of rounds for the AI debate simulation when initiating the task. The skill structures the argumentation process across the configured rounds and collects the generated arguments.

How does parallel AI interaction work in a tmux debate environment?

Parallel AI interaction in a tmux debate environment works by launching separate AI instances in distinct tmux panes concurrently. This allows both the pro and con agents to generate their arguments simultaneously without blocking each other.

What problems does an automated AI debate simulation solve?

Automated AI debate simulation solves the problem of exploring complex topics by automatically generating structured pro and con arguments. It provides a comprehensive overview of different facets without requiring manual input for each side.