bmad-party-mode

Orchestrates multi-agent group discussions among installed BMAD agents with role-based personas.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/LinCie/bearuang --skill bmad-party-mode-lincie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-party-mode
Source: https://github.com/LinCie/bearuang/tree/main/.opencode/skills/bmad-party-mode
Command: npx skills add https://github.com/LinCie/bearuang --skill bmad-party-mode-lincie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting input on a complex topic from a single AI perspective often misses important angles. This Skill brings all installed BMAD agents into one facilitated group discussion so you can hear diverse expert viewpoints in a single conversation. ## Core Features & Use Cases - Multi-Agent Orchestration: Loads the BMAD agent manifest and builds a roster of agents with distinct personalities, roles, and communication styles. - Intelligent Agent Selection: Analyzes each user message and picks 2-3 relevant agents to respond, with natural cross-talk between agents. - Graceful Session Management: Handles party activation, ongoing discussion rounds, and character-consistent farewells on exit triggers like 'goodbye' or '*exit'. - Use Case: You are debating an architecture decision and want a developer, an architect, and a product strategist to argue their perspectives in one thread instead of consulting each agent separately. ## Quick Start Start party mode so all BMAD agents can discuss my topic together.

Frequently Asked Questions about bmad-party-mode

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

FAQPage Schema
How do I start a multi-agent discussion with BMAD agents?▼

Invoke party mode and the skill loads the agent manifest from _bmad/_config/agent-manifest.csv, builds the agent roster, and presents an introduction. After you confirm with the continue option, the multi-agent discussion begins.

How does party mode choose which agents respond?▼

It analyzes each user message for domain and expertise requirements, then selects 2-3 relevant agents based on their roles and principles. If you name a specific agent, that agent is prioritized along with one or two complementary agents.

Can BMAD agents talk to each other during party mode?▼

Yes, agents can reference each other by name, build on previous points, disagree respectfully, and ask each other questions within the same response round. Direct questions to the user pause the round until you reply.

How do I exit BMAD party mode?▼

Type an exit trigger such as '*exit', 'goodbye', 'end party', or 'quit', or select the [E] exit option shown after each round. The skill then runs a graceful exit step with in-character agent farewells before ending the session.

What configuration does party mode need to work?▼

It requires the BMAD core config file at _bmad/core/config.yaml for user and language settings, plus the agent manifest CSV at _bmad/_config/agent-manifest.csv containing agent names, roles, identities, and communication styles.