skills/bid/SKILL.md
Submit a bid or speech in an active --user discuss session
npx skillsauth add kangig94/coral bidInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.data-ai
Use when implementing a plan or executing a prompt that requires verified completion.
tools
Use when a problem needs clarification and agreement before planning begins. Supports --deep and --delegate.
tools
Use when a task needs structured planning before implementation. Supports --delegate and round=N.
data-ai
Use after implementation to run tier-classified review agents and produce a consolidated verdict.