diff --git a/docs/A-Product-Brief/.gitkeep b/docs/A-Product-Brief/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/A-Product-Brief/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/B-Trigger-Map/.gitkeep b/docs/B-Trigger-Map/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/B-Trigger-Map/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/C-Platform-Requirements/.gitkeep b/docs/C-Platform-Requirements/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/C-Platform-Requirements/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/C-Scenarios/.gitkeep b/docs/C-Scenarios/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/C-Scenarios/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/D-Design-System/.gitkeep b/docs/D-Design-System/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/D-Design-System/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/E-PRD/.gitkeep b/docs/E-PRD/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/E-PRD/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/E-PRD/Design-Deliveries/.gitkeep b/docs/E-PRD/Design-Deliveries/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/E-PRD/Design-Deliveries/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/F-Testing/.gitkeep b/docs/F-Testing/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/F-Testing/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/G-Product-Development/.gitkeep b/docs/G-Product-Development/.gitkeep deleted file mode 100644 index 379ad9b7..00000000 --- a/docs/G-Product-Development/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file ensures the directory is tracked by git diff --git a/docs/how-to/installation/install-bmad.md b/docs/how-to/installation/install-bmad.md index f2d06fc7..5d1ae33a 100644 --- a/docs/how-to/installation/install-bmad.md +++ b/docs/how-to/installation/install-bmad.md @@ -9,7 +9,7 @@ Use the `npx bmad-method install` command to set up BMad in your project with yo - Starting a new project with BMad - Adding BMad to an existing codebase -- Setting up BMad on a new machine +- Update the existing BMad Installation :::note[Prerequisites] - **Node.js** 20+ (required for the installer) @@ -29,8 +29,7 @@ npx bmad-method install The installer will ask where to install BMad files: -- Current directory (recommended for new projects) -- Subdirectory +- Current directory (recommended for new projects if you created the directory yourself and ran from within the directory) - Custom path ### 3. Select Your AI Tools @@ -40,20 +39,20 @@ Choose which AI tools you'll be using: - Claude Code - Cursor - Windsurf -- Other +- Many others to choose from -The installer configures BMad for your selected tools. +The installer configures BMad for your selected tools by setting up commands that will call the ui. ### 4. Choose Modules Select which modules to install: -| Module | Purpose | -|--------|---------| -| **BMM** | Core methodology for software development | -| **BMGD** | Game development workflows | -| **CIS** | Creative intelligence and facilitation | -| **BMB** | Building custom agents and workflows | +| Module | Purpose | +| -------- | ----------------------------------------- | +| **BMM** | Core methodology for software development | +| **BMGD** | Game development workflows | +| **CIS** | Creative intelligence and facilitation | +| **BMB** | Building custom agents and workflows | ### 5. Add Custom Content (Optional) @@ -82,11 +81,11 @@ your-project/ 1. Check the `_bmad/` directory exists 2. Load an agent in your AI tool -3. Run `*menu` to see available commands +3. Run `/workflow-init` which will autocomplete to the full command to see available commands ## Configuration -Edit `_bmad/[module]/config.yaml` to customize: +Edit `_bmad/[module]/config.yaml` to customize. For example these could be changed: ```yaml output_folder: ./_bmad-output diff --git a/docs/how-to/workflows/setup-party-mode.md b/docs/how-to/workflows/setup-party-mode.md index 33fd6a4e..ba6fc5d0 100644 --- a/docs/how-to/workflows/setup-party-mode.md +++ b/docs/how-to/workflows/setup-party-mode.md @@ -66,12 +66,12 @@ Type "exit" or "done" to conclude the session. Participating agents will say per ## Example Party Compositions -| Topic | Typical Agents | -| ---------------------- | ------------------------------------------------------------- | -| **Product Strategy** | PM + Innovation Strategist (CIS) + Analyst | -| **Technical Design** | Architect + Creative Problem Solver (CIS) + Game Architect | -| **User Experience** | UX Designer + Design Thinking Coach (CIS) + Storyteller (CIS) | -| **Quality Assessment** | TEA + DEV + Architect | +| Topic | Typical Agents | +| ---------------------- | ----------------------------------------------------- | +| **Product Strategy** | PM + Innovation Strategist + Analyst | +| **Technical Design** | Architect + Creative Problem Solver + Game Architect | +| **User Experience** | UX Designer + Design Thinking Coach + Storyteller | +| **Quality Assessment** | TEA + DEV + Architect | ## Key Features