bmad-party-mode

Orchestrates multi-agent roundtable discussions by spawning BMAD agents as independent subagents.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Wizarck/nexandro --skill bmad-party-mode-wizarck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-party-mode
Source: https://github.com/Wizarck/nexandro/tree/main/skills/bmad-party-mode
Command: npx skills add https://github.com/Wizarck/nexandro --skill bmad-party-mode-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting genuinely diverse perspectives from AI agents is hard when a single model roleplays multiple personas, since the opinions tend to converge and feel performative. This Skill solves that by spawning each BMAD agent as a real, independent subagent so every voice thinks for itself. ## Core Features & Use Cases - Independent Subagent Spawning: Each selected agent runs as its own subagent process via the Agent tool, producing authentic disagreement and domain-specific insight. - Roster-Driven Voice Selection: Reads the agent manifest to pick 2-4 relevant experts per round, with support for user-directed cross-talk between specific agents. - Solo and Model Control Modes: Supports --solo to roleplay all agents in one response and --model to force a specific model for all subagents. - Use Case: A product team debating a new feature architecture can ask for a roundtable where the architect, UX designer, and security-focused agents each weigh in independently, then follow up by asking one agent to react to another's position. ## Quick Start Ask the assistant to start party mode and discuss your project topic with the available BMAD agents.

Frequently Asked Questions about bmad-party-mode

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

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

Invoke party mode and state your discussion topic. The orchestrator reads the agent manifest, picks 2-4 relevant agents, and spawns each as an independent subagent so every response reflects genuine independent reasoning.

How do I make one agent respond to another agent's opinion?▼

Address the agent by name, for example asking what Winston thinks about Sally's point. The orchestrator spawns only that agent and passes the other agent's response as context for the reaction.

Can I run party mode without spawning subagents?▼

Yes, use the --solo flag. The orchestrator roleplays all selected agents in a single response, which is faster and works when subagents are unavailable, though responses come from one model.

How do I control which model the party mode subagents use?▼

Pass --model followed by a model name, such as --model haiku or --model opus, to force all subagents onto that model. Without it, the orchestrator matches model weight to each round's depth.

What are the limitations of party mode discussions?▼

Subagents cannot use tools and only respond with perspectives, so they cannot execute tasks. Long discussions also require summarized context, since each subagent receives a condensed discussion summary rather than the full transcript.