ecosystem_trigger_debate
Validate repo_ids have architecture reviews, then generate a debate payload with suggested topic and roles to trigger the debate_start tool.
Instructions
Stage 2 — Build debate dispatch payload (Leader still calls debate_start).
Validates that each repo_id has at least one
architecture_done review, then returns a payload (suggested
topic + roles + linked review_ids) so the caller can invoke the
existing debate_start MCP tool. After debate_start returns
a meeting id, call ecosystem_link_debate_meeting to write
debate_meeting_id back onto each review row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_ids | No | 1-5 finalist repo ids selected from the Stage 1 batch. | |
| research_goal | No | Drives the suggested meeting topic. | |
| suggested_judge | No | team-lead | |
| suggested_critic | No | code-reviewer | |
| suggested_advocate | No | backend-architect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||