mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
agent team workflows
This commit is contained in:
@@ -74,7 +74,7 @@ dependencies:
|
||||
- pm-checklist
|
||||
```
|
||||
|
||||
Team bundles are defined in `team-*.yml` files:
|
||||
Team bundles are defined in the `/agent-teams/` directory as `team-*.yml` files:
|
||||
|
||||
```yaml
|
||||
bundle:
|
||||
@@ -98,7 +98,8 @@ The BMAD v4 system uses this structure:
|
||||
|
||||
```
|
||||
BMAD-METHOD/
|
||||
├── agents/ # Agent YAML configurations
|
||||
├── agents/ # Individual agent YAML configurations
|
||||
├── agent-teams/ # Team bundle YAML configurations
|
||||
├── bmad-core/ # Core resources
|
||||
│ ├── personas/ # Agent personality definitions
|
||||
│ ├── tasks/ # Reusable task instructions
|
||||
|
||||
@@ -39,7 +39,7 @@ Want to modify agents or create custom bundles?
|
||||
|
||||
1. **Copy bmad-core** to your project
|
||||
2. **Install dependencies**: `npm install`
|
||||
3. **Customize** agents in `/agents/` or resources in `/bmad-core/`
|
||||
3. **Customize** agents in `/agents/`, team bundles in `/agent-teams/`, or resources in `/bmad-core/`
|
||||
4. **Build**: `npm run build`
|
||||
|
||||
## When Do You Need npm install?
|
||||
|
||||
Reference in New Issue
Block a user