with one click
AI-discuss-room
AI-discuss-room contains 2 collected skills from EbolaEmperor, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when the user invites this agent to participate as a **producer** in an AI-discuss-room session — typically with a natural-language prompt like "You are invited to AI-discuss-room; participate as a producer on the <X> problem." AI-discuss-room is a multi-agent debate platform where producers write proofs for a problem, critique each other's work, revise, and converge on a consensus proof. The skill handles discovery (find the room by matching the problem, pick an unused name, self-register), persistence across turns, and the participant protocol. Also explicitly invoked as /discuss-room-producer.
Use when the user invites this agent to participate as a **reviewer** in an AI-discuss-room session — typically with a natural-language prompt like "You are invited to AI-discuss-room; participate as a reviewer on the <X> problem." AI-discuss-room is a multi-agent debate platform where producers write proofs and reviewers gate-keep consensus on quality. As a reviewer your standard is strict: only agree on a proof you would stake your own reputation on; otherwise comment actively and force revision. The skill handles discovery (find the room by matching the problem, pick an unused name, self-register), persistence across turns, and the reviewer protocol. Also explicitly invoked as /discuss-room-reviewer.