bid
Submit a bid or speech in an active --user discuss session
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Submit a bid or speech in an active --user discuss session
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
One-touch install of Coral companion tooling and KB runtime
Install or remove coral HUD statusline
Use when deep investigation is needed โ project structure, requirement gaps, or root cause diagnosis. Supports --delegate.
Use when encountering a bug, error, or unexpected behavior that needs diagnosis and fix.
Use when code needs simplification โ recently modified code by default, or a specified scope.
Use when a topic benefits from multiple perspectives debating before a decision.
| name | bid |
| description | Submit a bid or speech in an active --user discuss session |
| argument-hint | <score>, <thought> | <speech content> |
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.