bid
Submit a bid or speech in an active --user discuss session
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Submit a bid or speech in an active --user discuss session
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| 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.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.