Orchestrator discussion preset — structured multi-agent discussion protocol for collaborative problem solving. Coordinates N-way discussions between specialist agents through Propose, Challenge, and Synthesize phases to reach consensus. Use this skill when facilitating multi-agent discussions, debates, design evaluations, or collaborative analysis requiring multiple perspectives.
Trigger patterns: "discuss", "debate", "compare", "n-way", "what should we", "which approach"
Each discussion round has 3 phases:
Round N (max 3):
PROPOSE → All agents state position (sequential)
CHALLENGE → Agents respond to divergences (sequential)
SYNTHESIZE → Draft consensus
→ All ACCEPT? → Exit with consensus
→ Disagreement? → Next round
→ Max rounds hit? → Exit with impasse
For each participant (sequentially), delegate position statement. → See delegation-blocks.md for PROPOSE delegation YAML
Collect all positions. Identify agreements and divergences. Report summary of positions to user with table.
For each participant (sequentially), delegate response to divergent position. → See delegation-blocks.md for CHALLENGE delegation YAML
Collect all challenges. Note any shifts in position. Report summary of challenges to user with table.
HyperOrch drafts synthesis:
Present to all participants for ACCEPT/REJECT vote. → See delegation-blocks.md for SYNTHESIZE delegation YAML
Template for presenting discussion consensus with key points and intent interpretation: → See consensus-output-template.md
Template for presenting discussion impasse when max rounds (3) reached without consensus: → See impasse-output-template.md
After the discussion workflow concludes (consensus OR impasse), HyperOrch MUST hand off to HyperDream to create a discussion record. → See delegation-blocks.md for the post-discussion handoff YAML