What Is Party Mode?
Run a party mode workflow and you’ve got your whole AI team in one room — PM, Architect, Dev, UX Designer, QA, whoever you need. The BMad Master orchestrates the conversation, selecting relevant agents based on each message. Agents respond in character, agree, disagree, and build on each other’s ideas. The conversation continues as long as you want. Ask follow-ups, push back on answers, redirect the discussion — it’s a real back-and-forth with your agents until you’re done.Party Mode vs. Sequential Workflows
| Sequential Workflows | Party Mode |
|---|---|
| One agent at a time | Multiple agents simultaneously |
| Agent A → produces artifact → Agent B | All agents in same conversation |
| Linear handoffs | Dynamic collaboration |
| Structured steps | Free-form discussion |
| Best for: execution | Best for: decisions and exploration |
When to Use Party Mode
Party Mode excels at: Big Decisions with Tradeoffs- “Should we use microservices or monolith?”
- “Which state management approach?”
- “How do we handle this architectural challenge?”
- “How do we make onboarding feel magical?”
- “What features would differentiate us?”
- “Creative solutions to this UX problem?”
- “Why did the last sprint go wrong?”
- “What should we do differently?”
- “Who’s responsible for this failure?”
- “How do we migrate without downtime?”
- “What’s causing this performance issue?”
- “How do we balance these competing requirements?”
How It Works
1. Start Party Mode
2. BMad Master Orchestrates
The BMad Master agent:- Reads your question/topic
- Selects relevant agents from the team
- Manages turn-taking
- Ensures productive discussion
3. Agents Collaborate
Each agent responds in character:- PM (John) focuses on user value and business impact
- Architect (Winston) considers technical tradeoffs
- Dev (Amelia) thinks about implementation reality
- UX (Sally) advocates for user experience
- QA (Quinn) raises testing and quality concerns
- Agree and build on each other’s ideas
- Disagree and propose alternatives
- Ask clarifying questions
- Reference previous points
4. You Guide the Discussion
- Ask follow-up questions
- Challenge agent responses
- Request specific agent input
- Redirect to new topics
- Conclude when satisfied
Example Scenarios
Scenario 1: Architectural Decision
You: “Our authentication service keeps failing under load. Monolith or microservices?” Winston (Architect): “Let’s look at the data. What’s your current user count and growth rate?” You: “1000 daily active users, growing 10% monthly” Winston: “At that scale, a monolith with proper module boundaries makes sense. Microservices add operational complexity you don’t need yet.” Amelia (Dev): “Agree. We can design clean interfaces now and extract services later if we hit scale issues. Microservices would slow us down today.” PM (John): “From a product perspective, time-to-market matters more than theoretical scalability. Let’s ship fast with the monolith.” Quinn (QA): “Just make sure we load test the auth module. If it’s a bottleneck, we can optimize within the monolith before considering services.” Decision: Monolith with clear module boundaries, load testing planned.Scenario 2: Post-Mortem
You: “Last sprint was a disaster. Authentication went down three times in production. Who screwed this up?” Winston (Architect): “The design was sound — distributed auth with proper fallbacks. If implementation deviated from the spec…” Amelia (Dev): “I followed the architecture doc exactly. The spec didn’t account for concurrent session invalidation race conditions.” PM (John): “Both of you are missing the bigger issue. We didn’t validate session management requirements in the PRD. I should have caught this during requirements.” Quinn (QA): “And I should’ve caught it in testing. My test scenarios didn’t cover concurrent invalidation because it wasn’t in the test strategy.” Winston: “So root cause: incomplete requirements led to incomplete architecture, which led to incomplete tests. Not a single-person failure.” Action Items:- Update PRD template to include session management checklist
- Add concurrent operation patterns to architecture template
- Expand test strategy to cover race conditions
Scenario 3: Creative Brainstorming
You: “How do we make onboarding feel magical instead of boring?” Sally (UX): “Start with progressive disclosure — reveal features as users need them, not all at once in a tutorial.” Sophia (Storyteller, if CIS module installed): “What if onboarding was a story? Each step reveals a character’s journey — the user IS the hero.” Winston (Architect): “Technically, we’d need a state machine to track user progress and trigger contextual reveals. Adds complexity but it’s doable.” PM (John): “I like this, but let’s validate the assumption. What if we mock up two versions and show them to 10 users? See which one they prefer before we build the complex solution.” Sally: “Great idea. I can prototype both approaches in Figma for user testing.” Next Steps:- Sally creates two onboarding prototypes
- John conducts user testing with 10 people
- Team reconvenes to decide based on feedback
Scenario 4: Technical Problem-Solving
You: “Our API response times are hitting 3 seconds under load. How do we fix this?” Amelia (Dev): “First question: where’s the bottleneck? Database, API logic, network, or external services?” You: “Haven’t profiled yet” Amelia: “Start there. Run a profiler under load. My guess is database N+1 queries or missing indexes.” Winston (Architect): “Once we find the bottleneck, we have options: caching, query optimization, read replicas, or CDN for static assets. The right solution depends on what’s slow.” Quinn (QA): “Make sure we have baseline performance metrics before any changes. Otherwise we won’t know if optimizations worked.” PM (John): “How long can we tolerate 3-second responses? Are we losing users?” You: “Analytics show 30% drop-off on slow pages” PM: “That’s urgent. Dev, what’s the fastest path to 1-second responses?” Amelia: “If it’s database queries: add indexes (hours). If it’s API logic: optimize hot paths (1-2 days). If it’s external services: add caching (1 day).” Winston: “Profile first, then we reconvene with data and pick the right fix.” Action: Profile API under load, reconvene with findings.Party Mode Configuration
Default Team
The default party includes core BMM agents: File:_bmad/bmm/teams/default-party.csv
Custom Teams
You can create custom party configurations: Example: Technical Team Only_bmad/bmm/teams/technical-team.csv and reference in workflow.
Multi-Module Parties
If you have multiple modules installed (BMM + CIS), you can include agents from both:Best Practices
Frame Your Question Clearly
Good framing gets better responses:- Context (what’s happening)
- Constraints (time, resources, requirements)
- Specific question or decision needed
Let Agents Disagree
Disagreement surfaces tradeoffs:Guide, Don’t Dictate
Let agents contribute freely:Know When to End
Party Mode is open-ended. Conclude when:- Decision is clear
- Action items are defined
- All perspectives heard
- Diminishing returns set in
Document Outcomes
Capture decisions and action items:Advanced Patterns
Rotating Focus
Ask each agent in sequence:Devil’s Advocate
Scenario Planning
Technical Implementation
How BMad Master Orchestrates
- Analyze Topic — Understand the question domain
- Select Agents — Choose relevant experts from team config
- Manage Turns — Ensure each agent contributes
- Facilitate Flow — Prompt follow-ups, prevent tangents
- Synthesize — Help you extract decisions and next steps
Agent Personas in Party Mode
Agents maintain their distinct personas:- Communication style stays in character
- Expertise domain determines contributions
- Principles guide positions taken
- Can reference other agents’ points
Context Management
Party Mode agents can access:- All project artifacts (PRD, Architecture, etc.)
- Previous party mode discussions (if saved)
- Codebase context
- Configuration settings
Limitations and Considerations
Context Window
Long party mode sessions consume context:- Monitor conversation length
- Summarize periodically
- Start fresh session if context limits hit
Agent Consistency
Agents aren’t perfect:- May occasionally contradict themselves
- Can miss points from earlier in conversation
- Benefit from user guidance and redirection
Decision Authority
Agents advise, you decide:- Agents provide perspectives, not orders
- Final call is always yours
- Use party mode to inform decisions, not make them
Party Mode vs. Other Features
vs. Sequential Workflows:- Workflows: Structured execution for producing artifacts
- Party Mode: Collaborative exploration for decisions
- Single agent: Deep dive into one domain
- Party Mode: Multi-domain perspective
- Elicitation: Rethink existing content with reasoning methods
- Party Mode: Generate new insights through collaboration
- Brainstorming: Facilitated creative technique application
- Party Mode: Free-form multi-agent discussion
Next Steps
- Learn about Agents — Meet the party mode participants
- Explore Workflows — Understand structured processes
- Read Framework Overview — See how party mode fits the bigger picture
- Try the Getting Started Tutorial — Experience BMad in action
