From coral
Starts moderated multi-agent AI discussions using coral-cli for debating topics from multiple perspectives. Useful when decisions benefit from diverse viewpoints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coral:discuss [--user] [topic] [--hints axis1:pos1,pos2 axis2:pos1,pos2][--user] [topic] [--hints axis1:pos1,pos2 axis2:pos1,pos2]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start a backend-managed structured discussion with AI agents.
Start a backend-managed structured discussion with AI agents.
Pass --user to participate as a human observer.
If no topic is provided: gather it interactively, plus:
Analyze the topic and prepare persona inputs.
demographics: { origin_weights, outlier_ratio }.Generate persona seeds with:
coral-cli discuss seed --input-json -
using the prepared { controversy_axes, n, demographics?, seed } payload on stdin.
Turn the seed output into personas.
suggested_origin / is_outlier fields.Build the agent list and start the session.
{ name, persona, provider?, model? }.--user, add:
{ name: 'user', persona: '# User — Human Participant\nHuman observer with real-time participation via /bid skill.', participation: 'observer' }coral-cli discuss start --input-json - for the full { topic, agents, config? } payload.
Include config: { min_bid_delay_ms: 10000 } for --user; omit config otherwise.Session started: <session_id>.If --user, write CORAL_PROJECT/discuss/active-user-session.json
with { session_id }.
This keeps /bid pointed at the active observer session.
Monitor progress by polling:
coral-cli discuss watch --session "<session_id>"
cursor.Cursor: <n> value printed in the watch output:
coral-cli discuss watch --session "<session_id>" --cursor <previous_cursor>If --user, return immediately:
"Discussion started! Use /bid <score>, <thought> to submit a bid, or /bid <your speech> when you win the floor."
When the session ends, report the end reason from discuss_watch.
Session end is surfaced in the watch status line.
--user, delete CORAL_PROJECT/discuss/active-user-session.json.From the user’s request, identify:
--user mode--hintsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub kangig94/coral --plugin coral