mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-18 02:05:30 +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
736 B
736 B
BMAD Method - iFlow CLI Instructions
Activating Agents
BMAD agents are installed as commands in .iflow/commands/bmad/.
How to Use
- Access Commands: Use iFlow command interface
- Navigate: Browse to
{bmad_folder}/agents/or{bmad_folder}/tasks/ - Select: Choose the agent or task command
- Execute: Run to activate
Command Structure
.iflow/commands/bmad/
├── agents/ # Agent commands
└── tasks/ # Task commands
Examples
/{bmad_folder}/agents/core-dev - Activate dev agent
/{bmad_folder}/tasks/core-setup - Execute setup task
Notes
- Commands organized by type (agents/tasks)
- Agent activates for session
- Similar to Crush command structure