agent-discussion-panel

Render multi-agent debate outputs into a structured terminal UI panel.

31|3|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/JeremyDev87/codingbuddy --skill agent-discussion-panel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-discussion-panel
Source: https://github.com/JeremyDev87/codingbuddy/tree/main/packages/rules/.ai-rules/skills/agent-discussion-panel
Command: npx skills add https://github.com/JeremyDev87/codingbuddy --skill agent-discussion-panel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rendering complex multi-agent debates as a clean, structured terminal panel is challenging; this skill provides a dedicated panel layout that orchestrates header, opinion stream, consensus, and summary while delegating opinion rendering to a separate formatter.

Core Features & Use Cases

  • Layout container that coordinates header, opinion stream, consensus bar, and summary.
  • Delegates opinion rendering to the agent-discussion formatter for consistent visuals.
  • Supports grouping by evidence location and deduplication of identical recommendations, with real-time streaming updates.
  • Ideal for terminal dashboards and debugging sessions that summarize agent input and reach consensus.

Quick Start

Render a complete agent discussion panel by supplying a DiscussionResult with topic, opinions, and consensus data.

Frequently Asked Questions about agent-discussion-panel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render multi-agent debates in a terminal UI?

To render multi-agent debates in a terminal UI, supply a DiscussionResult containing the topic, opinions, and consensus data. The panel orchestrates these elements into a structured layout with a header, opinion stream, consensus bar, and summary.

What is the best way to display real-time agent consensus in a terminal dashboard?

Displaying real-time agent consensus in a terminal dashboard is achieved by streaming agent opinions into this panel layout. It supports real-time streaming updates, grouping by evidence location, and deduplication of identical recommendations to reach a clean consensus view.

Can I group duplicate agent recommendations by evidence location during code reviews?

Yes, you can group duplicate agent recommendations by evidence location during code reviews. The panel implements specific grouping and deduplication rules that consolidate identical recommendations, ensuring the terminal opinion stream remains clean and readable.

Does the multi-agent discussion panel render individual agent opinions itself?

No, the multi-agent discussion panel does not render individual agent opinions itself. It delegates opinion rendering to the agent-discussion formatter, while strictly orchestrating the overall container layout, consensus bar, and summary sections.

What data structure do I need to supply to stream agent opinions in the terminal?

To stream agent opinions in the terminal, you must supply a DiscussionResult object. This structure needs to contain the discussion topic, the individual agent opinions, and the consensus data required to render the full panel layout.