From coral
Submits bids (score + thought) or speeches as user agent in active Coral CLI --user discuss sessions. Use during /discuss --user to participate via coral-cli participate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coral:bid <score>, <thought> | <speech content><score>, <thought> | <speech content>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Submit a bid or speech as the `user` observer in a running `--user` discuss session.
Submit a bid or speech as the user observer in a running --user discuss session.
Resolve session by reading CORAL_PROJECT/discuss/active-user-session.json.
If that file does not exist or does not contain a valid active session,
respond: "No active --user discuss session. Start one with /discuss --user <topic>."
Then STOP — do not proceed.
Split args on the first comma:
score = left, thought = right.trimmed
/bid <score>, <thought>"Examples:
/bid 50, I want to address the scalability concern → bid(50, "I want to address the scalability concern")/bid 0, nothing to add → bid(0, "nothing to add")/bid I think we should use a microservices approach → speak("I think we should use a microservices approach")/bid 80 → bid mode detected, but thought empty → error/bid I think 80 is right → speak("I think 80 is right")coral-cli discuss participate --session "<session>" --agent-name "user" --score <score> --thought "<thought>"Listen → "Bid recorded. Wait for the discuss watch output to show the next state."Your turn to speak → tell the user they won the floor and should submit /bid <speech>.Session ended → "Discussion ended." Delete CORAL_PROJECT/discuss/active-user-session.json.coral-cli discuss participate --session "<session>" --agent-name "user" --content "<content>"Speech recorded → "Speech recorded. Waiting for next round..."Not your turn → "It's not your turn yet. Wait to win the floor, then use /bid <speech>."Session ended → "Discussion ended." Delete CORAL_PROJECT/discuss/active-user-session.json.CORAL_PROJECT/discuss/active-user-session.json.npx claudepluginhub kangig94/coral --plugin coralGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.