removing docs accidentally added to wrong repo docs folder

This commit is contained in:
Brian Madison 2026-01-15 22:30:43 -06:00
parent afee68ca99
commit 0fa53ad144
11 changed files with 18 additions and 28 deletions

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -1 +0,0 @@
# This file ensures the directory is tracked by git

View File

@ -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 - Starting a new project with BMad
- Adding BMad to an existing codebase - Adding BMad to an existing codebase
- Setting up BMad on a new machine - Update the existing BMad Installation
:::note[Prerequisites] :::note[Prerequisites]
- **Node.js** 20+ (required for the installer) - **Node.js** 20+ (required for the installer)
@ -29,8 +29,7 @@ npx bmad-method install
The installer will ask where to install BMad files: The installer will ask where to install BMad files:
- Current directory (recommended for new projects) - Current directory (recommended for new projects if you created the directory yourself and ran from within the directory)
- Subdirectory
- Custom path - Custom path
### 3. Select Your AI Tools ### 3. Select Your AI Tools
@ -40,16 +39,16 @@ Choose which AI tools you'll be using:
- Claude Code - Claude Code
- Cursor - Cursor
- Windsurf - 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 ### 4. Choose Modules
Select which modules to install: Select which modules to install:
| Module | Purpose | | Module | Purpose |
|--------|---------| | -------- | ----------------------------------------- |
| **BMM** | Core methodology for software development | | **BMM** | Core methodology for software development |
| **BMGD** | Game development workflows | | **BMGD** | Game development workflows |
| **CIS** | Creative intelligence and facilitation | | **CIS** | Creative intelligence and facilitation |
@ -82,11 +81,11 @@ your-project/
1. Check the `_bmad/` directory exists 1. Check the `_bmad/` directory exists
2. Load an agent in your AI tool 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 ## Configuration
Edit `_bmad/[module]/config.yaml` to customize: Edit `_bmad/[module]/config.yaml` to customize. For example these could be changed:
```yaml ```yaml
output_folder: ./_bmad-output output_folder: ./_bmad-output

View File

@ -67,10 +67,10 @@ Type "exit" or "done" to conclude the session. Participating agents will say per
## Example Party Compositions ## Example Party Compositions
| Topic | Typical Agents | | Topic | Typical Agents |
| ---------------------- | ------------------------------------------------------------- | | ---------------------- | ----------------------------------------------------- |
| **Product Strategy** | PM + Innovation Strategist (CIS) + Analyst | | **Product Strategy** | PM + Innovation Strategist + Analyst |
| **Technical Design** | Architect + Creative Problem Solver (CIS) + Game Architect | | **Technical Design** | Architect + Creative Problem Solver + Game Architect |
| **User Experience** | UX Designer + Design Thinking Coach (CIS) + Storyteller (CIS) | | **User Experience** | UX Designer + Design Thinking Coach + Storyteller |
| **Quality Assessment** | TEA + DEV + Architect | | **Quality Assessment** | TEA + DEV + Architect |
## Key Features ## Key Features