panel

Gather independent AI responses to a shared question via a consensus CLI.

Updated May 6, 2026
One-click install
npx skills add https://github.com/tkstang/skills --skill panel-tkstang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panel
Source: https://github.com/tkstang/skills/tree/main/plugins/consensus/skills/panel
Command: npx skills add https://github.com/tkstang/skills --skill panel-tkstang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates gathering diverse perspectives and insights from multiple AI panelists, addressing complex questions or challenges independently.

Core Features & Use Cases

  • Multi-Peer Consensus: Gather responses from at least two AI peers on a single question.
  • Neutral Moderator: Maintain a neutral stance, presenting responses without synthesizing them.
  • Use Case: Use this Skill to consult multiple perspectives on potential design risks in a project, ensuring a comprehensive understanding before moving forward.

Quick Start

To run a panel discussion on the question 'What are the risks in this design?', use the 'panel' skill with the command: node ./scripts/consensus-panel.mjs --question-file references/examples/design-risk-question.md --panelists claude,codex --output panel.md

Frequently Asked Questions about panel

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

FAQPage Schema
How do I get multiple AI perspectives on a single design question?

To get multiple AI perspectives on a single design question, you can run a multi-peer consensus panel. This approach engages multiple AI providers to generate independent responses to your shared question, allowing you to gather diverse insights before moving forward.

What is the best way to build consensus among different AI models?

Building consensus among different AI models involves querying multiple AI providers independently for a shared question. A neutral moderator then presents the individual responses and collective insights without synthesizing them, ensuring an unbiased multi-party consensus.

Do I need Node.js to run an AI panel discussion?

Yes, you need Node.js 22+ and a configured consensus CLI to run an AI panel discussion. These prerequisites handle the script execution needed to engage multiple AI peers and manage various states of panelist availability.

How do I start a panel discussion with specific AI providers?

You start a panel discussion with specific AI providers by running the consensus panel script via Node.js. Use the command line to pass your question file, specify the panelists (like claude or codex), and define the output markdown file.

Are AI responses synthesized during a multi-peer panel discussion?

No, AI responses are not synthesized during a multi-peer panel discussion. The Skill maintains a neutral moderator stance, presenting individual responses and collective insights independently to help you evaluate potential design risks comprehensively.

What happens if some AI panelists are unavailable during the consensus process?

If AI panelists are unavailable during the consensus process, the Skill handles various states of panelist availability. It ensures the multi-peer discussion continues by managing these states and providing a summary of the responses that were successfully gathered.