From ee6b7ce91bcec714467976707a33e42ad4e40a4a Mon Sep 17 00:00:00 2001 From: forcetrainer Date: Sat, 24 Jan 2026 09:21:57 -0500 Subject: [PATCH] Add Party Mode to README, /bmad-help to getting-started Add Party Mode bullet to Why BMad section, note about agent-based usage as an alternative to direct workflows, and a /bmad-help mention in the getting-started tutorial after installation. Co-Authored-By: Claude Opus 4.5 --- README.md | 3 +++ docs/tutorials/getting-started/getting-started-bmadv6.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 0a28b764..8640a9ad 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag - **Scale-Adaptive**: Automatically adjusts planning depth based on project complexity (Level 0-4) - **Structured Workflows**: Grounded in agile best practices across analysis, planning, architecture, and implementation - **Specialized Agents**: 12+ domain experts (PM, Architect, Developer, UX, Scrum Master, and more) +- **Party Mode**: Bring multiple agent personas into one session to plan, troubleshoot, or discuss your project collaboratively - **Complete Lifecycle**: From brainstorming to deployment, with just-in-time documentation ## Quick Start @@ -30,6 +31,8 @@ Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, Windsu > **Not sure what to do?** Run `/bmad-help` — it tells you exactly what's next and what's optional. You can also ask it questions like `/bmad-help How should I build a web app for XYZ?` +The workflows below show the fastest path to working code. You can also load agents directly for a more structured process, extensive planning, or to learn about agile development practices — the agents guide you with menus, explanations, and elicitation at each step. + ### Simple Path (Quick Flow) Bug fixes, small features, clear scope — 3 commands: diff --git a/docs/tutorials/getting-started/getting-started-bmadv6.md b/docs/tutorials/getting-started/getting-started-bmadv6.md index 8fd914d0..70be60aa 100644 --- a/docs/tutorials/getting-started/getting-started-bmadv6.md +++ b/docs/tutorials/getting-started/getting-started-bmadv6.md @@ -84,6 +84,8 @@ your-project/ Having issues? See [Install BMad](/docs/how-to/installation/install-bmad.md) for common solutions. ::: +Open your AI IDE in the project folder. From here, you can run `/bmad-help` anytime to see what to do next — or ask it a question like `/bmad-help How should I build a web app for XYZ?` + ## Step 1: Initialize Your Project Load the **Analyst agent** in your IDE, wait for the menu, then run `workflow-init`.