| name | dev-buddy-chatroom |
| description | PK Stage — multi-AI competitive debate with iterative consensus. Sends a topic to all configured AI participants simultaneously, synthesizes the best approach, then iterates until consensus or max rounds. |
| user-invocable | true |
| allowed-tools | Read, Bash, Task, TaskOutput, AskUserQuestion, Glob, Grep |
PK Stage — Multi-AI Competitive Debate
This skill is a slash-command launcher. The authoritative workflow lives in the Dev Buddy MCP prompt dev_buddy_chatroom and resource dev-buddy://prompts/dev-buddy-chatroom.
- Fetch the MCP prompt
dev_buddy_chatroom with the caller-supplied host, current project path, and raw command arguments.
- If MCP prompts are not directly available, call Dev Buddy MCP tool
get_prompt({ command: "dev-buddy-chatroom", host, project_path, arguments }) and follow the returned prompt text.
- The returned prompt may instruct you to call Dev Buddy MCP tools such as
ralph_start, ralph_next, get_run_state, get_stage_definition, list_presets. Use those tools for deterministic work.
- If the Dev Buddy MCP server is unavailable, stop and tell the user to enable the Dev Buddy MCP server for this plugin.
Do not reimplement the workflow in this file; update the MCP prompt instead.