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
