mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
Remove hardcoded .bmad folder references throughout documentation and source files, replacing them with the configurable {bmad_folder} placeholder. This change enables users to customize the BMAD installation folder name via configuration, improving flexibility and reducing coupling to a specific directory structure.
Changes include:
- Update all documentation to reference {bmad_folder} instead of .bmad
- Remove legacy configuration files from .bmad and .claude directories
- Update workflow.xml and CLI documentation with new placeholder syntax
31 lines
715 B
Markdown
31 lines
715 B
Markdown
# BMAD Method - Crush Instructions
|
|
|
|
## Activating Agents
|
|
|
|
BMAD agents are installed as commands in `.crush/commands/bmad/`.
|
|
|
|
### How to Use
|
|
|
|
1. **Open Command Palette**: Use Crush command interface
|
|
2. **Navigate**: Browse to `{bmad_folder}/{module}/agents/`
|
|
3. **Select Agent**: Choose the agent command
|
|
4. **Execute**: Run to activate agent persona
|
|
|
|
### Command Structure
|
|
|
|
```
|
|
.crush/commands/bmad/
|
|
├── agents/ # All agents
|
|
├── tasks/ # All tasks
|
|
├── core/ # Core module
|
|
│ ├── agents/
|
|
│ └── tasks/
|
|
└── {module}/ # Other modules
|
|
```
|
|
|
|
### Notes
|
|
|
|
- Commands organized by module
|
|
- Can browse hierarchically
|
|
- Agent activates for session
|