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 <noreply@anthropic.com>
This commit is contained in:
parent
e6bb9ef418
commit
ee6b7ce91b
|
|
@ -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)
|
- **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
|
- **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)
|
- **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
|
- **Complete Lifecycle**: From brainstorming to deployment, with just-in-time documentation
|
||||||
|
|
||||||
## Quick Start
|
## 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?`
|
> **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)
|
### Simple Path (Quick Flow)
|
||||||
|
|
||||||
Bug fixes, small features, clear scope — 3 commands:
|
Bug fixes, small features, clear scope — 3 commands:
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,8 @@ your-project/
|
||||||
Having issues? See [Install BMad](/docs/how-to/installation/install-bmad.md) for common solutions.
|
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
|
## Step 1: Initialize Your Project
|
||||||
|
|
||||||
Load the **Analyst agent** in your IDE, wait for the menu, then run `workflow-init`.
|
Load the **Analyst agent** in your IDE, wait for the menu, then run `workflow-init`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue