mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
Compare commits
No commits in common. "main" and "6.0.0-alpha.21" have entirely different histories.
main
...
6.0.0-alph
3
.gitignore
vendored
3
.gitignore
vendored
@ -46,6 +46,8 @@ CLAUDE.local.md
|
|||||||
# Project-specific
|
# Project-specific
|
||||||
_bmad-core
|
_bmad-core
|
||||||
_bmad-creator-tools
|
_bmad-creator-tools
|
||||||
|
test-project-install/*
|
||||||
|
sample-project/*
|
||||||
flattened-codebase.xml
|
flattened-codebase.xml
|
||||||
*.stats.md
|
*.stats.md
|
||||||
.internal-docs/
|
.internal-docs/
|
||||||
@ -64,7 +66,6 @@ shared-modules
|
|||||||
z*/
|
z*/
|
||||||
|
|
||||||
_bmad
|
_bmad
|
||||||
_bmad-output
|
|
||||||
.claude
|
.claude
|
||||||
.codex
|
.codex
|
||||||
.github/chatmodes
|
.github/chatmodes
|
||||||
|
|||||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -57,7 +57,6 @@
|
|||||||
"tileset",
|
"tileset",
|
||||||
"tmpl",
|
"tmpl",
|
||||||
"Trae",
|
"Trae",
|
||||||
"Unsharded",
|
|
||||||
"VNET",
|
"VNET",
|
||||||
"webskip"
|
"webskip"
|
||||||
],
|
],
|
||||||
|
|||||||
58
README.md
58
README.md
@ -24,8 +24,9 @@ The completely revamped **BMAD V6 installer** now includes built-in support for
|
|||||||
|
|
||||||
**📚 Learn More:**
|
**📚 Learn More:**
|
||||||
|
|
||||||
- [**Custom Content Overview**](docs/modules/bmb-bmad-builder/custom-content.md) - Discover all supported content types
|
- [**Custom Content Overview**](./docs/custom-content.md) - Discover all supported content types
|
||||||
- [**Installation Guide**](docs/modules/bmb-bmad-builder/custom-content-installation.md) - Learn to create and install custom content
|
- [**Installation Guide**](./docs/custom-content-installation.md) - Learn to create and install custom content
|
||||||
|
- [**Detail Content Docs**](./src/modules/bmb/docs/index.md) - Reference details for agents, modules, workflows and the bmad builder
|
||||||
- [**2 Very simple Custom Modules of questionable quality**](./samples/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
|
- [**2 Very simple Custom Modules of questionable quality**](./samples/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -67,7 +68,7 @@ With **BMad Builder**, you can architect both simple agents and vastly complex d
|
|||||||
## 📊 See It In Action
|
## 📊 See It In Action
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./docs/modules/bmm-bmad-method/images/workflow-method-greenfield.svg" alt="BMad Method Workflow" width="100%">
|
<img src="./src/modules/bmm/docs/images/workflow-method-greenfield.svg" alt="BMad Method Workflow" width="100%">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@ -79,18 +80,13 @@ With **BMad Builder**, you can architect both simple agents and vastly complex d
|
|||||||
### 1. Install BMad Method
|
### 1. Install BMad Method
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install v6 RECOMMENDED
|
# Install v6 Alpha (recommended)
|
||||||
npx bmad-method@alpha install
|
npx bmad-method@alpha install
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
# Or stable v4 for production
|
||||||
# Install v4 Legacy (not recommended if starting fresh)
|
|
||||||
npx bmad-method install
|
npx bmad-method install
|
||||||
# OR
|
|
||||||
npx bmad-method@latest install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### 2. Initialize Your Project
|
### 2. Initialize Your Project
|
||||||
|
|
||||||
Load any agent in your IDE and run:
|
Load any agent in your IDE and run:
|
||||||
@ -106,7 +102,7 @@ This analyzes your project and recommends the right workflow track.
|
|||||||
BMad Method adapts to your needs with three intelligent tracks:
|
BMad Method adapts to your needs with three intelligent tracks:
|
||||||
|
|
||||||
| Track | Use For | Planning | Time to Start |
|
| Track | Use For | Planning | Time to Start |
|
||||||
| ----------------- | ------------------------- | ----------------------- | ------------- |
|
| ------------------ | ------------------------- | ----------------------- | ------------- |
|
||||||
| **⚡ Quick Flow** | Bug fixes, small features | Tech spec only | < 5 minutes |
|
| **⚡ Quick Flow** | Bug fixes, small features | Tech spec only | < 5 minutes |
|
||||||
| **📋 BMad Method** | Products, platforms | PRD + Architecture + UX | < 15 minutes |
|
| **📋 BMad Method** | Products, platforms | PRD + Architecture + UX | < 15 minutes |
|
||||||
| **🏢 Enterprise** | Compliance, scale | Full governance suite | < 30 minutes |
|
| **🏢 Enterprise** | Compliance, scale | Full governance suite | < 30 minutes |
|
||||||
@ -129,34 +125,34 @@ Each phase has specialized workflows and agents working together to deliver exce
|
|||||||
**12 Specialized Agents** working in concert:
|
**12 Specialized Agents** working in concert:
|
||||||
|
|
||||||
| Development | Architecture | Product | Leadership |
|
| Development | Architecture | Product | Leadership |
|
||||||
| ----------- | -------------- | ----------- | ------------ |
|
| ----------- | -------------- | ------------- | -------------- |
|
||||||
| Developer | Architect | PM | Scrum Master |
|
| Developer | Architect | PM | Scrum Master |
|
||||||
| UX Designer | Test Architect | Analyst | BMad Master |
|
| UX Designer | Test Architect | Analyst | BMad Master |
|
||||||
| | | Tech Writer | |
|
| Tech Writer | Game Architect | Game Designer | Game Developer |
|
||||||
|
|
||||||
**Test Architect** integrates with `@seontechnologies/playwright-utils` for production-ready web app fixture-based utilities.
|
**Test Architect** integrates with `@seontechnologies/playwright-utils` for production-ready fixture-based utilities.
|
||||||
|
|
||||||
Each agent brings deep expertise and can be customized to match your team's style.
|
Each agent brings deep expertise and can be customized to match your team's style.
|
||||||
|
|
||||||
## 📦 What's Included
|
## 📦 What's Included
|
||||||
|
|
||||||
### Official Modules
|
### Core Modules
|
||||||
|
|
||||||
- **BMad Method (BMM)** - Complete agile development framework
|
- **BMad Method (BMM)** - Complete agile development framework
|
||||||
- 12 specialized agents
|
- 12 specialized agents
|
||||||
- 34 workflows across 4 phases
|
- 34 workflows across 4 phases
|
||||||
- Stand Along Quick Spec Flow for a streamlined simple implementation process
|
- Scale-adaptive planning
|
||||||
- [→ Documentation Hub](./docs/modules/bmm-bmad-method/index.md)
|
- [→ Documentation Hub](./src/modules/bmm/docs/index.md)
|
||||||
|
|
||||||
- **BMad Builder (BMB)** - Create custom agents and workflows
|
- **BMad Builder (BMB)** - Create custom agents and workflows
|
||||||
- Build anything from simple agents to complex modules
|
- Build anything from simple agents to complex modules
|
||||||
- Create domain-specific solutions (legal, medical, finance, education)
|
- Create domain-specific solutions (legal, medical, finance, education)
|
||||||
- [→ Builder Guide](./docs/modules/bmb-bmad-builder/index.md)
|
- [→ Builder Guide](./src/modules/bmb/docs/index.md)
|
||||||
|
|
||||||
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
|
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
|
||||||
- Brainstorming, design thinking, storytelling
|
- Brainstorming, design thinking, storytelling
|
||||||
- 5 creative facilitation workflows
|
- 5 creative facilitation workflows
|
||||||
- [→ Creative Workflows](./docs/modules/cis-creative-intelligence-suite/index.md)
|
- [→ Creative Workflows](./src/modules/cis/docs/index.md)
|
||||||
|
|
||||||
### Key Features
|
### Key Features
|
||||||
|
|
||||||
@ -170,14 +166,14 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|||||||
|
|
||||||
### Quick Links
|
### Quick Links
|
||||||
|
|
||||||
- **[Quick Start Guide](./docs/modules/bmm-bmad-method/quick-start.md)** - 15-minute introduction
|
- **[Quick Start Guide](./src/modules/bmm/docs/quick-start.md)** - 15-minute introduction
|
||||||
- **[Complete BMM Documentation](./docs/modules/bmm-bmad-method/index.md)** - All guides and references
|
- **[Complete BMM Documentation](./src/modules/bmm/docs/index.md)** - All guides and references
|
||||||
- **[Agent Customization](docs/bmad-customization/agent-customization-guide.md)** - Personalize your agents
|
- **[Agent Customization](./docs/agent-customization-guide.md)** - Personalize your agents
|
||||||
- **[All Documentation](./docs/index.md)** - Complete documentation index
|
- **[All Documentation](./docs/index.md)** - Complete documentation index
|
||||||
|
|
||||||
### For v4 Users
|
### For v4 Users
|
||||||
|
|
||||||
- **[v4 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4/docs)**
|
- **[v4 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4)**
|
||||||
- **[v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)**
|
- **[v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)**
|
||||||
|
|
||||||
## 💬 Community & Support
|
## 💬 Community & Support
|
||||||
@ -185,12 +181,24 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|||||||
- **[Discord Community](https://discord.gg/gk8jAdXWmj)** - Get help, share projects
|
- **[Discord Community](https://discord.gg/gk8jAdXWmj)** - Get help, share projects
|
||||||
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs, request features
|
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs, request features
|
||||||
- **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and demos
|
- **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and demos
|
||||||
- **[Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** - Pre-built agent bundles (Currently not functioning, reworking soon)
|
- **[Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** - Pre-built agent bundles
|
||||||
- **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Community guidelines
|
- **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Community guidelines
|
||||||
|
|
||||||
## 🛠️ Development
|
## 🛠️ Development
|
||||||
|
|
||||||
If you would like to contribute, first check the [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
|
For contributors working on the BMad codebase:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Run all quality checks
|
||||||
|
npm test
|
||||||
|
|
||||||
|
# Development commands
|
||||||
|
npm run lint:fix # Fix code style
|
||||||
|
npm run format:fix # Auto-format code
|
||||||
|
npm run bundle # Build web bundles
|
||||||
|
```
|
||||||
|
|
||||||
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
|
||||||
|
|
||||||
## What's New in v6
|
## What's New in v6
|
||||||
|
|
||||||
|
|||||||
@ -81,7 +81,7 @@ Add your own workflows to the agent's menu:
|
|||||||
```yaml
|
```yaml
|
||||||
menu:
|
menu:
|
||||||
- trigger: my-workflow
|
- trigger: my-workflow
|
||||||
workflow: '{project-root}/my-custom/workflows/my-workflow.yaml'
|
workflow: '{project-root}/custom/my-workflow.yaml'
|
||||||
description: My custom workflow
|
description: My custom workflow
|
||||||
- trigger: deploy
|
- trigger: deploy
|
||||||
action: '#deploy-prompt'
|
action: '#deploy-prompt'
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Workflow Customization Guide
|
|
||||||
|
|
||||||
Coming Soon...
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This guide explains how to create and install custom BMAD content including agents, workflows, and modules. Custom content extends BMAD's functionality with specialized tools and workflows that can be shared across projects or teams.
|
This guide explains how to create and install custom BMAD content including agents, workflows, and modules. Custom content extends BMAD's functionality with specialized tools and workflows that can be shared across projects or teams.
|
||||||
|
|
||||||
For detailed information about the different types of custom content available, see [Custom Content](modules/bmb-bmad-builder/custom-content.md).
|
For detailed information about the different types of custom content available, see [Custom Content](./custom-content.md).
|
||||||
|
|
||||||
You can find example custom modules in the `samples/sample-custom-modules/` folder of the repository. Download either of the sample folders to try them out.
|
You can find example custom modules in the `samples/sample-custom-modules/` folder of the repository. Download either of the sample folders to try them out.
|
||||||
|
|
||||||
@ -26,8 +26,10 @@ To create an installable custom module:
|
|||||||
- Create a folder with a short, abbreviated name (e.g., `cis` for Creative Intelligence Suite)
|
- Create a folder with a short, abbreviated name (e.g., `cis` for Creative Intelligence Suite)
|
||||||
- The folder name serves as the module code
|
- The folder name serves as the module code
|
||||||
|
|
||||||
2. **Required File**
|
2. **Required Files**
|
||||||
- Include a `module.yaml` file in the root folder (this drives questions for the final generated config.yaml at install target)
|
- Include a `module.yaml` file in the root folder
|
||||||
|
- This file drives the installation process when used by the BMAD installer
|
||||||
|
- Reference existing modules or the BMad Builder for configuration examples
|
||||||
|
|
||||||
3. **Folder Organization**
|
3. **Folder Organization**
|
||||||
Follow these conventions for optimal compatibility:
|
Follow these conventions for optimal compatibility:
|
||||||
@ -54,10 +56,8 @@ For standalone content that isn't part of a cohesive module collection, follow t
|
|||||||
|
|
||||||
1. **Module Configuration**
|
1. **Module Configuration**
|
||||||
- Create a folder with a `module.yaml` file (similar to custom modules)
|
- Create a folder with a `module.yaml` file (similar to custom modules)
|
||||||
- Add the property `unitary: true` in the module.yaml
|
- Add the property `unitary: true` to the module.yaml
|
||||||
- The `unitary: true` property indicates this is a collection of potentially unrelated items that don't depend on each other
|
- The `unitary: true` property indicates this is a collection of potentially unrelated items that don't depend on each other
|
||||||
- Any content you add to this folder should still be nested under workflows and agents - but the key with stand alone content is they do not rely on each other.
|
|
||||||
- Agents do not reference other workflows even if stored in a unitary:true module. But unitary Agents can have their own workflows in their sidecar, or reference workflows as requirements from other modules - with a process known as workflow vendoring. Keep in mind, this will require that the workflow referenced from the other module would need to be available for the end user to install, so its recommended to only vendor workflows from the core module, or official bmm modules (See [Workflow Vendoring, Customization, and Inheritance](workflow-vendoring-customization-inheritance.md)).
|
|
||||||
|
|
||||||
2. **Folder Structure**
|
2. **Folder Structure**
|
||||||
Organize content in specific named folders:
|
Organize content in specific named folders:
|
||||||
@ -1,6 +1,6 @@
|
|||||||
# Custom Content
|
# Custom Content
|
||||||
|
|
||||||
BMAD supports several categories of officially supported custom content that extend the platform's capabilities. Custom content can be created manually or with the recommended assistance of the BMad Builder (BoMB) Module. The BoMB Agents provides workflows and expertise to plan and build any custom content you can imagine.
|
BMAD supports several categories of officially supported custom content that extend the platform's capabilities. Custom content can be created manually or with the recommended assistance of the BMad Builder (BoMB) Module. The BoMB Agent provides workflows and expertise to plan and build any custom content you can imagine.
|
||||||
|
|
||||||
This flexibility transforms the platform beyond its current capabilities, enabling:
|
This flexibility transforms the platform beyond its current capabilities, enabling:
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ This flexibility transforms the platform beyond its current capabilities, enabli
|
|||||||
- [Custom Global Modules](#custom-global-modules)
|
- [Custom Global Modules](#custom-global-modules)
|
||||||
- [Custom Agents](#custom-agents)
|
- [Custom Agents](#custom-agents)
|
||||||
- [BMad Tiny Agents](#bmad-tiny-agents)
|
- [BMad Tiny Agents](#bmad-tiny-agents)
|
||||||
- [Simple and Expert Agents](#simple-and-expert-agents)
|
- [Simple vs Expert Agents](#simple-vs-expert-agents)
|
||||||
- [Custom Workflows](#custom-workflows)
|
- [Custom Workflows](#custom-workflows)
|
||||||
|
|
||||||
## Custom Stand Alone Modules
|
## Custom Stand Alone Modules
|
||||||
@ -57,7 +57,7 @@ Similar to Custom Stand Alone Modules, but designed to add functionality that ap
|
|||||||
|
|
||||||
Examples include:
|
Examples include:
|
||||||
|
|
||||||
- The current TTS (Text-to-Speech) functionality for Claude, which will soon be converted to a global module
|
- The current TTS (Text-to-Speech) functionality for Claude, which will be rebuilt as a global module
|
||||||
- The core module, which is always installed and provides all agents with party mode and advanced elicitation capabilities
|
- The core module, which is always installed and provides all agents with party mode and advanced elicitation capabilities
|
||||||
- Installation and update tools that work with any BMAD method configuration
|
- Installation and update tools that work with any BMAD method configuration
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ Personal agents designed for highly specific needs that may not be suitable for
|
|||||||
|
|
||||||
These are simple, standalone files that can be scoped to focus on specific data or paths when integrated into an information vault or repository.
|
These are simple, standalone files that can be scoped to focus on specific data or paths when integrated into an information vault or repository.
|
||||||
|
|
||||||
### Simple and Expert Agents
|
### Simple vs Expert Agents
|
||||||
|
|
||||||
The distinction between simple and expert agents lies in their structure:
|
The distinction between simple and expert agents lies in their structure:
|
||||||
|
|
||||||
@ -89,6 +89,7 @@ The distinction between simple and expert agents lies in their structure:
|
|||||||
|
|
||||||
- Single file containing all prompts and configuration
|
- Single file containing all prompts and configuration
|
||||||
- Self-contained and straightforward
|
- Self-contained and straightforward
|
||||||
|
- has metadata type: simple
|
||||||
|
|
||||||
**Expert Agent:**
|
**Expert Agent:**
|
||||||
|
|
||||||
449
docs/document-sharding-guide.md
Normal file
449
docs/document-sharding-guide.md
Normal file
@ -0,0 +1,449 @@
|
|||||||
|
# Document Sharding Guide
|
||||||
|
|
||||||
|
Comprehensive guide to BMad Method's document sharding system for managing large planning and architecture documents.
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
- [What is Document Sharding?](#what-is-document-sharding)
|
||||||
|
- [When to Use Sharding](#when-to-use-sharding)
|
||||||
|
- [How Sharding Works](#how-sharding-works)
|
||||||
|
- [Using the Shard-Doc Tool](#using-the-shard-doc-tool)
|
||||||
|
- [Workflow Support](#workflow-support)
|
||||||
|
- [Best Practices](#best-practices)
|
||||||
|
- [Examples](#examples)
|
||||||
|
|
||||||
|
## What is Document Sharding?
|
||||||
|
|
||||||
|
Document sharding splits large markdown files into smaller, organized files based on level 2 headings (`## Heading`). This enables:
|
||||||
|
|
||||||
|
- **Selective Loading** - Workflows load only the sections they need
|
||||||
|
- **Reduced Token Usage** - Massive efficiency gains for large projects
|
||||||
|
- **Better Organization** - Logical section-based file structure
|
||||||
|
- **Maintained Context** - Index file preserves document structure
|
||||||
|
|
||||||
|
### Architecture
|
||||||
|
|
||||||
|
```
|
||||||
|
Before Sharding:
|
||||||
|
docs/
|
||||||
|
└── PRD.md (large 50k token file)
|
||||||
|
|
||||||
|
After Sharding:
|
||||||
|
docs/
|
||||||
|
└── prd/
|
||||||
|
├── index.md # Table of contents with descriptions
|
||||||
|
├── overview.md # Section 1
|
||||||
|
├── user-requirements.md # Section 2
|
||||||
|
├── technical-requirements.md # Section 3
|
||||||
|
└── ... # Additional sections
|
||||||
|
```
|
||||||
|
|
||||||
|
## When to Use Sharding
|
||||||
|
|
||||||
|
### Ideal Candidates
|
||||||
|
|
||||||
|
**Large Multi-Epic Projects:**
|
||||||
|
|
||||||
|
- Very large complex PRDs
|
||||||
|
- Architecture documents with multiple system layers
|
||||||
|
- Epic files with 4+ epics (especially for Phase 4)
|
||||||
|
- UX design specs covering multiple subsystems
|
||||||
|
|
||||||
|
**Token Thresholds:**
|
||||||
|
|
||||||
|
- **Consider sharding**: Documents > 20k tokens
|
||||||
|
- **Strongly recommended**: Documents > 40k tokens
|
||||||
|
- **Critical for efficiency**: Documents > 60k tokens
|
||||||
|
|
||||||
|
### When NOT to Shard
|
||||||
|
|
||||||
|
**Small Projects:**
|
||||||
|
|
||||||
|
- Single epic projects
|
||||||
|
- Level 0-1 projects (tech-spec only)
|
||||||
|
- Documents under 10k tokens
|
||||||
|
- Quick prototypes
|
||||||
|
|
||||||
|
**Frequently Updated Docs:**
|
||||||
|
|
||||||
|
- Active work-in-progress documents
|
||||||
|
- Documents updated daily
|
||||||
|
- Documents where whole-file context is essential
|
||||||
|
|
||||||
|
## How Sharding Works
|
||||||
|
|
||||||
|
### Sharding Process
|
||||||
|
|
||||||
|
1. **Tool Execution**: Run `npx @kayvan/markdown-tree-parser source.md destination/` - this is abstracted with the core shard-doc task which is installed as a slash command or manual task rule depending on your tools.
|
||||||
|
2. **Section Extraction**: Tool splits by level 2 headings
|
||||||
|
3. **File Creation**: Each section becomes a separate file
|
||||||
|
4. **Index Generation**: `index.md` created with structure and descriptions
|
||||||
|
|
||||||
|
### Workflow Discovery
|
||||||
|
|
||||||
|
BMad workflows use a **dual discovery system**:
|
||||||
|
|
||||||
|
1. **Try whole document first** - Look for `document-name.md`
|
||||||
|
2. **Check for sharded version** - Look for `document-name/index.md`
|
||||||
|
3. **Priority rule** - Whole document takes precedence if both exist
|
||||||
|
|
||||||
|
### Loading Strategies
|
||||||
|
|
||||||
|
**Full Load (Phase 1-3 workflows):**
|
||||||
|
|
||||||
|
```
|
||||||
|
If sharded:
|
||||||
|
- Read index.md
|
||||||
|
- Read ALL section files
|
||||||
|
- Treat as single combined document
|
||||||
|
```
|
||||||
|
|
||||||
|
**Selective Load (Phase 4 workflows):**
|
||||||
|
|
||||||
|
```
|
||||||
|
If sharded epics and working on Epic 3:
|
||||||
|
- Read epics/index.md
|
||||||
|
- Load ONLY epics/epic-3.md
|
||||||
|
- Skip all other epic files
|
||||||
|
- 90%+ token savings!
|
||||||
|
```
|
||||||
|
|
||||||
|
## Using the Shard-Doc Tool
|
||||||
|
|
||||||
|
### CLI Command
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Activate bmad-master or analyst agent, then:
|
||||||
|
/shard-doc
|
||||||
|
```
|
||||||
|
|
||||||
|
### Interactive Process
|
||||||
|
|
||||||
|
```
|
||||||
|
Agent: Which document would you like to shard?
|
||||||
|
User: docs/PRD.md
|
||||||
|
|
||||||
|
Agent: Default destination: docs/prd/
|
||||||
|
Accept default? [y/n]
|
||||||
|
User: y
|
||||||
|
|
||||||
|
Agent: Sharding PRD.md...
|
||||||
|
✓ Created 12 section files
|
||||||
|
✓ Generated index.md
|
||||||
|
✓ Complete!
|
||||||
|
```
|
||||||
|
|
||||||
|
### What Gets Created
|
||||||
|
|
||||||
|
**index.md structure:**
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
# PRD - Index
|
||||||
|
|
||||||
|
## Sections
|
||||||
|
|
||||||
|
1. [Overview](./overview.md) - Project vision and objectives
|
||||||
|
2. [User Requirements](./user-requirements.md) - Feature specifications
|
||||||
|
3. [Epic 1: Authentication](./epic-1-authentication.md) - User auth system
|
||||||
|
4. [Epic 2: Dashboard](./epic-2-dashboard.md) - Main dashboard UI
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
**Individual section files:**
|
||||||
|
|
||||||
|
- Named from heading text (kebab-case)
|
||||||
|
- Contains complete section content
|
||||||
|
- Preserves all markdown formatting
|
||||||
|
- Can be read independently
|
||||||
|
|
||||||
|
## Workflow Support
|
||||||
|
|
||||||
|
### Universal Support
|
||||||
|
|
||||||
|
**All BMM workflows support both formats:**
|
||||||
|
|
||||||
|
- ✅ Whole documents
|
||||||
|
- ✅ Sharded documents
|
||||||
|
- ✅ Automatic detection
|
||||||
|
- ✅ Transparent to user
|
||||||
|
|
||||||
|
### Workflow-Specific Patterns
|
||||||
|
|
||||||
|
#### Phase 1-3 (Full Load)
|
||||||
|
|
||||||
|
Workflows load entire sharded documents:
|
||||||
|
|
||||||
|
- `product-brief` - Research, brainstorming docs
|
||||||
|
- `prd` - Product brief, research
|
||||||
|
- `gdd` - Game brief, research
|
||||||
|
- `create-ux-design` - PRD, brief, architecture (if available)
|
||||||
|
- `tech-spec` - Brief, research
|
||||||
|
- `architecture` - PRD, UX design (if available)
|
||||||
|
- `create-epics-and-stories` - PRD, architecture
|
||||||
|
- `implementation-readiness` - All planning docs
|
||||||
|
|
||||||
|
#### Phase 4 (Selective Load)
|
||||||
|
|
||||||
|
Workflows load only needed sections:
|
||||||
|
|
||||||
|
**sprint-planning** (Full Load):
|
||||||
|
|
||||||
|
- Needs ALL epics to build complete status
|
||||||
|
|
||||||
|
**create-story, code-review** (Selective):
|
||||||
|
|
||||||
|
```
|
||||||
|
Working on Epic 3, Story 2:
|
||||||
|
✓ Load epics/epic-3.md only
|
||||||
|
✗ Skip epics/epic-1.md, epic-2.md, epic-4.md, etc.
|
||||||
|
|
||||||
|
Result: 90%+ token reduction for 10-epic projects!
|
||||||
|
```
|
||||||
|
|
||||||
|
### Input File Patterns
|
||||||
|
|
||||||
|
Workflows use standardized patterns:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
input_file_patterns:
|
||||||
|
prd:
|
||||||
|
whole: '{output_folder}/*prd*.md'
|
||||||
|
sharded: '{output_folder}/*prd*/index.md'
|
||||||
|
|
||||||
|
epics:
|
||||||
|
whole: '{output_folder}/*epic*.md'
|
||||||
|
sharded_index: '{output_folder}/*epic*/index.md'
|
||||||
|
sharded_single: '{output_folder}/*epic*/epic-{{epic_num}}.md'
|
||||||
|
```
|
||||||
|
|
||||||
|
## Best Practices
|
||||||
|
|
||||||
|
### Sharding Strategy
|
||||||
|
|
||||||
|
**Do:**
|
||||||
|
|
||||||
|
- ✅ Shard after planning phase complete
|
||||||
|
- ✅ Keep level 2 headings well-organized
|
||||||
|
- ✅ Use descriptive section names
|
||||||
|
- ✅ Shard before Phase 4 implementation
|
||||||
|
- ✅ Keep original file as backup initially
|
||||||
|
|
||||||
|
**Don't:**
|
||||||
|
|
||||||
|
- ❌ Shard work-in-progress documents
|
||||||
|
- ❌ Shard small documents (<20k tokens)
|
||||||
|
- ❌ Mix sharded and whole versions
|
||||||
|
- ❌ Manually edit index.md structure
|
||||||
|
|
||||||
|
### Naming Conventions
|
||||||
|
|
||||||
|
**Good Section Names:**
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
## Epic 1: User Authentication
|
||||||
|
|
||||||
|
## Technical Requirements
|
||||||
|
|
||||||
|
## System Architecture
|
||||||
|
|
||||||
|
## UX Design Principles
|
||||||
|
```
|
||||||
|
|
||||||
|
**Poor Section Names:**
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
## Section 1
|
||||||
|
|
||||||
|
## Part A
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
## More Info
|
||||||
|
```
|
||||||
|
|
||||||
|
### File Management
|
||||||
|
|
||||||
|
**When to Re-shard:**
|
||||||
|
|
||||||
|
- Significant structural changes to document
|
||||||
|
- Adding/removing major sections
|
||||||
|
- After major refactoring
|
||||||
|
|
||||||
|
**Updating Sharded Docs:**
|
||||||
|
|
||||||
|
1. Edit individual section files directly
|
||||||
|
2. OR edit original, delete sharded folder, re-shard
|
||||||
|
3. Don't manually edit index.md
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
### Example 1: Large PRD
|
||||||
|
|
||||||
|
**Scenario:** 15-epic project, PRD is 45k tokens
|
||||||
|
|
||||||
|
**Before Sharding:**
|
||||||
|
|
||||||
|
```
|
||||||
|
Every workflow loads entire 45k token PRD
|
||||||
|
Architecture workflow: 45k tokens
|
||||||
|
UX design workflow: 45k tokens
|
||||||
|
```
|
||||||
|
|
||||||
|
**After Sharding:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/shard-doc
|
||||||
|
Source: docs/PRD.md
|
||||||
|
Destination: docs/prd/
|
||||||
|
|
||||||
|
Created:
|
||||||
|
prd/index.md
|
||||||
|
prd/overview.md (3k tokens)
|
||||||
|
prd/functional-requirements.md (8k tokens)
|
||||||
|
prd/non-functional-requirements.md (6k tokens)
|
||||||
|
prd/user-personas.md (4k tokens)
|
||||||
|
...additional FR/NFR sections
|
||||||
|
```
|
||||||
|
|
||||||
|
**Result:**
|
||||||
|
|
||||||
|
```
|
||||||
|
Architecture workflow: Can load specific sections needed
|
||||||
|
UX design workflow: Can load specific sections needed
|
||||||
|
Significant token reduction for large requirement docs!
|
||||||
|
```
|
||||||
|
|
||||||
|
### Example 2: Sharding Epics File
|
||||||
|
|
||||||
|
**Scenario:** 8 epics with detailed stories, 35k tokens total
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/shard-doc
|
||||||
|
Source: docs/bmm-epics.md
|
||||||
|
Destination: docs/epics/
|
||||||
|
|
||||||
|
Created:
|
||||||
|
epics/index.md
|
||||||
|
epics/epic-1.md
|
||||||
|
epics/epic-2.md
|
||||||
|
...
|
||||||
|
epics/epic-8.md
|
||||||
|
```
|
||||||
|
|
||||||
|
**Efficiency Gain:**
|
||||||
|
|
||||||
|
```
|
||||||
|
Working on Epic 5 stories:
|
||||||
|
Old: Load all 8 epics (35k tokens)
|
||||||
|
New: Load epic-5.md only (4k tokens)
|
||||||
|
Savings: 88% reduction
|
||||||
|
```
|
||||||
|
|
||||||
|
### Example 3: Architecture Document
|
||||||
|
|
||||||
|
**Scenario:** Multi-layer system architecture, 28k tokens
|
||||||
|
|
||||||
|
```bash
|
||||||
|
/shard-doc
|
||||||
|
Source: docs/architecture.md
|
||||||
|
Destination: docs/architecture/
|
||||||
|
|
||||||
|
Created:
|
||||||
|
architecture/index.md
|
||||||
|
architecture/system-overview.md
|
||||||
|
architecture/frontend-architecture.md
|
||||||
|
architecture/backend-services.md
|
||||||
|
architecture/data-layer.md
|
||||||
|
architecture/infrastructure.md
|
||||||
|
architecture/security-architecture.md
|
||||||
|
```
|
||||||
|
|
||||||
|
**Benefit:** Code-review workflow can reference specific architectural layers without loading entire architecture doc.
|
||||||
|
|
||||||
|
## Custom Workflow Integration
|
||||||
|
|
||||||
|
### For Workflow Builders
|
||||||
|
|
||||||
|
When creating custom workflows that load large documents:
|
||||||
|
|
||||||
|
**1. Add input_file_patterns to workflow.yaml:**
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
input_file_patterns:
|
||||||
|
your_document:
|
||||||
|
whole: '{output_folder}/*your-doc*.md'
|
||||||
|
sharded: '{output_folder}/*your-doc*/index.md'
|
||||||
|
```
|
||||||
|
|
||||||
|
**2. Add discovery instructions to instructions.md:**
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
## Document Discovery
|
||||||
|
|
||||||
|
1. Search for whole document: _your-doc_.md
|
||||||
|
2. Check for sharded version: _your-doc_/index.md
|
||||||
|
3. If sharded: Read index + ALL sections (or specific sections if selective load)
|
||||||
|
4. Priority: Whole document first
|
||||||
|
```
|
||||||
|
|
||||||
|
**3. Choose loading strategy:**
|
||||||
|
|
||||||
|
- **Full Load**: Read all sections when sharded
|
||||||
|
- **Selective Load**: Read only relevant sections (requires section identification logic)
|
||||||
|
|
||||||
|
### Pattern Templates
|
||||||
|
|
||||||
|
**Full Load Pattern:**
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<action>Search for document: {output_folder}/*doc-name*.md</action>
|
||||||
|
<action>If not found, check for sharded: {output_folder}/*doc-name*/index.md</action>
|
||||||
|
<action if="sharded found">Read index.md to understand structure</action>
|
||||||
|
<action if="sharded found">Read ALL section files listed in index</action>
|
||||||
|
<action if="sharded found">Combine content as single document</action>
|
||||||
|
```
|
||||||
|
|
||||||
|
**Selective Load Pattern (with section ID):**
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<action>Determine section needed (e.g., epic_num = 3)</action>
|
||||||
|
<action>Check for sharded version: {output_folder}/*doc-name*/index.md</action>
|
||||||
|
<action if="sharded found">Read ONLY the specific section file needed</action>
|
||||||
|
<action if="sharded found">Skip all other section files</action>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Common Issues
|
||||||
|
|
||||||
|
**Both whole and sharded exist:**
|
||||||
|
|
||||||
|
- Workflows will use whole document (priority rule)
|
||||||
|
- Delete or archive the one you don't want
|
||||||
|
|
||||||
|
**Index.md out of sync:**
|
||||||
|
|
||||||
|
- Delete sharded folder
|
||||||
|
- Re-run shard-doc on original
|
||||||
|
|
||||||
|
**Workflow can't find document:**
|
||||||
|
|
||||||
|
- Check file naming matches patterns (`*prd*.md`, `*epic*.md`, etc.)
|
||||||
|
- Verify index.md exists in sharded folder
|
||||||
|
- Check output_folder path in config
|
||||||
|
|
||||||
|
**Sections too granular:**
|
||||||
|
|
||||||
|
- Combine sections in original document
|
||||||
|
- Use fewer level 2 headings
|
||||||
|
- Re-shard
|
||||||
|
|
||||||
|
## Related Documentation
|
||||||
|
|
||||||
|
- [shard-doc Tool](../src/core/tools/shard-doc.xml) - Tool implementation
|
||||||
|
- [BMM Workflows Guide](./modules/bmm/index.md#-workflow-guides) - Workflow overview
|
||||||
|
- [Workflow Creation Guide](./modules/bmb/workflows/index) - Custom workflow patterns
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Document sharding is optional but powerful** - use it when efficiency matters for large projects!
|
||||||
76
docs/getting-started/installation.md
Normal file
76
docs/getting-started/installation.md
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# Installation
|
||||||
|
|
||||||
|
Get BMAD Method running in your project in under 2 minutes.
|
||||||
|
|
||||||
|
## Quick Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx bmad-method@alpha install
|
||||||
|
```
|
||||||
|
|
||||||
|
This interactive installer will:
|
||||||
|
|
||||||
|
1. Detect your IDE (Claude Code, Cursor, VS Code, etc.)
|
||||||
|
2. Let you choose which modules to install
|
||||||
|
3. Configure agents and workflows for your project
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- **Node.js** 18+ (for the installer)
|
||||||
|
- **Git** (recommended for version control)
|
||||||
|
- An **AI-powered IDE** or access to Claude/ChatGPT/Gemini
|
||||||
|
|
||||||
|
## Module Options
|
||||||
|
|
||||||
|
During installation, you'll choose which modules to install:
|
||||||
|
|
||||||
|
| Module | Description | Best For |
|
||||||
|
| -------- | ---------------- | ---------------------------------------- |
|
||||||
|
| **BMM** | BMAD Method Core | Software development projects |
|
||||||
|
| **BMGD** | Game Development | Game projects with specialized workflows |
|
||||||
|
| **BMB** | Builder | Creating custom agents and workflows |
|
||||||
|
|
||||||
|
## Post-Installation
|
||||||
|
|
||||||
|
After installation, your project will have:
|
||||||
|
|
||||||
|
```
|
||||||
|
your-project/
|
||||||
|
├── _bmad/ # BMAD configuration and agents
|
||||||
|
│ ├── bmm/ # Method module (if installed)
|
||||||
|
│ ├── bmgd/ # Game dev module (if installed)
|
||||||
|
│ └── config.yaml # Your project configuration
|
||||||
|
├── .claude/ # IDE-specific setup (varies by IDE)
|
||||||
|
└── ... your code
|
||||||
|
```
|
||||||
|
|
||||||
|
## Next Steps
|
||||||
|
|
||||||
|
1. **Read the [Quick Start Guide](../modules/bmm/quick-start.md)** to build your first feature
|
||||||
|
2. **Check your [IDE Guide](../ide-info/index.md)** for IDE-specific tips
|
||||||
|
3. **Explore [Workflows](../modules/bmm/workflows-planning.md)** to understand the methodology
|
||||||
|
|
||||||
|
## Alternative: Web Bundles
|
||||||
|
|
||||||
|
Don't want to install? Use BMAD agents directly in:
|
||||||
|
|
||||||
|
- **Claude Projects** - Upload the web bundle
|
||||||
|
- **ChatGPT** - Use custom GPT bundles
|
||||||
|
- **Gemini** - Import agent prompts
|
||||||
|
|
||||||
|
See the [Web Bundles Guide](../web-bundles-gemini-gpt-guide.md) for details.
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Common Issues
|
||||||
|
|
||||||
|
**"Command not found: npx"**
|
||||||
|
: Install Node.js 18+ from [nodejs.org](https://nodejs.org)
|
||||||
|
|
||||||
|
**"Permission denied"**
|
||||||
|
: Run with appropriate permissions or check your npm configuration
|
||||||
|
|
||||||
|
**IDE not detected**
|
||||||
|
: The installer will prompt you to select your IDE manually
|
||||||
|
|
||||||
|
For more help, see [Troubleshooting](../modules/bmm/troubleshooting.md) or join our [Discord](https://discord.gg/bmad).
|
||||||
31
docs/ide-info/auggie.md
Normal file
31
docs/ide-info/auggie.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# BMAD Method - Auggie CLI Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents can be installed in multiple locations based on your setup.
|
||||||
|
|
||||||
|
### Common Locations
|
||||||
|
|
||||||
|
- User Home: `~/.augment/commands/`
|
||||||
|
- Project: `.augment/commands/`
|
||||||
|
- Custom paths you selected
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Type Trigger**: Use `@{agent-name}` in your prompt
|
||||||
|
2. **Activate**: Agent persona activates
|
||||||
|
3. **Tasks**: Use `@task-{task-name}` for tasks
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
@dev - Activate development agent
|
||||||
|
@architect - Activate architect agent
|
||||||
|
@task-setup - Execute setup task
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Agents can be in multiple locations
|
||||||
|
- Check your installation paths
|
||||||
|
- Activation syntax same across all locations
|
||||||
25
docs/ide-info/claude-code.md
Normal file
25
docs/ide-info/claude-code.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# BMAD Method - Claude Code Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as slash commands in `.claude/commands/bmad/`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Type Slash Command**: Start with `/` to see available commands
|
||||||
|
2. **Select Agent**: Type `/bmad-{agent-name}` (e.g., `/bmad-dev`)
|
||||||
|
3. **Execute**: Press Enter to activate that agent persona
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
/bmad:bmm:agents:dev - Activate development agent
|
||||||
|
/bmad:bmm:agents:architect - Activate architect agent
|
||||||
|
/bmad:bmm:workflows:dev-story - Execute dev-story workflow
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Commands are autocompleted when you type `/`
|
||||||
|
- Agent remains active for the conversation
|
||||||
|
- Start a new conversation to switch agents
|
||||||
31
docs/ide-info/cline.md
Normal file
31
docs/ide-info/cline.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# BMAD Method - Cline Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as **toggleable rules** in `.clinerules/` directory.
|
||||||
|
|
||||||
|
### Important: Rules are OFF by default
|
||||||
|
|
||||||
|
- Rules are NOT automatically loaded to avoid context pollution
|
||||||
|
- You must manually enable the agent you want to use
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Open Rules Panel**: Click the rules icon below the chat input
|
||||||
|
2. **Enable an Agent**: Toggle ON the specific agent rule you need (e.g., `01-core-dev`)
|
||||||
|
3. **Activate in Chat**: Type `@{agent-name}` to activate that persona
|
||||||
|
4. **Disable When Done**: Toggle OFF to free up context
|
||||||
|
|
||||||
|
### Best Practices
|
||||||
|
|
||||||
|
- Only enable 1-2 agents at a time to preserve context
|
||||||
|
- Disable agents when switching tasks
|
||||||
|
- Rules are numbered (01-, 02-) for organization, not priority
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
```
|
||||||
|
Toggle ON: 01-core-dev.md
|
||||||
|
In chat: "@dev help me refactor this code"
|
||||||
|
When done: Toggle OFF the rule
|
||||||
|
```
|
||||||
21
docs/ide-info/codex.md
Normal file
21
docs/ide-info/codex.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# BMAD Method - Codex Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents, tasks and workflows are installed as custom prompts in
|
||||||
|
`$CODEX_HOME/prompts/bmad-*.md` files. If `CODEX_HOME` is not set, it
|
||||||
|
defaults to `$HOME/.codex/`.
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
/bmad-bmm-agents-dev - Activate development agent
|
||||||
|
/bmad-bmm-agents-architect - Activate architect agent
|
||||||
|
/bmad-bmm-workflows-dev-story - Execute dev-story workflow
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
Prompts are autocompleted when you type /
|
||||||
|
Agent remains active for the conversation
|
||||||
|
Start a new conversation to switch agents
|
||||||
30
docs/ide-info/crush.md
Normal file
30
docs/ide-info/crush.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# 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/{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
|
||||||
25
docs/ide-info/cursor.md
Normal file
25
docs/ide-info/cursor.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# BMAD Method - Cursor Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed in `.cursor/rules/bmad/` as MDC rules.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Reference in Chat**: Use `@_bmad/{module}/agents/{agent-name}`
|
||||||
|
2. **Include Entire Module**: Use `@_bmad/{module}`
|
||||||
|
3. **Reference Index**: Use `@_bmad/index` for all available agents
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
@_bmad/core/agents/dev - Activate dev agent
|
||||||
|
@_bmad/bmm/agents/architect - Activate architect agent
|
||||||
|
@_bmad/core - Include all core agents/tasks
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Rules are Manual type - only loaded when explicitly referenced
|
||||||
|
- No automatic context pollution
|
||||||
|
- Can combine multiple agents: `@_bmad/core/agents/dev @_bmad/core/agents/test`
|
||||||
25
docs/ide-info/gemini.md
Normal file
25
docs/ide-info/gemini.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# BMAD Method - Gemini CLI Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are concatenated in `.gemini/bmad-method/GEMINI.md`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Type Trigger**: Use `*{agent-name}` in your prompt
|
||||||
|
2. **Activate**: Agent persona activates from the concatenated file
|
||||||
|
3. **Continue**: Agent remains active for conversation
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
*dev - Activate development agent
|
||||||
|
*architect - Activate architect agent
|
||||||
|
*test - Activate test agent
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- All agents loaded from single GEMINI.md file
|
||||||
|
- Triggers with asterisk: `*{agent-name}`
|
||||||
|
- Context includes all agents (may be large)
|
||||||
26
docs/ide-info/github-copilot.md
Normal file
26
docs/ide-info/github-copilot.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# BMAD Method - GitHub Copilot Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as chat modes in `.github/chatmodes/`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Open Chat View**: Click Copilot icon in VS Code sidebar
|
||||||
|
2. **Select Mode**: Click mode selector (top of chat)
|
||||||
|
3. **Choose Agent**: Select the BMAD agent from dropdown
|
||||||
|
4. **Chat**: Agent is now active for this session
|
||||||
|
|
||||||
|
### VS Code Settings
|
||||||
|
|
||||||
|
Configured in `.vscode/settings.json`:
|
||||||
|
|
||||||
|
- Max requests per session
|
||||||
|
- Auto-fix enabled
|
||||||
|
- MCP discovery enabled
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Modes persist for the chat session
|
||||||
|
- Switch modes anytime via dropdown
|
||||||
|
- Multiple agents available in mode selector
|
||||||
33
docs/ide-info/iflow.md
Normal file
33
docs/ide-info/iflow.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# BMAD Method - iFlow CLI Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as commands in `.iflow/commands/bmad/`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Access Commands**: Use iFlow command interface
|
||||||
|
2. **Navigate**: Browse to `_bmad/agents/` or `_bmad/tasks/`
|
||||||
|
3. **Select**: Choose the agent or task command
|
||||||
|
4. **Execute**: Run to activate
|
||||||
|
|
||||||
|
### Command Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
.iflow/commands/bmad/
|
||||||
|
├── agents/ # Agent commands
|
||||||
|
└── tasks/ # Task commands
|
||||||
|
```
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
/_bmad/agents/core-dev - Activate dev agent
|
||||||
|
/_bmad/tasks/core-setup - Execute setup task
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Commands organized by type (agents/tasks)
|
||||||
|
- Agent activates for session
|
||||||
|
- Similar to Crush command structure
|
||||||
24
docs/ide-info/index.md
Normal file
24
docs/ide-info/index.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# IDE Guides
|
||||||
|
|
||||||
|
BMAD Method works with any AI-powered development environment. Choose your IDE below for specific setup instructions and tips.
|
||||||
|
|
||||||
|
## All Supported IDEs
|
||||||
|
|
||||||
|
| IDE | Type | BMAD Support |
|
||||||
|
| ----------------------------------- | ----------------- | --------------------- |
|
||||||
|
| [Claude Code](claude-code.md) | CLI/Terminal | Native slash commands |
|
||||||
|
| [Cursor](cursor.md) | Desktop Editor | Full agent support |
|
||||||
|
| [VS Code / Windsurf](windsurf.md) | Desktop Editor | Extension-based |
|
||||||
|
| [Cline](cline.md) | VS Code Extension | Full support |
|
||||||
|
| [GitHub Copilot](github-copilot.md) | Extension | Workspace agents |
|
||||||
|
| [Augment](auggie.md) | Extension | Agent loading |
|
||||||
|
| [Codex](codex.md) | CLI | Prompt injection |
|
||||||
|
| [Gemini](gemini.md) | Web/API | Web bundles |
|
||||||
|
| [Roo](roo.md) | VS Code Extension | Mode support |
|
||||||
|
| [Kilo](kilo.md) | Extension | Basic support |
|
||||||
|
| [OpenCode](opencode.md) | Open Source | Full support |
|
||||||
|
| [Qwen](qwen.md) | Web/API | Web bundles |
|
||||||
|
| [Trae](trae.md) | Extension | Basic support |
|
||||||
|
| [Crush](crush.md) | Desktop | Agent support |
|
||||||
|
| [iFlow](iflow.md) | Extension | Prompt loading |
|
||||||
|
| [Rovo Dev](rovo-dev.md) | Atlassian | Integration |
|
||||||
24
docs/ide-info/kilo.md
Normal file
24
docs/ide-info/kilo.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# BMAD Method - KiloCode Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as custom modes in `.kilocodemodes`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Open Project**: Modes auto-load when project opens
|
||||||
|
2. **Select Mode**: Use mode selector in KiloCode interface
|
||||||
|
3. **Choose Agent**: Pick `bmad-{module}-{agent}` mode
|
||||||
|
4. **Activate**: Mode is now active
|
||||||
|
|
||||||
|
### Mode Format
|
||||||
|
|
||||||
|
- Mode name: `bmad-{module}-{agent}`
|
||||||
|
- Display: `{icon} {title}`
|
||||||
|
- Example: `bmad-core-dev` shows as `🤖 Dev`
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Modes persist until changed
|
||||||
|
- Similar to Roo Code mode system
|
||||||
|
- Icon shows in mode selector
|
||||||
24
docs/ide-info/opencode.md
Normal file
24
docs/ide-info/opencode.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# BMAD Method - OpenCode Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as OpenCode agents in `.opencode/agent/BMAD/{module_name}` and workflow commands in `.opencode/command/BMAD/{module_name}`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Switch Agents**: Press **Tab** to cycle through primary agents or select using the `/agents`
|
||||||
|
2. **Activate Agent**: Once the Agent is selected say `hello` or any prompt to activate that agent persona
|
||||||
|
3. **Execute Commands**: Type `/bmad` to see and execute bmad workflow commands (commands allow for fuzzy matching)
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
/agents - to see a list of agents and switch between them
|
||||||
|
/_bmad/bmm/workflows/workflow-init - Activate the workflow-init command
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Press **Tab** to switch between primary agents (Analyst, Architect, Dev, etc.)
|
||||||
|
- Commands are autocompleted when you type `/` and allow for fuzzy matching
|
||||||
|
- Workflow commands execute in current agent context, make sure you have the right agent activated before running a command
|
||||||
25
docs/ide-info/qwen.md
Normal file
25
docs/ide-info/qwen.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# BMAD Method - Qwen Code Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are concatenated in `.qwen/bmad-method/QWEN.md`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Type Trigger**: Use `*{agent-name}` in your prompt
|
||||||
|
2. **Activate**: Agent persona activates from the concatenated file
|
||||||
|
3. **Continue**: Agent remains active for conversation
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
*dev - Activate development agent
|
||||||
|
*architect - Activate architect agent
|
||||||
|
*test - Activate test agent
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- All agents loaded from single QWEN.md file
|
||||||
|
- Triggers with asterisk: `*{agent-name}`
|
||||||
|
- Similar to Gemini CLI setup
|
||||||
27
docs/ide-info/roo.md
Normal file
27
docs/ide-info/roo.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# BMAD Method - Roo Code Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as custom modes in `.roomodes`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Open Project**: Modes auto-load when project opens
|
||||||
|
2. **Select Mode**: Use mode selector in Roo interface
|
||||||
|
3. **Choose Agent**: Pick `bmad-{module}-{agent}` mode
|
||||||
|
4. **Activate**: Mode is now active with configured permissions
|
||||||
|
|
||||||
|
### Permission Levels
|
||||||
|
|
||||||
|
Modes are configured with file edit permissions:
|
||||||
|
|
||||||
|
- Development files only
|
||||||
|
- Configuration files only
|
||||||
|
- Documentation files only
|
||||||
|
- All files (if configured)
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Modes persist until changed
|
||||||
|
- Each mode has specific file access rights
|
||||||
|
- Icon shows in mode selector for easy identification
|
||||||
22
docs/ide-info/rovo-dev.md
Normal file
22
docs/ide-info/rovo-dev.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# BMAD Method - Rovo Dev Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as subagents in `.rovodev/subagents/`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Open Project**: Subagents auto-load when project opens
|
||||||
|
2. **Invoke Agent**: Type `@` and select agent (e.g., `@bmad-bmm-dev`, `@bmad-bmm-architect`)
|
||||||
|
3. **Reference Files**: Check `.rovodev/workflows/` and `.rovodev/references/`
|
||||||
|
|
||||||
|
### Directory Structure
|
||||||
|
|
||||||
|
- `.rovodev/subagents/` - BMAD agents
|
||||||
|
- `.rovodev/workflows/` - Workflow guides
|
||||||
|
- `.rovodev/references/` - Tasks and tools
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Agents are automatically discovered by Rovo Dev
|
||||||
|
- Subagents use YAML frontmatter for configuration
|
||||||
25
docs/ide-info/trae.md
Normal file
25
docs/ide-info/trae.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# BMAD Method - Trae Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as rules in `.trae/rules/`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Type Trigger**: Use `@{agent-name}` in your prompt
|
||||||
|
2. **Activate**: Agent persona activates automatically
|
||||||
|
3. **Continue**: Agent remains active for conversation
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
@dev - Activate development agent
|
||||||
|
@architect - Activate architect agent
|
||||||
|
@task-setup - Execute setup task
|
||||||
|
```
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Rules auto-load from `.trae/rules/` directory
|
||||||
|
- Multiple agents can be referenced: `@dev and @test`
|
||||||
|
- Agent follows YAML configuration in rule file
|
||||||
22
docs/ide-info/windsurf.md
Normal file
22
docs/ide-info/windsurf.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# BMAD Method - Windsurf Instructions
|
||||||
|
|
||||||
|
## Activating Agents
|
||||||
|
|
||||||
|
BMAD agents are installed as workflows in `.windsurf/workflows/`.
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
1. **Open Workflows**: Access via Windsurf menu or command palette
|
||||||
|
2. **Select Workflow**: Choose the agent/task workflow
|
||||||
|
3. **Execute**: Run to activate that agent persona
|
||||||
|
|
||||||
|
### Workflow Types
|
||||||
|
|
||||||
|
- **Agent workflows**: `{module}-{agent}.md` (auto_execution_mode: 3)
|
||||||
|
- **Task workflows**: `task-{module}-{task}.md` (auto_execution_mode: 2)
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- Agents run with higher autonomy (mode 3)
|
||||||
|
- Tasks run with guided execution (mode 2)
|
||||||
|
- Workflows persist for the session
|
||||||
139
docs/index.md
139
docs/index.md
@ -1,6 +1,22 @@
|
|||||||
# BMad Documentation Index
|
# BMad Documentation Index
|
||||||
|
|
||||||
## Core Documentation
|
Complete map of all BMad Method v6 documentation with recommended reading paths.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🎯 Getting Started (Start Here!)
|
||||||
|
|
||||||
|
**New users:** Start with one of these based on your situation:
|
||||||
|
|
||||||
|
| Your Situation | Start Here | Then Read |
|
||||||
|
| ---------------------- | -------------------------------------------------- | ----------------------------------------------------------- |
|
||||||
|
| **Brand new to BMad** | [Quick Start Guide](./modules/bmm/quick-start) | [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) |
|
||||||
|
| **Upgrading from v4** | [v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md) | [Quick Start Guide](./modules/bmm/quick-start) |
|
||||||
|
| **Brownfield project** | [Brownfield Guide](./modules/bmm/brownfield-guide) | [Quick Start Guide](./modules/bmm/quick-start) |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📋 Core Documentation
|
||||||
|
|
||||||
### Project-Level Docs (Root)
|
### Project-Level Docs (Root)
|
||||||
|
|
||||||
@ -10,97 +26,116 @@
|
|||||||
|
|
||||||
### Installation & Setup
|
### Installation & Setup
|
||||||
|
|
||||||
- **[Quick Installation](./installing-bmad.md)** - Add BMad official and custom modules to a project folder.
|
|
||||||
- **[v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md)** - Migration path for v4 users
|
- **[v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md)** - Migration path for v4 users
|
||||||
- **[Document Sharding Guide](modules/core/document-sharding-guide.md)** - Split large documents
|
- **[Document Sharding Guide](./document-sharding-guide.md)** - Split large documents for 90%+ token savings
|
||||||
- **[Bundle Distribution Setup](../tools/docs/BUNDLE_DISTRIBUTION_SETUP.md)** - (temporarily non-functional) Maintainer guide for bundle auto-publishing
|
- **[Bundle Distribution Setup](./BUNDLE_DISTRIBUTION_SETUP.md)** - Maintainer guide for bundle auto-publishing
|
||||||
|
|
||||||
## Module Documentation
|
---
|
||||||
|
|
||||||
### Core Module Global Entities
|
## 🏗️ Module Documentation
|
||||||
|
|
||||||
- **[Core Module Index](./modules/core/index)** — Shared functionality available to all modules
|
|
||||||
- [Global Core Config](./modules/core/global-core-config.md) — Inheritable configuration impacting all modules and custom content
|
|
||||||
- [Core Workflows](./modules/core/core-workflows.md) — Domain-agnostic workflows usable by any module
|
|
||||||
- [Party Mode](./modules/core/party-mode.md) — Multi-agent conversation orchestration
|
|
||||||
- [Brainstorming](./modules/core/brainstorming.md) — Structured creative sessions with 60+ techniques
|
|
||||||
- [Advanced Elicitation](./modules/core/advanced-elicitation.md) — LLM rethinking with 50+ reasoning methods
|
|
||||||
- [Core Tasks](./modules/core/core-tasks.md) — Common tasks available across modules
|
|
||||||
- [Index Docs](./modules/core/core-tasks.md#index-docs) — Generate directory index files
|
|
||||||
- [Adversarial Review](./modules/core/core-tasks.md#adversarial-review-general) — Critical content review
|
|
||||||
- [Shard Document](./modules/core/core-tasks.md#shard-document) — Split large documents into sections
|
|
||||||
|
|
||||||
### BMad Method (BMM) - Software & Game Development
|
### BMad Method (BMM) - Software & Game Development
|
||||||
|
|
||||||
The flagship module for agile AI-driven development.
|
The flagship module for agile AI-driven development.
|
||||||
|
|
||||||
- **[BMM Module Index](./modules/bmm-bmad-method/index)** - Module overview, agents, and complete documentation index
|
- **[BMM Module README](./modules/bmm/)** - Module overview, agents, and complete documentation index
|
||||||
- [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Step-by-step guide to building your first project
|
- **[BMM Documentation](./modules/bmm/)** - All BMM-specific guides and references:
|
||||||
- [Quick Spec Flow](./modules/bmm-bmad-method/quick-spec-flow) - Rapid Level 0-1 development
|
- [Quick Start Guide](./modules/bmm/quick-start) - Step-by-step guide to building your first project
|
||||||
- [Brownfield Guide](./modules/bmm-bmad-method/brownfield-guide) - Working with existing codebases
|
- [Quick Spec Flow](./modules/bmm/quick-spec-flow) - Rapid Level 0-1 development
|
||||||
- **[BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides)** - **ESSENTIAL READING**
|
- [Scale Adaptive System](./modules/bmm/scale-adaptive-system) - Understanding the 5-level system
|
||||||
- **[Test Architect Guide](./modules/bmm-bmad-method/test-architecture)** - Testing strategy and quality assurance
|
- [Brownfield Guide](./modules/bmm/brownfield-guide) - Working with existing codebases
|
||||||
|
- **[BMM Workflows Guide](./modules/bmm/index#-workflow-guides)** - **ESSENTIAL READING**
|
||||||
|
- **[Test Architect Guide](./modules/bmm/test-architecture)** - Testing strategy and quality assurance
|
||||||
|
|
||||||
### BMad Builder (BMB) - Create Custom Solutions
|
### BMad Builder (BMB) - Create Custom Solutions
|
||||||
|
|
||||||
Build your own agents, workflows, and modules.
|
Build your own agents, workflows, and modules.
|
||||||
|
|
||||||
- **[BMB Module Overview](./modules/bmb-bmad-builder/index)** - Module overview and capabilities
|
- **[BMB Module Overview](./modules/bmb/index)** - Module overview and capabilities
|
||||||
- **[Custom Content Guide](./modules/bmb-bmad-builder/custom-content)** - Design custom agents, workflows, and modules
|
- **[Agent Creation Guide](./modules/bmb/agents/index)** - Design custom agents
|
||||||
- **[How to Install Custom Agents, Workflows and Modules](./modules/bmb-bmad-builder/custom-content-installation.md)** - Share and Install Custom Creations
|
|
||||||
|
|
||||||
### Creative Intelligence Suite (CIS) - Innovation & Creativity
|
### Creative Intelligence Suite (CIS) - Innovation & Creativity
|
||||||
|
|
||||||
- **[CIS Docs](./modules/cis-creative-intelligence-suite/index.md)**
|
|
||||||
|
|
||||||
#### Bmad Game Dev (BMGD)
|
|
||||||
|
|
||||||
- [Main Game Dev Module Docs Index](./modules/bmgd-bmad-game-dev/index.md)
|
|
||||||
|
|
||||||
AI-powered creative thinking and brainstorming.
|
AI-powered creative thinking and brainstorming.
|
||||||
|
|
||||||
- **[CIS Module README](./modules/cis-creative-intelligence-suite/index)** - Module overview and workflows
|
- **[CIS Module README](./modules/cis/)** - Module overview and workflows
|
||||||
|
|
||||||
## Advanced Topics
|
---
|
||||||
|
|
||||||
|
## 🖥️ IDE-Specific Guides
|
||||||
|
|
||||||
|
Instructions for loading agents and running workflows in your development environment.
|
||||||
|
|
||||||
|
**Popular IDEs:**
|
||||||
|
|
||||||
|
- [Claude Code](./ide-info/claude-code.md)
|
||||||
|
- [Cursor](./ide-info/cursor.md)
|
||||||
|
- [VS Code](./ide-info/windsurf.md)
|
||||||
|
|
||||||
|
**Other Supported IDEs:**
|
||||||
|
|
||||||
|
- [Augment](./ide-info/auggie.md)
|
||||||
|
- [Cline](./ide-info/cline.md)
|
||||||
|
- [Codex](./ide-info/codex.md)
|
||||||
|
- [Crush](./ide-info/crush.md)
|
||||||
|
- [Gemini](./ide-info/gemini.md)
|
||||||
|
- [GitHub Copilot](./ide-info/github-copilot.md)
|
||||||
|
- [IFlow](./ide-info/iflow.md)
|
||||||
|
- [Kilo](./ide-info/kilo.md)
|
||||||
|
- [OpenCode](./ide-info/opencode.md)
|
||||||
|
- [Qwen](./ide-info/qwen.md)
|
||||||
|
- [Roo](./ide-info/roo.md)
|
||||||
|
- [Rovo Dev](./ide-info/rovo-dev.md)
|
||||||
|
- [Trae](./ide-info/trae.md)
|
||||||
|
|
||||||
|
**Key concept:** Every reference to "load an agent" or "activate an agent" in the main docs links to the [ide-info](./ide-info/) directory for IDE-specific instructions.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🔧 Advanced Topics
|
||||||
|
|
||||||
### Custom Agents, Workflow and Modules
|
### Custom Agents, Workflow and Modules
|
||||||
- **[Custom Content Installation](modules/bmb-bmad-builder/custom-content-installation.md)** - Install and personalize agents, workflows and modules with the default bmad-method installer!
|
|
||||||
- [Agent Customization Guide](./bmad-customization/agent-customization-guide.md) - Customize agent behavior and responses
|
|
||||||
- [Workflow Customization Guide](./bmad-customization/workflow-customization-guide.md) - Customize and Optimize workflows with step replacement and hooks (Capability Coming Soon)
|
|
||||||
|
|
||||||
## Recommended Reading Paths
|
- **[Custom Content Installation](./custom-content-installation.md)** - Install and personalize agents, workflows and modules with the default bmad-method installer!
|
||||||
|
- [Agent Customization Guide](./agent-customization-guide.md) - Customize agent behavior and responses
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🎓 Recommended Reading Paths
|
||||||
|
|
||||||
### Path 1: Brand New to BMad (Software Project)
|
### Path 1: Brand New to BMad (Software Project)
|
||||||
|
|
||||||
1. [README.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/README.md) - Understand the vision
|
1. [README.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/README.md) - Understand the vision
|
||||||
2. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Get hands-on
|
2. [Quick Start Guide](./modules/bmm/quick-start) - Get hands-on
|
||||||
3. [BMM Module README](./modules/bmm-bmad-method/) - Understand agents
|
3. [BMM Module README](./modules/bmm/) - Understand agents
|
||||||
4. [BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides) - Master the methodology
|
4. [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) - Master the methodology
|
||||||
|
5. [Your IDE guide](./ide-info/) - Optimize your workflow
|
||||||
|
|
||||||
### Path 2: Game Development Project
|
### Path 2: Game Development Project
|
||||||
|
|
||||||
1. [README.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/README.md) - Understand the vision
|
1. [README.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/README.md) - Understand the vision
|
||||||
2. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Get hands-on
|
2. [Quick Start Guide](./modules/bmm/quick-start) - Get hands-on
|
||||||
3. [BMGD Workflows Guide](./modules/bmgd-bmad-game-dev/workflows-guide) - Game-specific workflows
|
3. [BMM Module README](./modules/bmm/) - Game agents are included
|
||||||
|
4. [BMGD Workflows Guide](./modules/bmgd/workflows-guide) - Game-specific workflows
|
||||||
|
5. [Your IDE guide](./ide-info/) - Optimize your workflow
|
||||||
|
|
||||||
### Path 3: Upgrading from v4
|
### Path 3: Upgrading from v4
|
||||||
|
|
||||||
1. [v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md) - Understand what changed
|
1. [v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md) - Understand what changed
|
||||||
2. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Reorient yourself
|
2. [Quick Start Guide](./modules/bmm/quick-start) - Reorient yourself
|
||||||
3. [BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides) - Learn new v6 workflows
|
3. [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) - Learn new v6 workflows
|
||||||
|
|
||||||
### Path 4: Working with Existing Codebase (Brownfield)
|
### Path 4: Working with Existing Codebase (Brownfield)
|
||||||
|
|
||||||
1. [Brownfield Guide](./modules/bmm-bmad-method/brownfield-guide) - Approach for legacy code
|
1. [Brownfield Guide](./modules/bmm/brownfield-guide) - Approach for legacy code
|
||||||
2. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Follow the process
|
2. [Quick Start Guide](./modules/bmm/quick-start) - Follow the process
|
||||||
3. [BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides) - Master the methodology
|
3. [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) - Master the methodology
|
||||||
|
|
||||||
### Path 5: Building Custom Solutions
|
### Path 5: Building Custom Solutions
|
||||||
|
|
||||||
1. [BMB Module Overview](./modules/bmb-bmad-builder/index) - Understand capabilities
|
1. [BMB Module Overview](./modules/bmb/index) - Understand capabilities
|
||||||
2. [BMB Custom Content Types](./modules/bmb-bmad-builder/custom-content.md) - Understand the different types and whats possible
|
2. [Agent Creation Guide](./modules/bmb/agents/index) - Create agents
|
||||||
3. [BMB Content Installation](./modules/bmb-bmad-builder/custom-content-installation.md) - How to bundle install use and share
|
3. [BMB Workflows Guide](./modules/bmb/workflows/) - Understand workflow structure
|
||||||
4. More Docs coming soon....
|
|
||||||
|
|
||||||
### Path 6: Contributing to BMad
|
### Path 6: Contributing to BMad
|
||||||
|
|
||||||
|
|||||||
@ -1,68 +0,0 @@
|
|||||||
# Installation
|
|
||||||
|
|
||||||
## Quick Install
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npx bmad-method install
|
|
||||||
```
|
|
||||||
|
|
||||||
This interactive installer will:
|
|
||||||
|
|
||||||
1. Let you choose a location to install to
|
|
||||||
2. Let you choose which Agentic LLM Tools you would like to use (Such as Claude Code, Cursor, Windsurf, etc...)
|
|
||||||
3. Let you choose which official modules to install (BMad Method, Creative Intelligence suite, BMad Builder)
|
|
||||||
4. Let you choose any custom local modules, workflows or agents to install
|
|
||||||
5. Let you configure each module or quickly accept the default recommended settings for each selected model
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
- **Node.js** 20+ (for the installer)
|
|
||||||
- **Git** (recommended for version control)
|
|
||||||
- An **AI-powered Agent and/or IDE** or access to Claude/ChatGPT/Gemini
|
|
||||||
|
|
||||||
## Module Options
|
|
||||||
|
|
||||||
During installation, you'll choose which modules to install:
|
|
||||||
|
|
||||||
| Module | Description | Best For |
|
|
||||||
| -------- | -------------------- | ----------------------------------------------------- |
|
|
||||||
| **BMM** | BMAD Method Core | Software development projects |
|
|
||||||
| **BMGD** | Game Development | Game projects with specialized workflows |
|
|
||||||
| **CIS** | Creative Intel Suite | Creativity Unlocking Suite, not software dev specific |
|
|
||||||
| **BMB** | Builder | Creating custom agents and workflows |
|
|
||||||
|
|
||||||
You will also be asked if you would like to install custom content (agents, workflows or modules) you have created with the BMB, or shared from others in the community.
|
|
||||||
|
|
||||||
|
|
||||||
## Post-Installation
|
|
||||||
|
|
||||||
After installation, your project will have:
|
|
||||||
|
|
||||||
```
|
|
||||||
your-project/
|
|
||||||
├── _bmad/ # BMAD configuration and agents
|
|
||||||
│ ├── bmm/ # Method module (if installed)
|
|
||||||
│ ├── bmgd/ # Game dev module (if installed)
|
|
||||||
│ ├── core/ # Always installed, includes party mode, advanced elicitation, and other core generic utils
|
|
||||||
│ ├── {others}/ # etc...
|
|
||||||
├── _bmad-output/ # BMAD default output folder - configurable during install
|
|
||||||
├── .claude/ # IDE-specific setup (varies by IDE)
|
|
||||||
└── ... your code # maybe nothing else yet if a fresh new folder
|
|
||||||
```
|
|
||||||
|
|
||||||
## Next Steps
|
|
||||||
|
|
||||||
1. **Read the [Quick Start Guide](../modules/bmm/quick-start.md)** to build your first feature
|
|
||||||
2. **Explore [Workflows](../modules/bmm/workflows-planning.md)** to understand the methodology
|
|
||||||
|
|
||||||
## Troubleshooting
|
|
||||||
|
|
||||||
### Common Issues
|
|
||||||
|
|
||||||
**"Command not found: npx"**
|
|
||||||
: Install Node.js 20+ from [nodejs.org](https://nodejs.org)
|
|
||||||
|
|
||||||
**"Permission denied"**
|
|
||||||
: Run with appropriate permissions or check your npm configuration
|
|
||||||
|
|
||||||
For more help, join our [Discord](https://discord.gg/bmad).
|
|
||||||
@ -1,55 +0,0 @@
|
|||||||
# BMB Module Documentation
|
|
||||||
|
|
||||||
Reference documentation for building BMAD agents and workflows.
|
|
||||||
|
|
||||||
## Agent Architecture
|
|
||||||
|
|
||||||
Comprehensive guides for each agent type (choose based on use case):
|
|
||||||
|
|
||||||
- [Understanding Agent Types](./understanding-agent-types.md) - **START HERE** - Architecture vs capability, "The Same Agent, Three Ways"
|
|
||||||
- [Simple Agent Architecture](./simple-agent-architecture.md) - Self-contained, optimized, personality-driven
|
|
||||||
- [Expert Agent Architecture](./expert-agent-architecture.md) - Memory, sidecar files, domain restrictions
|
|
||||||
- Module Agent Architecture _(TODO)_ - Workflow integration, professional tools
|
|
||||||
|
|
||||||
## Agent Design Patterns
|
|
||||||
|
|
||||||
- [Agent Menu Patterns](./agent-menu-patterns.md) - Menu handlers, triggers, prompts, organization
|
|
||||||
- [Agent Compilation](./agent-compilation.md) - What compiler auto-injects (AVOID DUPLICATION)
|
|
||||||
|
|
||||||
## Reference Examples
|
|
||||||
|
|
||||||
Production-ready examples in [bmb/reference/agents/](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents):
|
|
||||||
|
|
||||||
**Simple Agents** ([simple-examples/](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents/simple-examples))
|
|
||||||
|
|
||||||
- [commit-poet.agent.yaml](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml) - Commit message artisan with style customization
|
|
||||||
|
|
||||||
**Expert Agents** ([expert-examples/](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents/expert-examples))
|
|
||||||
|
|
||||||
- [journal-keeper/](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents/expert-examples/journal-keeper) - Personal journal companion with memory and pattern recognition
|
|
||||||
|
|
||||||
**Module Agents** ([module-examples/](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/modules/bmb/reference/agents/module-examples))
|
|
||||||
|
|
||||||
- [security-engineer.agent.yaml](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml) - BMM security specialist with threat modeling
|
|
||||||
- [trend-analyst.agent.yaml](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml) - CIS trend intelligence expert
|
|
||||||
|
|
||||||
## Installation Guide
|
|
||||||
|
|
||||||
For installing standalone simple and expert agents, see:
|
|
||||||
|
|
||||||
- [Custom Agent Installation](/docs/modules/bmb-bmad-builder/custom-content-installation.md)
|
|
||||||
|
|
||||||
## Key Concepts
|
|
||||||
|
|
||||||
### YAML to XML Compilation
|
|
||||||
|
|
||||||
Agents are authored in YAML with Handlebars templating. The compiler auto-injects:
|
|
||||||
|
|
||||||
1. **Frontmatter** - Name and description from metadata
|
|
||||||
2. **Activation Block** - Steps, menu handlers, rules (YOU don't write this)
|
|
||||||
3. **Menu Enhancement** - `*help` and `*exit` commands added automatically
|
|
||||||
4. **Trigger Prefixing** - Your triggers auto-prefixed with `*`
|
|
||||||
|
|
||||||
**Critical:** See [Agent Compilation](./agent-compilation.md) to avoid duplicating auto-injected content.
|
|
||||||
|
|
||||||
Source: `tools/cli/lib/agent/compiler.js`
|
|
||||||
@ -1,42 +0,0 @@
|
|||||||
# Workflow Vendoring, Customization, and Inheritance (Official Support Consing Soon)
|
|
||||||
|
|
||||||
Vendoring and Inheritance of workflows are 2 ways of sharing or reutilizing workflows - but with some key distinctions and use cases.
|
|
||||||
|
|
||||||
## Workflow Vendoring
|
|
||||||
|
|
||||||
Workflow Vendoring allows an agent to have access to a workflow from another module, without having to install said module. At install time, the module workflow being vendored will be cloned and installed into the module that is receiving the vendored workflow the agent needs.
|
|
||||||
|
|
||||||
### How to Vendor
|
|
||||||
|
|
||||||
Lets assume you are building a module, and you do not want to recreate a workflow from the BMad Method, such as workflows/4-implementation/dev-story/workflow.md. Instead of copying all the context to your module, and having to maintain it over time as updates are made, you can instead use the exec-vendor menu item in your agent.
|
|
||||||
|
|
||||||
From your modules agent definition, you would implement the menu item as follows in the agent:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
- trigger: develop-story
|
|
||||||
exec-vendor: "{project-root}/_bmad/<source-module>/workflows/4-production/dev-story/workflow.md"
|
|
||||||
exec: "{project-root}/_bmad/<my-module>/workflows/dev-story/workflow.md"
|
|
||||||
description: "Execute Dev Story workflow, implementing tasks and tests, or performing updates to the story"
|
|
||||||
```
|
|
||||||
|
|
||||||
At install time, it will clone the workflow and all of its required assets, and the agent that gets built will have an exec to a path installed in its own module. The content gets added to the folder you specify in exec. While it does not have to exactly match the source path, you will want to ensure you are specifying the workflow.md to be in a new location (in other words in this example, dev-story would not already be the path of another custom module workflow that already exists.)
|
|
||||||
|
|
||||||
## Workflow Inheritance (Official Support Coming Post Beta)
|
|
||||||
|
|
||||||
Workflow Inheritance is a different concept, that allows you to modify or extend existing workflow.
|
|
||||||
|
|
||||||
Party Mode from the core is an example of a workflow that is designed with inheritance in mind - customization for specific party needs. While party mode itself is generic - there might be specific agent collaborations you want to create. Without having to reinvent the whole party mode concept, or copy and paste all of its content - you could inherit from party mode to extend it to be specific.
|
|
||||||
|
|
||||||
Some possible examples could be:
|
|
||||||
|
|
||||||
- Retrospective
|
|
||||||
- Sprint Planning
|
|
||||||
- Collaborative Brainstorming Sessions
|
|
||||||
|
|
||||||
## Workflow Customization (Official Support Coming Post Beta)
|
|
||||||
|
|
||||||
Similar to Workflow Inheritance, Workflow Customization will soon be allowed for certain workflows that are meant to be user customized - similar in process to how agents are customized now.
|
|
||||||
|
|
||||||
This will take the shape of workflows with optional hooks, configurable inputs, and the ability to replace whole at install time.
|
|
||||||
|
|
||||||
For example, assume you are using the Create PRD workflow, which is comprised of 11 steps, and you want to always include specifics about your companies domain, technical landscape or something else. While project-context can be helpful with that, you can also through hooks and step overrides, have full replace steps, the key requirement being to ensure your step replace file is an exact file name match of an existing step, follows all conventions, and ends in a similar fashion to either hook back in to call the next existing step, or more custom steps that eventually hook back into the flow.
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# BMM Troubleshooting Guide
|
|
||||||
|
|
||||||
Common issues and solutions for the BMad Method Module will be listed here as needed.
|
|
||||||
@ -1,71 +0,0 @@
|
|||||||
# Document Project Workflow - Technical Reference
|
|
||||||
|
|
||||||
**Module:** BMM (BMAD Method Module)
|
|
||||||
|
|
||||||
## Purpose
|
|
||||||
|
|
||||||
Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development. Generates a master index and multiple documentation files tailored to project structure and type.
|
|
||||||
|
|
||||||
## How to Invoke
|
|
||||||
```bash
|
|
||||||
/bmad:bmm:workflows:document-project
|
|
||||||
```
|
|
||||||
---
|
|
||||||
|
|
||||||
## Scan Levels
|
|
||||||
|
|
||||||
Choose the right scan depth for your needs:
|
|
||||||
|
|
||||||
### 1. Quick Scan (Default)
|
|
||||||
|
|
||||||
**What it does:** Pattern-based analysis without reading source files
|
|
||||||
**Reads:** Config files, package manifests, directory structure, README
|
|
||||||
**Use when:**
|
|
||||||
|
|
||||||
- You need a fast project overview
|
|
||||||
- Initial understanding of project structure
|
|
||||||
- Planning next steps before deeper analysis
|
|
||||||
|
|
||||||
**Does NOT read:** Source code files (`_.js`, `_.ts`, `_.py`, `_.go`, etc.)
|
|
||||||
|
|
||||||
### 2. Deep Scan
|
|
||||||
|
|
||||||
**What it does:** Reads files in critical directories based on project type
|
|
||||||
**Reads:** Files in critical paths defined by documentation requirements
|
|
||||||
**Use when:**
|
|
||||||
|
|
||||||
- Creating comprehensive documentation for brownfield PRD
|
|
||||||
- Need detailed analysis of key areas
|
|
||||||
- Want balance between depth and speed
|
|
||||||
|
|
||||||
**Example:** For a web app, reads controllers/, models/, components/, but not every utility file
|
|
||||||
|
|
||||||
### 3. Exhaustive Scan
|
|
||||||
|
|
||||||
**What it does:** Reads ALL source files in project
|
|
||||||
**Reads:** Every source file (excludes node_modules, dist, build, .git)
|
|
||||||
**Use when:**
|
|
||||||
|
|
||||||
- Complete project analysis needed
|
|
||||||
- Migration planning requires full understanding
|
|
||||||
- Detailed audit of entire codebase
|
|
||||||
- Deep technical debt assessment
|
|
||||||
|
|
||||||
**Note:** Deep-dive mode ALWAYS uses exhaustive scan (no choice)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Resumability
|
|
||||||
|
|
||||||
The workflow can be interrupted and resumed without losing progress:
|
|
||||||
|
|
||||||
- **State Tracking:** Progress saved in `project-scan-report.json`
|
|
||||||
- **Auto-Detection:** Workflow detects incomplete runs (<24 hours old)
|
|
||||||
- **Resume Prompt:** Choose to resume or start fresh
|
|
||||||
- **Step-by-Step:** Resume from exact step where interrupted
|
|
||||||
- **Archiving:** Old state files automatically archived
|
|
||||||
|
|
||||||
**Related Documentation:**
|
|
||||||
|
|
||||||
- [Brownfield Development Guide](./brownfield-guide.md)
|
|
||||||
- [Implementation Workflows](./workflows-implementation.md)
|
|
||||||
@ -1,89 +0,0 @@
|
|||||||
# BMM Planning Workflows (Phase 2)
|
|
||||||
|
|
||||||
## Phase 2 Planning Workflow Overview
|
|
||||||
|
|
||||||
|
|
||||||
## Quick Reference
|
|
||||||
|
|
||||||
| Workflow | Agent | Track | Purpose |
|
|
||||||
| -------------------- | ----------- | ----------------------- | ------------------------------------- |
|
|
||||||
| **prd** | PM | BMad Method, Enterprise | Strategic PRD with FRs/NFRs |
|
|
||||||
| **create-ux-design** | UX Designer | BMad Method, Enterprise | Optional UX specification (after PRD) |
|
|
||||||
|
|
||||||
### prd (Product Requirements Document)
|
|
||||||
|
|
||||||
**Purpose:** Strategic PRD with Functional Requirements (FRs) and Non-Functional Requirements (NFRs) for software products (BMad Method track).
|
|
||||||
|
|
||||||
**Agent:** PM (with Architect and Analyst support)
|
|
||||||
|
|
||||||
**When to Use:**
|
|
||||||
|
|
||||||
- Medium to large feature sets
|
|
||||||
- Multi-screen user experiences
|
|
||||||
- Complex business logic
|
|
||||||
- Multiple system integrations
|
|
||||||
- Phased delivery required
|
|
||||||
|
|
||||||
**Scale-Adaptive Structure:**
|
|
||||||
|
|
||||||
- **Light:** Focused FRs/NFRs, simplified analysis (10-15 pages)
|
|
||||||
- **Standard:** Comprehensive FRs/NFRs, thorough analysis (20-30 pages)
|
|
||||||
- **Comprehensive:** Extensive FRs/NFRs, multi-phase, stakeholder analysis (30-50+ pages)
|
|
||||||
|
|
||||||
**Key Outputs:**
|
|
||||||
|
|
||||||
- PRD.md (complete requirements with FRs and NFRs)
|
|
||||||
|
|
||||||
**Note:** V6 improvement - PRD focuses on WHAT to build (requirements). Epic+Stories are created AFTER architecture via `create-epics-and-stories` workflow for better quality.
|
|
||||||
|
|
||||||
**Integration:** Feeds into Architecture (Phase 3)
|
|
||||||
|
|
||||||
**Example:** E-commerce checkout → PRD with 15 FRs (user account, cart management, payment flow) and 8 NFRs (performance, security, scalability).
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### create-ux-design (UX Design)
|
|
||||||
|
|
||||||
**Purpose:** UX specification for projects where user experience is the primary differentiator (BMad Method track).
|
|
||||||
|
|
||||||
**Agent:** UX Designer
|
|
||||||
|
|
||||||
**When to Use:**
|
|
||||||
|
|
||||||
- UX is primary competitive advantage
|
|
||||||
- Complex user workflows needing design thinking
|
|
||||||
- Innovative interaction patterns
|
|
||||||
- Design system creation
|
|
||||||
- Accessibility-critical experiences
|
|
||||||
|
|
||||||
**Collaborative Approach:**
|
|
||||||
|
|
||||||
1. Visual exploration (generate multiple options)
|
|
||||||
2. Informed decisions (evaluate with user needs)
|
|
||||||
3. Collaborative design (refine iteratively)
|
|
||||||
4. Living documentation (evolves with project)
|
|
||||||
|
|
||||||
**Key Outputs:**
|
|
||||||
|
|
||||||
- ux-spec.md (complete UX specification)
|
|
||||||
- User journeys
|
|
||||||
- Wireframes and mockups
|
|
||||||
- Interaction specifications
|
|
||||||
- Design system (components, patterns, tokens)
|
|
||||||
- Epic breakdown (UX stories)
|
|
||||||
|
|
||||||
**Integration:** Feeds PRD or updates epics, then Architecture (Phase 3)
|
|
||||||
|
|
||||||
**Example:** Dashboard redesign → Card-based layout with split-pane toggle, 5 card components, 12 color tokens, responsive grid, 3 epics (Layout, Visualization, Accessibility).
|
|
||||||
|
|
||||||
## Best Practices
|
|
||||||
|
|
||||||
### 1. Do Product Brief from Phase 1 to kickstart the PRD for better results
|
|
||||||
|
|
||||||
### 2. Focus on "What" Not "How"
|
|
||||||
|
|
||||||
Planning defines **what** to build and **why**. Leave **how** (technical design) to Phase 3 (Solutioning).
|
|
||||||
|
|
||||||
### 3. Document-Project First for Brownfield
|
|
||||||
|
|
||||||
Always run `document-project` before planning brownfield projects. AI agents need existing codebase context and will make a large quality difference. If you are adding a small addition to an existing project, you might want to consider instead after using document-project to use the quick flow solo dev process instead.
|
|
||||||
@ -1,105 +0,0 @@
|
|||||||
# Advanced Elicitation
|
|
||||||
|
|
||||||
**Push the LLM to rethink its work through 50+ reasoning methods—essentially, LLM brainstorming.**
|
|
||||||
|
|
||||||
Advanced Elicitation is the inverse of Brainstorming. Instead of pulling ideas out of you, the LLM applies sophisticated reasoning techniques to re-examine and enhance content it has just generated. It's the LLM brainstorming with itself to find better approaches, uncover hidden issues, and discover improvements it missed on the first pass.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## When to Use It
|
|
||||||
|
|
||||||
- After a workflow generates a section of content and you want to explore alternatives
|
|
||||||
- When the LLM's initial output seems adequate but you suspect there's more depth available
|
|
||||||
- For high-stakes content where multiple perspectives would strengthen the result
|
|
||||||
- To stress-test assumptions, explore edge cases, or find weaknesses in generated plans
|
|
||||||
- When you want the LLM to "think again" but with structured reasoning methods
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## How It Works
|
|
||||||
|
|
||||||
### 1. Context Analysis
|
|
||||||
The LLM analyzes the current content, understanding its type, complexity, stakeholder needs, risk level, and creative potential.
|
|
||||||
|
|
||||||
### 2. Smart Method Selection
|
|
||||||
Based on context, 5 methods are intelligently selected from a library of 50+ techniques and presented to you:
|
|
||||||
|
|
||||||
| Option | Description |
|
|
||||||
| ----------------- | ---------------------------------------- |
|
|
||||||
| **1-5** | Apply the selected method to the content |
|
|
||||||
| **[r] Reshuffle** | Get 5 new methods selected randomly |
|
|
||||||
| **[a] List All** | Browse the complete method library |
|
|
||||||
| **[x] Proceed** | Continue with enhanced content |
|
|
||||||
|
|
||||||
### 3. Method Execution & Iteration
|
|
||||||
- The selected method is applied to the current content
|
|
||||||
- Improvements are shown for your review
|
|
||||||
- You choose whether to apply changes or discard them
|
|
||||||
- The menu re-appears for additional elicitations
|
|
||||||
- Each method builds on previous enhancements
|
|
||||||
|
|
||||||
### 4. Party Mode Integration (Optional)
|
|
||||||
If Party Mode is active, BMAD agents participate randomly in the elicitation process, adding their unique perspectives to the methods.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Method Categories
|
|
||||||
|
|
||||||
| Category | Focus | Example Methods |
|
|
||||||
| ----------------- | ----------------------------------- | -------------------------------------------------------------- |
|
|
||||||
| **Core** | Foundational reasoning techniques | First Principles Analysis, 5 Whys, Socratic Questioning |
|
|
||||||
| **Collaboration** | Multiple perspectives and synthesis | Stakeholder Round Table, Expert Panel Review, Debate Club |
|
|
||||||
| **Advanced** | Complex reasoning frameworks | Tree of Thoughts, Graph of Thoughts, Self-Consistency |
|
|
||||||
| **Competitive** | Adversarial stress-testing | Red Team vs Blue Team, Shark Tank Pitch, Code Review Gauntlet |
|
|
||||||
| **Technical** | Architecture and code quality | Decision Records, Rubber Duck Debugging, Algorithm Olympics |
|
|
||||||
| **Creative** | Innovation and lateral thinking | SCAMPER, Reverse Engineering, Random Input Stimulus |
|
|
||||||
| **Research** | Evidence-based analysis | Literature Review Personas, Thesis Defense, Comparative Matrix |
|
|
||||||
| **Risk** | Risk identification and mitigation | Pre-mortem Analysis, Failure Mode Analysis, Chaos Monkey |
|
|
||||||
| **Learning** | Understanding verification | Feynman Technique, Active Recall Testing |
|
|
||||||
| **Philosophical** | Conceptual clarity | Occam's Razor, Ethical Dilemmas |
|
|
||||||
| **Retrospective** | Reflection and lessons | Hindsight Reflection, Lessons Learned Extraction |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Key Features
|
|
||||||
|
|
||||||
- **50+ reasoning methods** — Spanning core logic to advanced multi-step reasoning frameworks
|
|
||||||
- **Smart context selection** — Methods chosen based on content type, complexity, and stakeholder needs
|
|
||||||
- **Iterative enhancement** — Each method builds on previous improvements
|
|
||||||
- **User control** — Accept or discard each enhancement before proceeding
|
|
||||||
- **Party Mode integration** — Agents can participate when Party Mode is active
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Workflow Integration
|
|
||||||
|
|
||||||
Advanced Elicitation is a core workflow designed to be invoked by other workflows during content generation:
|
|
||||||
|
|
||||||
| Parameter | Description |
|
|
||||||
| ---------------------- | --------------------------------------------------------- |
|
|
||||||
| **Content to enhance** | The current section content that was just generated |
|
|
||||||
| **Context type** | The kind of content being created (spec, code, doc, etc.) |
|
|
||||||
| **Enhancement goals** | What the calling workflow wants to improve |
|
|
||||||
|
|
||||||
### Integration Flow
|
|
||||||
|
|
||||||
When called from a workflow:
|
|
||||||
1. Receives the current section content that was just generated
|
|
||||||
2. Applies elicitation methods iteratively to enhance that content
|
|
||||||
3. Returns the enhanced version when user selects 'x' to proceed
|
|
||||||
4. The enhanced content replaces the original section in the output document
|
|
||||||
|
|
||||||
### Example
|
|
||||||
|
|
||||||
A specification generation workflow could invoke Advanced Elicitation after producing each major section (requirements, architecture, implementation plan). The workflow would pass the generated section, and Advanced Elicitation would offer methods like "Stakeholder Round Table" to gather diverse perspectives on requirements, or "Red Team vs Blue Team" to stress-test the architecture for vulnerabilities.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Advanced Elicitation vs. Brainstorming
|
|
||||||
|
|
||||||
| | **Advanced Elicitation** | **Brainstorming** |
|
|
||||||
| ------------ | ------------------------------------------------- | --------------------------------------------- |
|
|
||||||
| **Source** | LLM generates ideas through structured reasoning | User provides ideas, AI coaches them out |
|
|
||||||
| **Purpose** | Rethink and improve LLM's own output | Unlock user's creativity |
|
|
||||||
| **Methods** | 50+ reasoning and analysis techniques | 60+ ideation and creativity techniques |
|
|
||||||
| **Best for** | Enhancing generated content, finding alternatives | Breaking through blocks, generating new ideas |
|
|
||||||
@ -1,100 +0,0 @@
|
|||||||
# Brainstorming
|
|
||||||
|
|
||||||
**Facilitate structured creative sessions using 60+ proven ideation techniques.**
|
|
||||||
|
|
||||||
The Brainstorming workflow is an interactive facilitation system that helps you unlock your own creativity. The AI acts as coach, guide, and creative partner—using proven techniques to draw out ideas and insights that are already within you.
|
|
||||||
|
|
||||||
**Important:** Every idea comes from you. The workflow creates the conditions for your best thinking to emerge through guided exploration, but you are the source.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## When to Use It
|
|
||||||
|
|
||||||
- Breaking through creative blocks on a specific challenge
|
|
||||||
- Generating innovative ideas for products, features, or solutions
|
|
||||||
- Exploring a problem from completely new angles
|
|
||||||
- Systematically developing ideas from raw concepts to actionable plans
|
|
||||||
- Team ideation (with collaborative techniques) or personal creative exploration
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## How It Works
|
|
||||||
|
|
||||||
### 1. Session Setup
|
|
||||||
Define your topic, goals, and any constraints.
|
|
||||||
|
|
||||||
### 2. Choose Your Approach
|
|
||||||
|
|
||||||
| Approach | Description |
|
|
||||||
|----------|-------------|
|
|
||||||
| **User-Selected** | Browse the full technique library and pick what appeals to you |
|
|
||||||
| **AI-Recommended** | Get customized technique suggestions based on your goals |
|
|
||||||
| **Random Selection** | Discover unexpected methods through serendipitous technique combinations |
|
|
||||||
| **Progressive Flow** | Journey systematically from expansive exploration to focused action planning |
|
|
||||||
|
|
||||||
### 3. Interactive Facilitation
|
|
||||||
Work through techniques with true collaborative coaching. The AI asks probing questions, builds on your ideas, and helps you think deeper—but your ideas are the source.
|
|
||||||
|
|
||||||
### 4. Idea Organization
|
|
||||||
All your generated ideas are organized into themes and prioritized.
|
|
||||||
|
|
||||||
### 5. Action Planning
|
|
||||||
Top ideas get concrete next steps, resource requirements, and success metrics.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## What You Get
|
|
||||||
|
|
||||||
A comprehensive session document that captures the entire journey:
|
|
||||||
|
|
||||||
- Topic, goals, and session parameters
|
|
||||||
- Each technique used and how it was applied
|
|
||||||
- Your contributions and the ideas you generated
|
|
||||||
- Thematic organization connecting related insights
|
|
||||||
- Prioritized ideas with action plans
|
|
||||||
- Session highlights and key breakthroughs
|
|
||||||
|
|
||||||
This document becomes a permanent record of your creative process—valuable for future reference, sharing with stakeholders, or continuing the session later.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Technique Categories
|
|
||||||
|
|
||||||
| Category | Focus |
|
|
||||||
|----------|-------|
|
|
||||||
| **Collaborative** | Team dynamics and inclusive participation |
|
|
||||||
| **Creative** | Breakthrough thinking and paradigm shifts |
|
|
||||||
| **Deep** | Root cause analysis and strategic insight |
|
|
||||||
| **Structured** | Organized frameworks and systematic exploration |
|
|
||||||
| **Theatrical** | Playful, radical perspectives |
|
|
||||||
| **Wild** | Boundary-pushing, extreme thinking |
|
|
||||||
| **Biomimetic** | Nature-inspired solutions |
|
|
||||||
| **Quantum** | Quantum principles for innovation |
|
|
||||||
| **Cultural** | Traditional knowledge and cross-cultural approaches |
|
|
||||||
| **Introspective Delight** | Inner wisdom and authentic exploration |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Key Features
|
|
||||||
|
|
||||||
- **Interactive coaching** — Pulls ideas *out* of you, doesn't generate them for you
|
|
||||||
- **On-demand loading** — Techniques loaded from a comprehensive library as needed
|
|
||||||
- **Session preservation** — Every step, insight, and action plan is documented
|
|
||||||
- **Continuation support** — Pause sessions and return later, or extend with additional techniques
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Workflow Integration
|
|
||||||
|
|
||||||
Brainstorming is a core workflow designed to be invoked and configured by other modules. When called from another workflow, it accepts contextual parameters:
|
|
||||||
|
|
||||||
| Parameter | Description |
|
|
||||||
|-----------|-------------|
|
|
||||||
| **Topic focus** | What the brainstorming should help discover or solve |
|
|
||||||
| **Guardrails** | Constraints, boundaries, or must-avoid areas |
|
|
||||||
| **Output goals** | What the final output needs to accomplish for the calling workflow |
|
|
||||||
| **Context files** | Project-specific guidance to inform technique selection |
|
|
||||||
|
|
||||||
### Example
|
|
||||||
|
|
||||||
When creating a new module in the BMad Builder workflow, Brainstorming can be invoked with guardrails around the module's purpose and a goal to discover key features, user needs, or architectural considerations. The session becomes focused on producing exactly what the module creation workflow needs.
|
|
||||||
@ -1,64 +0,0 @@
|
|||||||
# Core Tasks
|
|
||||||
|
|
||||||
Core Tasks are reusable task definitions that can be invoked by any BMAD module, workflow, or agent. These tasks provide standardized functionality for common operations.
|
|
||||||
|
|
||||||
## Table of Contents
|
|
||||||
|
|
||||||
- [Index Docs](#index-docs) — Generate directory index files
|
|
||||||
- [Adversarial Review](#adversarial-review-general) — Critical content review
|
|
||||||
- [Shard Document](#shard-document) — Split large documents into sections
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Index Docs
|
|
||||||
|
|
||||||
**Generates or updates an index.md file documenting all documents in a specified directory.**
|
|
||||||
|
|
||||||
This task scans a target directory, reads file contents to understand their purpose, and creates a well-organized index with accurate descriptions. Files are grouped by type, purpose, or subdirectory, and descriptions are generated from actual content rather than guessing from filenames.
|
|
||||||
|
|
||||||
**Use it when:** You need to create navigable documentation for a folder of markdown files, or you want to maintain an updated index as content evolves.
|
|
||||||
|
|
||||||
**How it works:**
|
|
||||||
1. Scan the target directory for files and subdirectories
|
|
||||||
2. Group content by type, purpose, or location
|
|
||||||
3. Read each file to generate brief (3-10 word) descriptions based on actual content
|
|
||||||
4. Create or update index.md with organized listings using relative paths
|
|
||||||
|
|
||||||
**Output format:** A markdown index with sections for Files and Subdirectories, each entry containing a relative link and description.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Adversarial Review (General)
|
|
||||||
|
|
||||||
**Performs a cynical, skeptical review of any content to identify issues and improvement opportunities.**
|
|
||||||
|
|
||||||
This task applies adversarial thinking to content review—approaching the material with the assumption that problems exist. It's designed to find what's missing, not just what's wrong, and produces at least ten specific findings. The reviewer adopts a professional but skeptical tone, looking for gaps, inconsistencies, oversights, and areas that need clarification.
|
|
||||||
|
|
||||||
**Use it when:** You need a critical eye on code diffs, specifications, user stories, documentation, or any artifact before finalizing. It's particularly valuable before merging code, releasing documentation, or considering a specification complete.
|
|
||||||
|
|
||||||
**How it works:**
|
|
||||||
1. Load the content to review (diff, branch, uncommitted changes, document, etc.)
|
|
||||||
2. Perform adversarial analysis with extreme skepticism—assume problems exist
|
|
||||||
3. Find at least ten issues to fix or improve
|
|
||||||
4. Output findings as a markdown list
|
|
||||||
|
|
||||||
**Note:** This task is designed to run in a separate subagent/process with read access to the project but no prior context, ensuring an unbiased review.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Shard Document
|
|
||||||
|
|
||||||
**Splits large markdown documents into smaller, organized files based on level 2 (##) sections.**
|
|
||||||
|
|
||||||
Uses the `@kayvan/markdown-tree-parser` tool to automatically break down large documents into a folder structure. Each level 2 heading becomes a separate file, and an index.md is generated to tie everything together. This makes large documents more maintainable and allows for easier navigation and updates to individual sections.
|
|
||||||
|
|
||||||
**Use it when:** A markdown file has grown too large to effectively work with, or you want to break a monolithic document into manageable sections that can be edited independently.
|
|
||||||
|
|
||||||
**How it works:**
|
|
||||||
1. Confirm source document path and verify it's a markdown file
|
|
||||||
2. Determine destination folder (defaults to same location as source, folder named after document)
|
|
||||||
3. Execute the sharding command using npx @kayvan/markdown-tree-parser
|
|
||||||
4. Verify output files and index.md were created
|
|
||||||
5. Handle the original document—delete, move to archive, or keep with warning
|
|
||||||
|
|
||||||
**Handling the original:** After sharding, the task prompts you to delete, archive, or keep the original document. Deleting or archiving is recommended to avoid confusion and ensure updates happen in the sharded files only.
|
|
||||||
@ -1,30 +0,0 @@
|
|||||||
# Core Workflows
|
|
||||||
|
|
||||||
Core Workflows are domain-agnostic workflows that can be utilized by any BMAD-compliant module, workflow, or agent. These workflows are installed by default and available at any time.
|
|
||||||
|
|
||||||
## Available Core Workflows
|
|
||||||
|
|
||||||
### [Party Mode](party-mode.md)
|
|
||||||
|
|
||||||
Orchestrate dynamic multi-agent conversations with your entire BMAD team. Engage with multiple specialized perspectives simultaneously—each agent maintaining their unique personality, expertise, and communication style.
|
|
||||||
|
|
||||||
### [Brainstorming](brainstorming.md)
|
|
||||||
|
|
||||||
Facilitate structured creative sessions using 60+ proven ideation techniques. The AI acts as coach and guide, using proven creativity methods to draw out ideas and insights that are already within you.
|
|
||||||
|
|
||||||
### [Advanced Elicitation](advanced-elicitation.md)
|
|
||||||
|
|
||||||
Push the LLM to rethink its work through 50+ reasoning methods—the inverse of brainstorming. The LLM applies sophisticated techniques to re-examine and enhance content it has just generated, essentially "LLM brainstorming" to find better approaches and uncover improvements.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Workflow Integration
|
|
||||||
|
|
||||||
Core Workflows are designed to be invoked and configured by other modules. When called from another workflow, they accept contextual parameters to customize the session:
|
|
||||||
|
|
||||||
- **Topic focus** — Direct the session toward a specific domain or question
|
|
||||||
- **Additional personas** (Party Mode) — Inject expert agents into the roster at runtime
|
|
||||||
- **Guardrails** (Brainstorming) — Set constraints and boundaries for ideation
|
|
||||||
- **Output goals** — Define what the final output needs to accomplish
|
|
||||||
|
|
||||||
This allows modules to leverage these workflows' capabilities while maintaining focus on their specific domain and objectives.
|
|
||||||
@ -1,133 +0,0 @@
|
|||||||
# Document Sharding Guide
|
|
||||||
|
|
||||||
Comprehensive guide to BMad Method's document sharding system for managing large planning and architecture documents.
|
|
||||||
|
|
||||||
## Table of Contents
|
|
||||||
|
|
||||||
- [Document Sharding Guide](#document-sharding-guide)
|
|
||||||
- [Table of Contents](#table-of-contents)
|
|
||||||
- [What is Document Sharding?](#what-is-document-sharding)
|
|
||||||
- [Architecture](#architecture)
|
|
||||||
- [When to Use Sharding](#when-to-use-sharding)
|
|
||||||
- [Ideal Candidates](#ideal-candidates)
|
|
||||||
- [How Sharding Works](#how-sharding-works)
|
|
||||||
- [Sharding Process](#sharding-process)
|
|
||||||
- [Workflow Discovery](#workflow-discovery)
|
|
||||||
- [Using the Shard-Doc Tool](#using-the-shard-doc-tool)
|
|
||||||
- [CLI Command](#cli-command)
|
|
||||||
- [Interactive Process](#interactive-process)
|
|
||||||
- [What Gets Created](#what-gets-created)
|
|
||||||
- [Workflow Support](#workflow-support)
|
|
||||||
- [Universal Support](#universal-support)
|
|
||||||
|
|
||||||
## What is Document Sharding?
|
|
||||||
|
|
||||||
Document sharding splits large markdown files into smaller, organized files based on level 2 headings (`## Heading`). This enables:
|
|
||||||
|
|
||||||
- **Selective Loading** - Workflows load only the sections they need
|
|
||||||
- **Reduced Token Usage** - Massive efficiency gains for large projects
|
|
||||||
- **Better Organization** - Logical section-based file structure
|
|
||||||
- **Maintained Context** - Index file preserves document structure
|
|
||||||
|
|
||||||
### Architecture
|
|
||||||
|
|
||||||
```
|
|
||||||
Before Sharding:
|
|
||||||
docs/
|
|
||||||
└── PRD.md (large 50k token file)
|
|
||||||
|
|
||||||
After Sharding:
|
|
||||||
docs/
|
|
||||||
└── prd/
|
|
||||||
├── index.md # Table of contents with descriptions
|
|
||||||
├── overview.md # Section 1
|
|
||||||
├── user-requirements.md # Section 2
|
|
||||||
├── technical-requirements.md # Section 3
|
|
||||||
└── ... # Additional sections
|
|
||||||
```
|
|
||||||
|
|
||||||
## When to Use Sharding
|
|
||||||
|
|
||||||
### Ideal Candidates
|
|
||||||
|
|
||||||
**Large Multi-Epic Projects:**
|
|
||||||
|
|
||||||
- Very large complex PRDs
|
|
||||||
- Architecture documents with multiple system layers
|
|
||||||
- Epic files with 4+ epics (especially for Phase 4)
|
|
||||||
- UX design specs covering multiple subsystems
|
|
||||||
|
|
||||||
## How Sharding Works
|
|
||||||
|
|
||||||
### Sharding Process
|
|
||||||
|
|
||||||
1. **Tool Execution**: Run `npx @kayvan/markdown-tree-parser source.md destination/` - this is abstracted with the core shard-doc task which is installed as a slash command or manual task rule depending on your tools.
|
|
||||||
2. **Section Extraction**: Tool splits by level 2 headings
|
|
||||||
3. **File Creation**: Each section becomes a separate file
|
|
||||||
4. **Index Generation**: `index.md` created with structure and descriptions
|
|
||||||
|
|
||||||
### Workflow Discovery
|
|
||||||
|
|
||||||
BMad workflows use a **dual discovery system**:
|
|
||||||
|
|
||||||
1. **Try whole document first** - Look for `document-name.md`
|
|
||||||
2. **Check for sharded version** - Look for `document-name/index.md`
|
|
||||||
3. **Priority rule** - Whole document takes precedence if both exist - remove the whole document if you want the sharded to be used instead.
|
|
||||||
|
|
||||||
## Using the Shard-Doc Tool
|
|
||||||
|
|
||||||
### CLI Command
|
|
||||||
|
|
||||||
```bash
|
|
||||||
/bmad:core:tools:shard-doc
|
|
||||||
```
|
|
||||||
|
|
||||||
### Interactive Process
|
|
||||||
|
|
||||||
```
|
|
||||||
Agent: Which document would you like to shard?
|
|
||||||
User: docs/PRD.md
|
|
||||||
|
|
||||||
Agent: Default destination: docs/prd/
|
|
||||||
Accept default? [y/n]
|
|
||||||
User: y
|
|
||||||
|
|
||||||
Agent: Sharding PRD.md...
|
|
||||||
✓ Created 12 section files
|
|
||||||
✓ Generated index.md
|
|
||||||
✓ Complete!
|
|
||||||
```
|
|
||||||
|
|
||||||
### What Gets Created
|
|
||||||
|
|
||||||
**index.md structure:**
|
|
||||||
|
|
||||||
```markdown
|
|
||||||
# PRD - Index
|
|
||||||
|
|
||||||
## Sections
|
|
||||||
|
|
||||||
1. [Overview](./overview.md) - Project vision and objectives
|
|
||||||
2. [User Requirements](./user-requirements.md) - Feature specifications
|
|
||||||
3. [Epic 1: Authentication](./epic-1-authentication.md) - User auth system
|
|
||||||
4. [Epic 2: Dashboard](./epic-2-dashboard.md) - Main dashboard UI
|
|
||||||
...
|
|
||||||
```
|
|
||||||
|
|
||||||
**Individual section files:**
|
|
||||||
|
|
||||||
- Named from heading text (kebab-case)
|
|
||||||
- Contains complete section content
|
|
||||||
- Preserves all markdown formatting
|
|
||||||
- Can be read independently
|
|
||||||
|
|
||||||
## Workflow Support
|
|
||||||
|
|
||||||
### Universal Support
|
|
||||||
|
|
||||||
**All BMM workflows support both formats:**
|
|
||||||
|
|
||||||
- ✅ Whole documents
|
|
||||||
- ✅ Sharded documents
|
|
||||||
- ✅ Automatic detection
|
|
||||||
- ✅ Transparent to user
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
# Core Module Global Inheritable Config
|
|
||||||
|
|
||||||
The Core Modules module.yaml file defines configuration values that are useful and unique for all other modules to utilize, and by default all other modules installed will clone the values defined in the core module yaml.config into their own. It is possible for other modules to override these values, but the general intent it to accept the core module values and define their own values as needed, or extend the core values.
|
|
||||||
|
|
||||||
Currently, the core module.yaml config will define (asking the user upon installation, and recording to the core module config.yaml):
|
|
||||||
- `user_name`: string (defaults to the system defined user name)
|
|
||||||
- `communication_language`: string (defaults to english)
|
|
||||||
- `document_output_language`: string (defaults to english)
|
|
||||||
- `output_folder`: string (default `_bmad-output`)
|
|
||||||
|
|
||||||
An example of extending one of these values, in the BMad Method module.yaml it defines a planning_artifacts config, which will default to `default: "{output_folder}/planning-artifacts"` thus whatever the output_folder will be, this extended versions default will use the value from this core module and append a new folder onto it. The user can choose to replace this without utilizing the output_folder from the core if they so chose.
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
# Core Module
|
|
||||||
|
|
||||||
The Core Module is installed with all installations of BMAD modules and provides common functionality that any module, workflow, or agent can take advantage of.
|
|
||||||
|
|
||||||
## Core Module Components
|
|
||||||
|
|
||||||
- **[Global Core Config](global-core-config.md)** — Inheritable configuration that impacts all modules and custom content
|
|
||||||
- **[Core Workflows](core-workflows.md)** — Domain-agnostic workflows usable by any module
|
|
||||||
- [Party Mode](party-mode.md) — Multi-agent conversation orchestration
|
|
||||||
- [Brainstorming](brainstorming.md) — Structured creative sessions with 60+ techniques
|
|
||||||
- [Advanced Elicitation](advanced-elicitation.md) — LLM rethinking with 50+ reasoning methods
|
|
||||||
- **[Core Tasks](core-tasks.md)** — Common tasks available across modules
|
|
||||||
- [Index Docs](core-tasks.md#index-docs) — Generate directory index files
|
|
||||||
- [Adversarial Review](core-tasks.md#adversarial-review-general) — Critical content review
|
|
||||||
- [Shard Document](core-tasks.md#shard-document) — Split large documents into sections
|
|
||||||
@ -1,50 +0,0 @@
|
|||||||
# Party Mode
|
|
||||||
|
|
||||||
**Orchestrate dynamic multi-agent conversations with your entire BMAD team.**
|
|
||||||
|
|
||||||
Party Mode brings together all your installed BMAD agents for collaborative discussions. Instead of working with a single agent, you can engage with multiple specialized perspectives simultaneously—each agent maintaining their unique personality, expertise, and communication style.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## When to Use It
|
|
||||||
|
|
||||||
- Exploring complex topics that would benefit from diverse expert perspectives
|
|
||||||
- Brainstorming with agents who can build on each other's ideas
|
|
||||||
- Getting a comprehensive view across multiple domains (technical, business, creative, strategic)
|
|
||||||
- Enjoying dynamic, agent-to-agent conversations where experts challenge and complement each other
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## How It Works
|
|
||||||
|
|
||||||
1. Party Mode loads your complete agent roster and introduces the available team members
|
|
||||||
2. You present a topic or question
|
|
||||||
3. The facilitator intelligently selects 2-3 most relevant agents based on expertise needed
|
|
||||||
4. Agents respond in character, can reference each other, and engage in natural cross-talk
|
|
||||||
5. The conversation continues until you choose to exit
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Key Features
|
|
||||||
|
|
||||||
- **Intelligent agent selection** — The system analyzes your topic and selects the most relevant agents based on their expertise, capabilities, and principles
|
|
||||||
- **Authentic personalities** — Each agent maintains their unique voice, communication style, and domain knowledge throughout the conversation
|
|
||||||
- **Natural cross-talk** — Agents can reference each other, build on previous points, ask questions, and even respectfully disagree
|
|
||||||
- **Optional TTS integration** — Each agent response can be read aloud with voice configurations matching their personalities
|
|
||||||
- **Graceful exit** — Sessions conclude with personalized farewells from participating agents
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Workflow Integration
|
|
||||||
|
|
||||||
Party Mode is a core workflow designed to be invoked and configured by other modules. When called from another workflow, it accepts contextual parameters:
|
|
||||||
|
|
||||||
| Parameter | Description |
|
|
||||||
|-----------|-------------|
|
|
||||||
| **Topic focus** | Prebias the discussion toward a specific domain or question |
|
|
||||||
| **Additional personas** | Inject expert agents into the roster at runtime for specialized perspectives |
|
|
||||||
| **Participation constraints** | Limit which agents can contribute based on relevance |
|
|
||||||
|
|
||||||
### Example
|
|
||||||
|
|
||||||
A medical module workflow could invoke Party Mode with expert doctor personas added to the roster, and the conversation pre-focused on a specific diagnosis or treatment decision. The agents would then discuss the medical case with appropriate domain expertise while maintaining their distinct personalities and perspectives.
|
|
||||||
@ -8,35 +8,42 @@ BMad v6 represents a complete ground-up rewrite with significant architectural c
|
|||||||
|
|
||||||
## Automatic V4 Detection
|
## Automatic V4 Detection
|
||||||
|
|
||||||
When you run `npm run install:bmad` on a project, the installer automatically detects:
|
When you run `npm run install:bmad` on a project with v4 installed, the installer automatically detects:
|
||||||
|
|
||||||
- **Legacy v4 installation folder**: `.bmad-method`
|
- **Legacy folders**: Any folders starting with `_bmad`, `bmad` (lowercase), or `Bmad`
|
||||||
- **IDE command artifacts**: Legacy bmad folders in IDE configuration directories (`.claude/commands/`, `.cursor/commands/`, etc.)
|
- **IDE command artifacts**: Legacy bmad folders in IDE configuration directories (`.claude/commands/`, `.cursor/commands/`, etc.)
|
||||||
|
|
||||||
### What Happens During Detection
|
### What Happens During Detection
|
||||||
|
|
||||||
1. **Automatic Detection of v4 Modules**
|
1. **Automatic Backup of v4 Modules**: All `_bmad-*` folders are moved to `v4-backup/` in your project root
|
||||||
1. Installer will suggest removal or backup of your .bmad-method folder. You can choose to exit the installer and handle this cleanup, or allow the install to continue. Technically you can have both v4 and v6 installed, but it is not recommended. All BMad content and modules will be installed under a .bmad folder, fully segregated.
|
- If a backup already exists, a timestamp is added to avoid conflicts
|
||||||
|
- Example: `_bmad-core` → `v4-backup/_bmad-core`
|
||||||
|
- Your project files and data are NOT affected
|
||||||
|
|
||||||
2. **IDE Command Cleanup Recommended**: Legacy v4 IDE commands should be manually removed
|
2. **IDE Command Cleanup Recommended**: Legacy v4 IDE commands should be manually removed
|
||||||
- Located in IDE config folders, for example claude: `.claude/commands/BMad/agents`, `.claude/commands/BMad/tasks`, etc.
|
- Located in IDE config folders: `.claude/commands/`, `.cursor/commands/`, etc.
|
||||||
- NOTE: if the upgrade and install of v6 finished, the new commands will be under `.claude/commands/bmad/<module>/agents|workflows`
|
- These old commands would still reference v4 folder structure if left in place
|
||||||
- Note 2: If you accidentally delete the wrong/new bmad commands - you can easily restore them by rerunning the installer, and choose quick update option, and all will be reapplied properly.
|
- The installer provides copy/paste terminal commands for your platform
|
||||||
|
- You can proceed without cleanup, but removing them prevents confusion with old v4 commands
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Module Migration
|
## Module Migration
|
||||||
|
|
||||||
### Deprecated Modules from v4
|
### Deprecated Modules
|
||||||
|
|
||||||
| v4 Module | v6 Status |
|
| v4 Module | v6 Status |
|
||||||
| ----------------------------- | ---------------------------------------------- |
|
| ----------------------------- | ------------------------------------------------ |
|
||||||
| `_bmad-2d-phaser-game-dev` | Integrated into new BMGD Module |
|
| `_bmad-2d-phaser-game-dev` | Integrated into BMM |
|
||||||
| `_bmad-2d-unity-game-dev` | Integrated into new BMGD Module |
|
| `_bmad-2d-unity-game-dev` | Integrated into BMM |
|
||||||
| `_bmad-godot-game-dev` | Integrated into new BMGD Module |
|
| `_bmad-godot-game-dev` | Integrated into BMM |
|
||||||
| `_bmad-*-game-dev` (any) | Integrated into new BMGD Module |
|
| `_bmad-*-game-dev` (any) | Integrated into BMM |
|
||||||
| `_bmad-infrastructure-devops` | Deprecated - New core devops agent coming soon |
|
| `_bmad-infrastructure-devops` | Deprecated - New core devops agent coming in BMM |
|
||||||
| `_bmad-creative-writing` | Not adapted - New v6 module coming soon |
|
| `_bmad-creative-writing` | Not adapted - New module releasing soon |
|
||||||
|
|
||||||
Aside from .bmad-method - if you have any of these others installed also, again its recommended to remove them and use the V6 equivalents, but its also fine if you decide to keep both. But it is not recommended to use both on the same project long term.
|
**Game Development**: All game development functionality has been consolidated and expanded within the BMM (BMad Method) module. Game-specific workflows now adapt to your game type and engine.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Architecture Changes
|
## Architecture Changes
|
||||||
|
|
||||||
@ -46,54 +53,58 @@ Aside from .bmad-method - if you have any of these others installed also, again
|
|||||||
|
|
||||||
```
|
```
|
||||||
your-project/
|
your-project/
|
||||||
├── .bmad-method/
|
├── _bmad-core/ # Was actually the BMad Method
|
||||||
├── .bmad-game-dev/
|
├── _bmad-game-dev/ # Separate expansion packs
|
||||||
├── .bmad-creative-writing/
|
├── _bmad-creative-writing/
|
||||||
└── .bmad-infrastructure-devops/
|
└── _bmad-infrastructure-devops/
|
||||||
```
|
```
|
||||||
|
|
||||||
**v6 Unified Structure:**
|
**v6 Unified Structure:**
|
||||||
|
|
||||||
```
|
```
|
||||||
your-project/
|
your-project/
|
||||||
└── _bmad/ # Single installation folder is _bmad
|
└── _bmad/ # Single installation folder, default _bmad
|
||||||
└── _config/ # Your customizations
|
|
||||||
| └── agents/ # Agent customization files
|
|
||||||
├── core/ # Real core framework (applies to all modules)
|
├── core/ # Real core framework (applies to all modules)
|
||||||
├── bmm/ # BMad Method (software/game dev)
|
├── bmm/ # BMad Method (software/game dev)
|
||||||
├── bmb/ # BMad Builder (create agents/workflows)
|
├── bmb/ # BMad Builder (create agents/workflows)
|
||||||
├── cis/ # Creative Intelligence Suite
|
├── cis/ # Creative Intelligence Suite
|
||||||
├── _bmad_output # Default bmad output folder (was doc folder in v4)
|
└── _config/ # Your customizations
|
||||||
|
└── agents/ # Agent customization files
|
||||||
```
|
```
|
||||||
|
|
||||||
### Key Concept Changes
|
### Key Concept Changes
|
||||||
|
|
||||||
- **v4 `_bmad-core and _bmad-method`**: Was actually the BMad Method
|
- **v4 `_bmad-core`**: Was actually the BMad Method
|
||||||
- **v6 `_bmad/core/`**: Is the real universal core framework
|
- **v6 `_bmad/core/`**: Is the real universal core framework
|
||||||
- **v6 `_bmad/bmm/`**: Is the BMad Method module
|
- **v6 `_bmad/bmm/`**: Is the BMad Method module
|
||||||
- **Module identification**: All modules now have a `config.yaml` file once installed at the root of the modules installed folder
|
- **Module identification**: All modules now have a `config.yaml` file
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Project Progress Migration
|
## Project Progress Migration
|
||||||
|
|
||||||
### If You've Completed Some or all Planning Phases (Brief/PRD/UX/Architecture) with the BMad Method:
|
### If You've Completed Planning Phase (PRD/Architecture) with the BMad Method:
|
||||||
|
|
||||||
After running the v6 installer, if you kept the paths the same as the installation suggested, you will need to move a few files, or run the installer again. It is recommended to stick with these defaults as it will be easier to adapt if things change in the future.
|
After running the v6 installer:
|
||||||
|
|
||||||
If you have any planning artifacts, put them in a folder called _bmad-output/planning-artifacts at the root of your project, ensuring that:
|
1. **Run `workflow-init`** workflow to set up the guided workflow system
|
||||||
PRD has PRD in the file name or folder name if sharded.
|
2. **Specify your project level** when prompted:
|
||||||
Similar for 'brief', 'architecture', 'ux-design'.
|
- If you followed v4's full workflow (PRD → Architecture → Stories), select **Level 3 or 4**
|
||||||
|
- This tells v6 you've already completed planning and solutioning phases
|
||||||
|
3. **Document paths**: Keep your existing paths during installation
|
||||||
|
- Default PRD/Architecture location: `docs/`
|
||||||
|
- Default stories location: `docs/sprint-artifacts/`
|
||||||
|
- **Accept these defaults** if you're already using them in v4
|
||||||
|
|
||||||
If you have other long term docs that will not be as ephemeral as these project docs, you can put them in the /docs folder, ideally with a index.md file.
|
> **Important**: v6 workflows can handle both sharded and unsharded documents. You don't need to restructure your existing PRD or architecture files.
|
||||||
|
|
||||||
HIGHLY RECOMMENDED NOTE: If you are only partway through planning, its highly recommended to restart and do the PRD, UX and ARCHITECTURE steps. You could even use your existing documents as inputs letting the agent know you want to redo them with the new workflows. These optimized v6 progressive discovery workflows that also will utilize web search at key moments, while offering better advanced elicitation and part mode in the IDE will produce superior results. And then once all are complete, an epics with stories is generated after the architecture step now - ensuring it uses input from all planing documents.
|
|
||||||
|
|
||||||
### If You're Mid-Development (Stories Created/Implemented)
|
### If You're Mid-Development (Stories Created/Implemented)
|
||||||
|
|
||||||
1. Complete the v6 installation as above
|
1. Complete the v6 installation as above
|
||||||
2. Ensure you have a file called epics.md or epics/epic*.md - these need to be located under the _bmad-output/planning-artifacts folder.
|
2. Run `workflow-init` and specify Level 3 or 4
|
||||||
3. Run the scrum masters `sprint-planning` workflow to generate the implementation tracking plan in _bmad-output/implementation-artifacts.
|
3. When ready to continue development, run the **`sprint-planning`** workflow (Phase 4)
|
||||||
4. Inform the SM after the output is complete which epics and stories were completed already and should be parked properly in the file.
|
|
||||||
|
---
|
||||||
|
|
||||||
## Agent Customization Migration
|
## Agent Customization Migration
|
||||||
|
|
||||||
@ -120,15 +131,13 @@ persona:
|
|||||||
- Always upbeat and adventurous
|
- Always upbeat and adventurous
|
||||||
```
|
```
|
||||||
|
|
||||||
There is a lot more that is possible with agent customization, which is covered in detail in the [Agent Customization Guide](bmad-customization/agent-customization-guide.md)
|
|
||||||
|
|
||||||
CRITICAL NOTE: After you modify the customization file, you need to run the npx installer against your installed location, and choose the option to rebuild all agents, or just do a quick update again. This always builds agents fresh and applies customizations.
|
|
||||||
|
|
||||||
**How it works:**
|
**How it works:**
|
||||||
|
|
||||||
- Base agent: `_bmad/bmm/agents/pm.md`
|
- Base agent: `_bmad/bmm/agents/pm.md`
|
||||||
- Customization: `_bmad/_config/agents/bmm-pm.customize.yaml`
|
- Customization: `_bmad/_config/agents/bmm-pm.customize.yaml`
|
||||||
- Rebuild all agents -> Result: Agent uses your custom name and style
|
- Result: Agent uses your custom name and style, but updates don't overwrite your changes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Document Compatibility
|
## Document Compatibility
|
||||||
|
|
||||||
@ -142,3 +151,77 @@ CRITICAL NOTE: After you modify the customization file, you need to run the npx
|
|||||||
- ✅ Mixed approaches
|
- ✅ Mixed approaches
|
||||||
|
|
||||||
All workflow files are scanned automatically. No manual configuration needed.
|
All workflow files are scanned automatically. No manual configuration needed.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Installation Steps
|
||||||
|
|
||||||
|
### 1. Clone Repository
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/bmad-code-org/BMAD-METHOD
|
||||||
|
cd BMAD-METHOD
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. Run Installer on Your v4 Project
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx bmad-method install
|
||||||
|
```
|
||||||
|
|
||||||
|
**Enter the full path to your v4 project** when prompted.
|
||||||
|
|
||||||
|
### 3. Follow Interactive Prompts
|
||||||
|
|
||||||
|
The installer will:
|
||||||
|
|
||||||
|
1. Detect v4 installation and offer to backup `_bmad-*` folders
|
||||||
|
2. Prompt for recommended cleanup (you can skip)
|
||||||
|
3. Let you select modules (recommend: BMM for software and or game development)
|
||||||
|
4. Configure core settings (name, language, etc.)
|
||||||
|
5. Configure module-specific options
|
||||||
|
6. Configure IDE integrations
|
||||||
|
|
||||||
|
### 4. Accept Default Paths
|
||||||
|
|
||||||
|
If you're using:
|
||||||
|
|
||||||
|
- `docs/` for PRD and architecture
|
||||||
|
- `docs/sprint-artifacts/` for story files
|
||||||
|
|
||||||
|
**Accept these defaults** during installation.
|
||||||
|
|
||||||
|
### 5. Initialize Workflow
|
||||||
|
|
||||||
|
After installation:
|
||||||
|
|
||||||
|
1. **Load the Analyst agent** - See your IDE-specific instructions in [docs/ide-info](./ide-info/) for how to activate agents:
|
||||||
|
- [Claude Code](./ide-info/claude-code.md)
|
||||||
|
- [Cursor](./ide-info/cursor.md)
|
||||||
|
- [VS Code/Windsurf](./ide-info/) - Check your IDE folder
|
||||||
|
|
||||||
|
2. **Wait for the agent's menu** to appear
|
||||||
|
|
||||||
|
3. **Tell the agent**: `*workflow-init` - v6 supports excellent natural language fuzzy matching, so you could also say "workflow init" or "please init the workflow"
|
||||||
|
|
||||||
|
Since you are migrating an existing project from v4, it's most likely **Level 3 or 4** you will want to suggest when asked - if you've already completed PRD/architecture in v4.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Post-Migration Checklist
|
||||||
|
|
||||||
|
- [ ] v4 folders backed up to `v4-backup/`
|
||||||
|
- [ ] v6 installed to `_bmad/` folder
|
||||||
|
- [ ] `workflow-init` run with correct project level selected
|
||||||
|
- [ ] Agent customizations migrated to `_bmad/_config/agents/` if needed
|
||||||
|
- [ ] IDE integration working (test by listing agents)
|
||||||
|
- [ ] For active development: `sprint-planning` workflow executed
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Getting Help
|
||||||
|
|
||||||
|
- **Discord**: [Join the BMad Community](https://discord.gg/gk8jAdXWmj)
|
||||||
|
- **Issues**: [GitHub Issue Tracker](https://github.com/bmad-code-org/BMAD-METHOD/issues)
|
||||||
|
- **Docs**: Check `_bmad/docs/` in your installation for IDE-specific instructions
|
||||||
|
|||||||
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
## IMPORTANT NOTE
|
## IMPORTANT NOTE
|
||||||
|
|
||||||
The Web Bundling Feature is being rebuilt from the ground up, current bundles found for v6 may be incomplete or missing functionality and are not optimized.
|
The Web Bundling Feature is being rebuilt from the ground up, current bundles for v6 may be incomplete or missing functionality and are not optimized. This will be rectified very soon, with a more expansive guide.
|
||||||
|
|
||||||
## What Are Web bundles
|
## What Are Web bundles
|
||||||
|
|
||||||
Web bundles package BMad agents as self-contained files that work in Gemini Gems and Custom GPTs. Everything the agent needs - instructions, workflows, dependencies - is bundled into a single file for easy upload.
|
Web bundles package BMad agents as self-contained XML files that work in Gemini Gems and Custom GPTs. Everything the agent needs - instructions, workflows, dependencies - is bundled into a single file.
|
||||||
|
|
||||||
## What Are Web Bundles?
|
## What Are Web Bundles?
|
||||||
|
|
||||||
Web bundles are standalone files containing:
|
Web bundles are standalone XML files containing:
|
||||||
|
|
||||||
- Complete agent persona and instructions
|
- Complete agent persona and instructions
|
||||||
- All workflows and dependencies
|
- All workflows and dependencies
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "6.0.0-alpha.21",
|
"version": "6.0.0-alpha.20",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "6.0.0-alpha.21",
|
"version": "6.0.0-alpha.20",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kayvan/markdown-tree-parser": "^1.6.1",
|
"@kayvan/markdown-tree-parser": "^1.6.1",
|
||||||
|
|||||||
@ -4,7 +4,7 @@ These are quickly put together examples of both a stand alone somewhat cohesive
|
|||||||
|
|
||||||
To try these out, download either or both folders to your local machine, and run the normal bmad installer, and when asked about custom local content, say yes, and give the path to one of these two folders. You can even install both with other regular modules to the same project.
|
To try these out, download either or both folders to your local machine, and run the normal bmad installer, and when asked about custom local content, say yes, and give the path to one of these two folders. You can even install both with other regular modules to the same project.
|
||||||
|
|
||||||
Note - a project is just a folder with `_bmad` in the folder - this can be a software project, but it can also be any type of folder on your local computer - such as a markdown notebook, a folder of other files, or just a folder you maintain with useful agents prompts and utilities for any purpose.
|
Note - a project is just a folder with \_bmad in the folder - this can be a software project, but it can also be any type of folder on your local computer - such as a markdown notebook, a folder of other files, or just a folder you maintain with useful agents prompts and utilities for any purpose.
|
||||||
|
|
||||||
Please remember - these are not optimal or very good examples in their utility or quality control - but they do demonstrate the basics of creating custom content and modules to be able to install for yourself or share with others. This is the groundwork for making very complex modules also such as the full bmad method.
|
Please remember - these are not optimal or very good examples in their utility or quality control - but they do demonstrate the basics of creating custom content and modules to be able to install for yourself or share with others. This is the groundwork for making very complex modules also such as the full bmad method.
|
||||||
|
|
||||||
|
|||||||
@ -25,6 +25,10 @@
|
|||||||
- @/docs/installers-bundlers/ - Tooling-specific documentation directory
|
- @/docs/installers-bundlers/ - Tooling-specific documentation directory
|
||||||
- @/tools/cli/README.md - CLI usage documentation (comprehensive)
|
- @/tools/cli/README.md - CLI usage documentation (comprehensive)
|
||||||
|
|
||||||
|
### IDE-Specific Documentation
|
||||||
|
|
||||||
|
- @/docs/ide-info/ - IDE-specific setup guides (15+ files)
|
||||||
|
|
||||||
### Module Documentation
|
### Module Documentation
|
||||||
|
|
||||||
Each module may have its own docs:
|
Each module may have its own docs:
|
||||||
@ -69,6 +73,7 @@ Follow Keep a Changelog format:
|
|||||||
When code changes, check these docs:
|
When code changes, check these docs:
|
||||||
|
|
||||||
- CLI changes → tools/cli/README.md
|
- CLI changes → tools/cli/README.md
|
||||||
|
- New IDE support → docs/ide-info/
|
||||||
- Schema changes → agent-customization-guide.md
|
- Schema changes → agent-customization-guide.md
|
||||||
- Bundle changes → web-bundles-gemini-gpt-guide.md
|
- Bundle changes → web-bundles-gemini-gpt-guide.md
|
||||||
- Installer changes → installers-bundlers/
|
- Installer changes → installers-bundlers/
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<task id="_bmad/core/workflows/advanced-elicitation/workflow.xml" name="Advanced Elicitation" standalone="true"
|
<task id="_bmad/core/tasks/advanced-elicitation.xml" name="Advanced Elicitation" standalone="true"
|
||||||
methods="{project-root}/_bmad/core/workflows/advanced-elicitation/methods.csv"
|
methods="{project-root}/_bmad/core/tasks/advanced-elicitation-methods.csv"
|
||||||
agent-party="{project-root}/_bmad/_config/agent-manifest.csv">
|
agent-party="{project-root}/_bmad/_config/agent-manifest.csv">
|
||||||
<llm critical="true">
|
<llm critical="true">
|
||||||
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
||||||
@ -7,7 +7,6 @@
|
|||||||
<i>HALT immediately when halt-conditions are met</i>
|
<i>HALT immediately when halt-conditions are met</i>
|
||||||
<i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
|
<i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
|
||||||
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
||||||
<i>YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`</i>
|
|
||||||
</llm>
|
</llm>
|
||||||
|
|
||||||
<integration description="When called from workflow">
|
<integration description="When called from workflow">
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<action>Display generated content</action>
|
<action>Display generated content</action>
|
||||||
<ask> [a] Advanced Elicitation, [c] Continue, [p] Party-Mode, [y] YOLO the rest of this document only. WAIT for response. <if
|
<ask> [a] Advanced Elicitation, [c] Continue, [p] Party-Mode, [y] YOLO the rest of this document only. WAIT for response. <if
|
||||||
response="a">
|
response="a">
|
||||||
<action>Start the advanced elicitation workflow {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml</action>
|
<action>Start the advanced elicitation workflow {project-root}/_bmad/core/tasks/advanced-elicitation.xml</action>
|
||||||
</if>
|
</if>
|
||||||
<if
|
<if
|
||||||
response="c">
|
response="c">
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- 💬 FOCUS on session setup and continuation detection only
|
- 💬 FOCUS on session setup and continuation detection only
|
||||||
- 🚪 DETECT existing workflow state and handle continuation properly
|
- 🚪 DETECT existing workflow state and handle continuation properly
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 UNDERSTAND PREVIOUS SESSION context and outcomes
|
- 📋 UNDERSTAND PREVIOUS SESSION context and outcomes
|
||||||
- 🔍 SEAMLESSLY RESUME from where user left off
|
- 🔍 SEAMLESSLY RESUME from where user left off
|
||||||
- 💬 MAINTAIN CONTINUITY in session flow and rapport
|
- 💬 MAINTAIN CONTINUITY in session flow and rapport
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 PREVIEW TECHNIQUE OPTIONS clearly and concisely
|
- 📋 PREVIEW TECHNIQUE OPTIONS clearly and concisely
|
||||||
- 🔍 LET USER EXPLORE and select based on their interests
|
- 🔍 LET USER EXPLORE and select based on their interests
|
||||||
- 💬 PROVIDE BACK OPTION to return to approach selection
|
- 💬 PROVIDE BACK OPTION to return to approach selection
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for recommendations
|
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for recommendations
|
||||||
- 🔍 MATCH TECHNIQUES to user goals, constraints, and preferences
|
- 🔍 MATCH TECHNIQUES to user goals, constraints, and preferences
|
||||||
- 💬 PROVIDE CLEAR RATIONALE for each recommendation
|
- 💬 PROVIDE CLEAR RATIONALE for each recommendation
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv
|
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv
|
||||||
- 🔍 CREATE EXCITEMENT around unexpected creative methods
|
- 🔍 CREATE EXCITEMENT around unexpected creative methods
|
||||||
- 💬 EMPHASIZE DISCOVERY over predictable outcomes
|
- 💬 EMPHASIZE DISCOVERY over predictable outcomes
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for each phase
|
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for each phase
|
||||||
- 🔍 MATCH TECHNIQUES to natural creative progression stages
|
- 🔍 MATCH TECHNIQUES to natural creative progression stages
|
||||||
- 💬 CREATE CLEAR JOURNEY MAP with phase transitions
|
- 💬 CREATE CLEAR JOURNEY MAP with phase transitions
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 RESPOND DYNAMICALLY to user insights and build upon their ideas
|
- 📋 RESPOND DYNAMICALLY to user insights and build upon their ideas
|
||||||
- 🔍 ADAPT FACILITATION based on user engagement and emerging directions
|
- 🔍 ADAPT FACILITATION based on user engagement and emerging directions
|
||||||
- 💬 CREATE TRUE COLLABORATION, not question-answer sequences
|
- 💬 CREATE TRUE COLLABORATION, not question-answer sequences
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 CREATE ACTIONABLE NEXT STEPS from brainstorming outcomes
|
- 📋 CREATE ACTIONABLE NEXT STEPS from brainstorming outcomes
|
||||||
- 🔍 FACILITATE CONVERGENT THINKING after divergent exploration
|
- 🔍 FACILITATE CONVERGENT THINKING after divergent exploration
|
||||||
- 💬 DELIVER COMPREHENSIVE SESSION DOCUMENTATION
|
- 💬 DELIVER COMPREHENSIVE SESSION DOCUMENTATION
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ context_file: '' # Optional context file path for project-specific guidance
|
|||||||
|
|
||||||
**Goal:** Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods
|
**Goal:** Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods
|
||||||
|
|
||||||
**Your Role:** You are a brainstorming facilitator and creative thinking guide. You bring structured creativity techniques, facilitation expertise, and an understanding of how to guide users through effective ideation processes that generate innovative ideas and breakthrough solutions. During this entire workflow it is critical that you speak to the user in the config loaded `communication_language`.
|
**Your Role:** You are a brainstorming facilitator and creative thinking guide. You bring structured creativity techniques, facilitation expertise, and an understanding of how to guide users through effective ideation processes that generate innovative ideas and breakthrough solutions.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 LOAD COMPLETE AGENT ROSTER from manifest with merged personalities
|
- 📋 LOAD COMPLETE AGENT ROSTER from manifest with merged personalities
|
||||||
- 🔍 PARSE AGENT DATA for conversation orchestration
|
- 🔍 PARSE AGENT DATA for conversation orchestration
|
||||||
- 💬 INTRODUCE DIVERSE AGENT SAMPLE to kick off discussion
|
- 💬 INTRODUCE DIVERSE AGENT SAMPLE to kick off discussion
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 MAINTAIN CHARACTER CONSISTENCY using merged agent personalities
|
- 📋 MAINTAIN CHARACTER CONSISTENCY using merged agent personalities
|
||||||
- 🔍 ENABLE NATURAL CROSS-TALK between agents for dynamic conversation
|
- 🔍 ENABLE NATURAL CROSS-TALK between agents for dynamic conversation
|
||||||
- 💬 INTEGRATE TTS for each agent response immediately after text
|
- 💬 INTEGRATE TTS for each agent response immediately after text
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
- 📋 EXPRESS GRATITUDE to user for collaborative participation
|
- 📋 EXPRESS GRATITUDE to user for collaborative participation
|
||||||
- 🔍 ACKNOWLEDGE SESSION HIGHLIGHTS and key insights gained
|
- 🔍 ACKNOWLEDGE SESSION HIGHLIGHTS and key insights gained
|
||||||
- 💬 MAINTAIN POSITIVE ATMOSPHERE until the very end
|
- 💬 MAINTAIN POSITIVE ATMOSPHERE until the very end
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
## EXECUTION PROTOCOLS:
|
## EXECUTION PROTOCOLS:
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ description: Orchestrates group discussions between all installed BMAD agents, e
|
|||||||
|
|
||||||
**Goal:** Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
|
**Goal:** Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
|
||||||
|
|
||||||
**Your Role:** You are a party mode facilitator and multi-agent conversation orchestrator. You bring together diverse BMAD agents for collaborative discussions, managing the flow of conversation while maintaining each agent's unique personality and expertise - while still utilizing the configured {communication_language}.
|
**Your Role:** You are a party mode facilitator and multi-agent conversation orchestrator. You bring together diverse BMAD agents for collaborative discussions, managing the flow of conversation while maintaining each agent's unique personality and expertise.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -94,7 +94,30 @@ You must fully embody this agent's persona...
|
|||||||
|
|
||||||
**DO NOT create** activation sections - compiler builds it from your critical_actions.
|
**DO NOT create** activation sections - compiler builds it from your critical_actions.
|
||||||
|
|
||||||
### 3. Menu Handlers
|
### 3. Menu Enhancements
|
||||||
|
|
||||||
|
**Auto-injected menu items:**
|
||||||
|
|
||||||
|
- `*help` - Always FIRST in compiled menu
|
||||||
|
- `*exit` - Always LAST in compiled menu
|
||||||
|
|
||||||
|
**Trigger prefixing:**
|
||||||
|
|
||||||
|
- Your trigger `analyze` becomes `*analyze`
|
||||||
|
- Don't add `*` prefix - compiler does it
|
||||||
|
|
||||||
|
**DO NOT include:**
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# BAD - these are auto-injected
|
||||||
|
menu:
|
||||||
|
- trigger: help
|
||||||
|
description: 'Show help'
|
||||||
|
- trigger: exit
|
||||||
|
description: 'Exit'
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4. Menu Handlers
|
||||||
|
|
||||||
Compiler detects which handlers you use and ONLY includes those:
|
Compiler detects which handlers you use and ONLY includes those:
|
||||||
|
|
||||||
@ -118,7 +141,7 @@ Compiler detects which handlers you use and ONLY includes those:
|
|||||||
|
|
||||||
**DO NOT document** handler behavior - it's injected.
|
**DO NOT document** handler behavior - it's injected.
|
||||||
|
|
||||||
### 4. Rules Section
|
### 5. Rules Section
|
||||||
|
|
||||||
**Auto-injected rules:**
|
**Auto-injected rules:**
|
||||||
|
|
||||||
@ -138,11 +161,10 @@ Compiler detects which handlers you use and ONLY includes those:
|
|||||||
```yaml
|
```yaml
|
||||||
agent:
|
agent:
|
||||||
metadata:
|
metadata:
|
||||||
id: '_bmad_/{module}/agents/foo/foo.agent.md
|
|
||||||
name: 'Persona Name'
|
name: 'Persona Name'
|
||||||
title: 'Agent Title'
|
title: 'Agent Title'
|
||||||
icon: 'emoji'
|
icon: 'emoji'
|
||||||
module: "bmm"
|
type: 'simple|expert' # or module: "bmm"
|
||||||
|
|
||||||
persona:
|
persona:
|
||||||
role: '...'
|
role: '...'
|
||||||
@ -151,9 +173,9 @@ agent:
|
|||||||
principles: [...]
|
principles: [...]
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
- trigger: AB or fuzzy match on your-action
|
- trigger: your-action
|
||||||
action: '#prompt-id'
|
action: '#prompt-id'
|
||||||
description: '[AB] Your Action described menu item '
|
description: 'What it does'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Optional (based on type)
|
### Optional (based on type)
|
||||||
|
|||||||
@ -96,7 +96,7 @@ menu:
|
|||||||
description: 'Validate document structure'
|
description: 'Validate document structure'
|
||||||
|
|
||||||
- trigger: advanced-elicitation
|
- trigger: advanced-elicitation
|
||||||
exec: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
exec: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
description: 'Advanced elicitation techniques'
|
description: 'Advanced elicitation techniques'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -159,7 +159,7 @@ menu:
|
|||||||
ide-only: true # Only in IDE environments
|
ide-only: true # Only in IDE environments
|
||||||
|
|
||||||
- trigger: advanced-elicitation
|
- trigger: advanced-elicitation
|
||||||
exec: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
exec: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
description: 'Advanced elicitation'
|
description: 'Advanced elicitation'
|
||||||
web-only: true # Only in web bundles
|
web-only: true # Only in web bundles
|
||||||
```
|
```
|
||||||
|
|||||||
@ -37,7 +37,7 @@ Production-ready examples in [bmb/reference/agents/](https://github.com/bmad-cod
|
|||||||
|
|
||||||
For installing standalone simple and expert agents, see:
|
For installing standalone simple and expert agents, see:
|
||||||
|
|
||||||
- [Custom Agent Installation](/docs/modules/bmb-bmad-builder/custom-content-installation.md)
|
- [Custom Agent Installation](/docs/custom-content-installation.md)
|
||||||
|
|
||||||
## Key Concepts
|
## Key Concepts
|
||||||
|
|
||||||
|
|||||||
@ -14,16 +14,16 @@ ALL agent types can:
|
|||||||
## What Actually Differs
|
## What Actually Differs
|
||||||
|
|
||||||
| Feature | Simple | Expert | Module |
|
| Feature | Simple | Expert | Module |
|
||||||
| ---------------------- | ------------- | -------------------- | ------------------ |
|
| ---------------------- | ------------- | --------------------- | ------------------ |
|
||||||
| **Self-contained** | ✓ All in YAML | Sidecar files | Sidecar optional |
|
| **Self-contained** | ✓ All in YAML | Sidecar files | Sidecar optional |
|
||||||
| **Persistent memory** | ✗ Stateless | ✓ memories.md | ✓ If needed |
|
| **Persistent memory** | ✗ Stateless | ✓ memories.md | ✓ If needed |
|
||||||
| **Knowledge base** | ✗ | ✓ sidecar/knowledge/ | Module/shared |
|
| **Knowledge base** | ✗ | ✓ sidecar/knowledge/ | Module/shared |
|
||||||
| **Domain restriction** | ✗ System-wide | ✓ Sidecar only | Optional |
|
| **Domain restriction** | ✗ System-wide | ✓ Sidecar only | Optional |
|
||||||
| **Personal workflows** | ✗ | ✓ Sidecar workflows | ✗ |
|
| **Personal workflows** | ✗ | ✓ Sidecar workflows\* | ✗ |
|
||||||
| **Module workflows** | ✗ | ✗ | ✓ Shared workflows |
|
| **Module workflows** | ✗ | ✗ | ✓ Shared workflows |
|
||||||
| **Team integration** | Solo utility | Personal assistant | Team member |
|
| **Team integration** | Solo utility | Personal assistant | Team member |
|
||||||
|
|
||||||
Expert agents CAN have personal workflows in sidecar if critical_actions loads workflow engine
|
\*Expert agents CAN have personal workflows in sidecar if critical_actions loads workflow engine
|
||||||
|
|
||||||
## The Same Agent, Three Ways
|
## The Same Agent, Three Ways
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
propose,type,tool_name,description,url,requires_install
|
propose,type,tool_name,description,url,requires_install
|
||||||
always,workflow,party-mode,"Enables collaborative idea generation by managing turn-taking, summarizing contributions, and synthesizing ideas from multiple AI personas in structured conversation sessions about workflow steps or work in progress.",{project-root}/_bmad/core/workflows/party-mode/workflow.md,no
|
always,workflow,party-mode,"Enables collaborative idea generation by managing turn-taking, summarizing contributions, and synthesizing ideas from multiple AI personas in structured conversation sessions about workflow steps or work in progress.",{project-root}/_bmad/core/workflows/party-mode/workflow.md,no
|
||||||
always,task,advanced-elicitation,"Employs diverse elicitation strategies such as Socratic questioning, role-playing, and counterfactual analysis to critically evaluate and enhance LLM outputs, forcing assessment from multiple perspectives and techniques.",{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml,no
|
always,task,advanced-elicitation,"Employs diverse elicitation strategies such as Socratic questioning, role-playing, and counterfactual analysis to critically evaluate and enhance LLM outputs, forcing assessment from multiple perspectives and techniques.",{project-root}/_bmad/core/tasks/advanced-elicitation.xml,no
|
||||||
always,task,brainstorming,"Facilitates idea generation by prompting users with targeted questions, encouraging divergent thinking, and synthesizing concepts into actionable insights through collaborative creative exploration.",{project-root}/_bmad/core/tasks/brainstorming.xml,no
|
always,task,brainstorming,"Facilitates idea generation by prompting users with targeted questions, encouraging divergent thinking, and synthesizing concepts into actionable insights through collaborative creative exploration.",{project-root}/_bmad/core/tasks/brainstorming.xml,no
|
||||||
always,llm-tool-feature,web-browsing,"Provides LLM with capabilities to perform real-time web searches, extract relevant data, and incorporate current information into responses when up-to-date information is required beyond training knowledge.",,no
|
always,llm-tool-feature,web-browsing,"Provides LLM with capabilities to perform real-time web searches, extract relevant data, and incorporate current information into responses when up-to-date information is required beyond training knowledge.",,no
|
||||||
always,llm-tool-feature,file-io,"Enables LLM to manage file operations such as creating, reading, updating, and deleting files, facilitating seamless data handling, storage, and document management within user environments.",,no
|
always,llm-tool-feature,file-io,"Enables LLM to manage file operations such as creating, reading, updating, and deleting files, facilitating seamless data handling, storage, and document management within user environments.",,no
|
||||||
|
|||||||
|
@ -16,7 +16,7 @@ outputFile: "{output_folder}/{{outputFileName}}-{project_name}.md"
|
|||||||
{{/hasOutput}}
|
{{/hasOutput}}
|
||||||
|
|
||||||
# Task References (list only if used in THIS step file instance and only the ones used, there might be others)
|
# Task References (list only if used in THIS step file instance and only the ones used, there might be others)
|
||||||
advancedElicitationTask: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
|
advancedElicitationTask: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
|
||||||
partyModeWorkflow: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
partyModeWorkflow: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
||||||
|
|
||||||
{{#hasTemplates}}
|
{{#hasTemplates}}
|
||||||
|
|||||||
@ -23,7 +23,7 @@ outputFile: '{output_folder}/[output-file-name]-{project_name}.md'
|
|||||||
|
|
||||||
# Task References (IF THE workflow uses and it makes sense in this step to have these )
|
# Task References (IF THE workflow uses and it makes sense in this step to have these )
|
||||||
|
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References (if this step uses a specific templates)
|
# Template References (if this step uses a specific templates)
|
||||||
|
|||||||
@ -26,7 +26,6 @@ continueFile: '{workflow_path}/steps/step-01b-continue.md'
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,6 @@ To resume the nutrition planning workflow from where it was left off, ensuring s
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
# Template References
|
||||||
@ -33,7 +33,6 @@ To gather comprehensive user profile information through collaborative conversat
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Data References
|
# Data References
|
||||||
@ -37,7 +37,6 @@ To analyze nutritional requirements, identify restrictions, and calculate target
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Data References
|
# Data References
|
||||||
@ -36,7 +36,6 @@ Design a personalized meal strategy that meets nutritional needs, fits lifestyle
|
|||||||
- 🔄 CRITICAL: Ensure macro distribution meets calculated targets
|
- 🔄 CRITICAL: Ensure macro distribution meets calculated targets
|
||||||
- ✅ Start with familiar foods, introduce variety gradually
|
- ✅ Start with familiar foods, introduce variety gradually
|
||||||
- 🚫 DO NOT create a plan that requires advanced cooking skills if user is beginner
|
- 🚫 DO NOT create a plan that requires advanced cooking skills if user is beginner
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### 1. Meal Structure Framework
|
### 1. Meal Structure Framework
|
||||||
|
|
||||||
@ -168,7 +167,7 @@ Display: **Select an Option:** [A] Meal Variety Optimization [P] Chef & Dietitia
|
|||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- HALT and AWAIT ANSWER
|
- HALT and AWAIT ANSWER
|
||||||
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
- IF A: Execute `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
||||||
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md` with a chef and dietitian expert also as part of the party
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md` with a chef and dietitian expert also as part of the party
|
||||||
- IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 4 at the end of the array before loading next step, check cooking frequency:
|
- IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 4 at the end of the array before loading next step, check cooking frequency:
|
||||||
- IF cooking frequency > 2x/week: load, read entire file, then execute `{workflow_path}/step-05-shopping.md`
|
- IF cooking frequency > 2x/week: load, read entire file, then execute `{workflow_path}/step-05-shopping.md`
|
||||||
|
|||||||
@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
# Template References
|
||||||
@ -31,7 +31,6 @@ Create a comprehensive, organized shopping list that supports the meal strategy
|
|||||||
- 📖 CRITICAL: Cross-reference with existing pantry items
|
- 📖 CRITICAL: Cross-reference with existing pantry items
|
||||||
- 🔄 CRITICAL: Organize by store section for efficient shopping
|
- 🔄 CRITICAL: Organize by store section for efficient shopping
|
||||||
- ✅ Include quantities based on serving sizes and meal frequency
|
- ✅ Include quantities based on serving sizes and meal frequency
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
- 🚫 DO NOT forget staples and seasonings
|
- 🚫 DO NOT forget staples and seasonings
|
||||||
Only proceed if:
|
Only proceed if:
|
||||||
|
|
||||||
@ -158,7 +157,7 @@ Display: **Select an Option:** [A] Budget Optimization Strategies [P] Shopping P
|
|||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- HALT and AWAIT ANSWER
|
- HALT and AWAIT ANSWER
|
||||||
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
- IF A: Execute `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
||||||
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
||||||
- IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 5 at the end of the array before loading next step, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
- IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 5 at the end of the array before loading next step, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
||||||
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
||||||
|
|||||||
@ -11,7 +11,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
# Template References
|
||||||
@ -31,7 +31,6 @@ Create a realistic meal prep schedule that fits the user's lifestyle and ensures
|
|||||||
- 🔄 CRITICAL: Include storage and reheating instructions
|
- 🔄 CRITICAL: Include storage and reheating instructions
|
||||||
- ✅ Start with a sustainable prep routine
|
- ✅ Start with a sustainable prep routine
|
||||||
- 🚫 DO NOT overwhelm with too much at once
|
- 🚫 DO NOT overwhelm with too much at once
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### 1. Time Commitment Analysis
|
### 1. Time Commitment Analysis
|
||||||
|
|
||||||
@ -179,7 +178,7 @@ Display: **Select an Option:** [A] Advanced Prep Techniques [P] Coach Perspectiv
|
|||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- HALT and AWAIT ANSWER
|
- HALT and AWAIT ANSWER
|
||||||
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
- IF A: Execute `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
||||||
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
||||||
- IF C: update frontmatter `stepsCompleted` to add 6 at the end of the array before loading next step, mark workflow complete, display final message
|
- IF C: update frontmatter `stepsCompleted` to add 6 at the end of the array before loading next step, mark workflow complete, display final message
|
||||||
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
||||||
|
|||||||
@ -52,7 +52,6 @@ This uses **step-file architecture** for disciplined execution:
|
|||||||
Load and read full config from {project-root}/_bmad/core/config.yaml and resolve:
|
Load and read full config from {project-root}/_bmad/core/config.yaml and resolve:
|
||||||
|
|
||||||
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
|
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### 2. First Step EXECUTION
|
### 2. First Step EXECUTION
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
# Template References
|
||||||
|
|||||||
@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Data References
|
# Data References
|
||||||
|
|||||||
@ -13,7 +13,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Data References
|
# Data References
|
||||||
@ -167,7 +167,7 @@ Display: **Select an Option:** [A] Meal Variety Optimization [P] Chef & Dietitia
|
|||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- HALT and AWAIT ANSWER
|
- HALT and AWAIT ANSWER
|
||||||
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
- IF A: Execute `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
||||||
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
||||||
- IF C: Save content to nutrition-plan.md, update frontmatter, check cooking frequency:
|
- IF C: Save content to nutrition-plan.md, update frontmatter, check cooking frequency:
|
||||||
- IF cooking frequency > 2x/week: load, read entire file, then execute `{workflow_path}/step-05-shopping.md`
|
- IF cooking frequency > 2x/week: load, read entire file, then execute `{workflow_path}/step-05-shopping.md`
|
||||||
|
|||||||
@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
# Template References
|
||||||
@ -157,7 +157,7 @@ Display: **Select an Option:** [A] Budget Optimization Strategies [P] Shopping P
|
|||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- HALT and AWAIT ANSWER
|
- HALT and AWAIT ANSWER
|
||||||
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
- IF A: Execute `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
||||||
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
||||||
- IF C: Save content to nutrition-plan.md, update frontmatter, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
- IF C: Save content to nutrition-plan.md, update frontmatter, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
||||||
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
||||||
|
|||||||
@ -11,7 +11,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|||||||
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
|
|
||||||
# Template References
|
# Template References
|
||||||
@ -178,7 +178,7 @@ Display: **Select an Option:** [A] Advanced Prep Techniques [P] Coach Perspectiv
|
|||||||
#### Menu Handling Logic:
|
#### Menu Handling Logic:
|
||||||
|
|
||||||
- HALT and AWAIT ANSWER
|
- HALT and AWAIT ANSWER
|
||||||
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
- IF A: Execute `{project-root}/_bmad/core/tasks/advanced-elicitation.xml`
|
||||||
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
||||||
- IF C: Update frontmatter with all steps completed, mark workflow complete, display final message
|
- IF C: Update frontmatter with all steps completed, mark workflow complete, display final message
|
||||||
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
||||||
|
|||||||
@ -13,7 +13,7 @@ brainstormContext: '{workflow_path}/data/brainstorm-context.md'
|
|||||||
brainstormWorkflow: '{project-root}/_bmad/core/workflows/brainstorming/workflow.md'
|
brainstormWorkflow: '{project-root}/_bmad/core/workflows/brainstorming/workflow.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -31,7 +31,6 @@ Optional creative exploration to generate agent ideas through structured brainst
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
@ -91,7 +90,7 @@ Wait for clear user response (yes/no or y/n).
|
|||||||
|
|
||||||
- Load brainstorming workflow: `{brainstormWorkflow}`
|
- Load brainstorming workflow: `{brainstormWorkflow}`
|
||||||
- Pass context data: `{brainstormContext}`
|
- Pass context data: `{brainstormContext}`
|
||||||
- Execute brainstorming session scoped specifically utilizing the brainstormContext to guide the scope and outcome
|
- Execute brainstorming session scoped specifically to brainstorming a new agent.
|
||||||
- Capture all brainstorming output for next step
|
- Capture all brainstorming output for next step
|
||||||
- Return to this step after brainstorming completes
|
- Return to this step after brainstorming completes
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ moduleExamples: '{workflow_path}/data/reference/agents/module-examples/'
|
|||||||
agentPurposeTemplate: '{workflow_path}/templates/agent-purpose-and-type.md'
|
agentPurposeTemplate: '{workflow_path}/templates/agent-purpose-and-type.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -37,7 +37,6 @@ Guide user to articulate their agent's core purpose and determine the appropriat
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ agentMenuPatterns: '{project-root}/_bmad/bmb/docs/agents/agent-menu-patterns.md'
|
|||||||
personaTemplate: '{workflow_path}/templates/agent-persona.md'
|
personaTemplate: '{workflow_path}/templates/agent-persona.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -35,7 +35,6 @@ Guide user to develop the agent's complete persona using the four-field system w
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ moduleArchitecture: '{project-root}/_bmad/bmb/docs/agents/module-agent-architect
|
|||||||
commandsTemplate: '{workflow_path}/templates/agent-commands.md'
|
commandsTemplate: '{workflow_path}/templates/agent-commands.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -37,7 +37,6 @@ Transform user's desired capabilities into structured YAML command system with p
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ agentPlan: '{bmb_creations_output_folder}/agent-plan-{agent_name}.md'
|
|||||||
identityTemplate: '{workflow_path}/templates/agent-identity.md'
|
identityTemplate: '{workflow_path}/templates/agent-identity.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -34,7 +34,6 @@ Guide user to name the agent naturally based on its discovered purpose, personal
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ simpleAgentTemplate: '{workflow_path}/templates/simple-agent.template.md'
|
|||||||
expertAgentTemplate: '{workflow_path}/templates/expert-agent.template.md'
|
expertAgentTemplate: '{workflow_path}/templates/expert-agent.template.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -35,7 +35,6 @@ Generate the complete YAML agent folder, yaml file and sidecar content to the sp
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ agentFile: '{{output_file_path}}'
|
|||||||
validationTemplate: '{workflow_path}/templates/validation-results.md'
|
validationTemplate: '{workflow_path}/templates/validation-results.md'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -35,7 +35,6 @@ Run comprehensive validation conversationally while performing technical checks
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ outputFile: '{output_folder}/agent-completion-{project_name}.md'
|
|||||||
agentFile: '{{output_file_path}}'
|
agentFile: '{{output_file_path}}'
|
||||||
|
|
||||||
# Task References
|
# Task References
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ Celebrate the successful agent creation, provide activation guidance, and explor
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: Read the complete step file before taking any action
|
- 🔄 CRITICAL: Read the complete step file before taking any action
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
---
|
---
|
||||||
stepsCompleted: []
|
stepsCompleted: []
|
||||||
---
|
---
|
||||||
|
|
||||||
# Agent Design and Build Plan
|
|
||||||
|
|||||||
@ -28,22 +28,28 @@ Domain-specific agents with persistent memory, sidecar files, and restricted acc
|
|||||||
```yaml
|
```yaml
|
||||||
agent:
|
agent:
|
||||||
metadata:
|
metadata:
|
||||||
id: _bmad/agents/{agent-name}/{agent-name}.md
|
|
||||||
name: 'Persona Name'
|
name: 'Persona Name'
|
||||||
title: 'Agent Title'
|
title: 'Agent Title'
|
||||||
icon: 'emoji'
|
icon: 'emoji'
|
||||||
module: stand-alone # or module name
|
type: 'expert'
|
||||||
|
|
||||||
persona:
|
persona:
|
||||||
role: |
|
role: 'Domain Expert with specialized capability'
|
||||||
First-person description of primary function (1-2 sentences)
|
|
||||||
|
|
||||||
identity: |
|
identity: |
|
||||||
Background, experience, specializations in first-person (2-3 sentences)
|
Background and expertise in first-person voice.
|
||||||
|
{{#if user_preference}}
|
||||||
|
Customization based on install_config.
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
communication_style: |
|
communication_style: |
|
||||||
1-2 short sentence describe how the agent speaks and communicates
|
{{#if tone_style == "gentle"}}
|
||||||
|
Gentle and supportive communication...
|
||||||
|
{{/if}}
|
||||||
|
{{#if tone_style == "direct"}}
|
||||||
|
Direct and efficient communication...
|
||||||
|
{{/if}}
|
||||||
|
I reference past conversations naturally.
|
||||||
|
|
||||||
principles:
|
principles:
|
||||||
- Core belief about the domain
|
- Core belief about the domain
|
||||||
@ -83,17 +89,29 @@ agent:
|
|||||||
Reference stored information naturally.
|
Reference stored information naturally.
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
- trigger: MF or fuzzy match on main function
|
- trigger: action1
|
||||||
action: '#main-function'
|
action: '#main-function'
|
||||||
description: '[MF] Main agent function'
|
description: 'Primary agent function'
|
||||||
|
|
||||||
- trigger: SM or fuzzy match on save-memory
|
- trigger: remember
|
||||||
action: 'Update ./{agent-name}-sidecar/memories.md with session insights'
|
action: 'Update ./{agent-name}-sidecar/memories.md with session insights'
|
||||||
description: '[SM] Save memory what we discussed today'
|
description: 'Save what we discussed today'
|
||||||
|
|
||||||
- trigger: RI or fuzzy match on record-insight
|
- trigger: insight
|
||||||
action: 'Document breakthrough in ./{agent-name}-sidecar/breakthroughs.md'
|
action: 'Document breakthrough in ./{agent-name}-sidecar/breakthroughs.md'
|
||||||
description: '[RI] Record a significant insight'
|
description: 'Record a significant insight'
|
||||||
|
|
||||||
|
- multi: "[DF] Do Foo or start [CH] Chat with expert"
|
||||||
|
triggers:
|
||||||
|
- do-foo
|
||||||
|
- input: [DF] or fuzzy match on do foo
|
||||||
|
- action: '#main-action'
|
||||||
|
- data: what is being discussed or suggested with the command, along with custom party custom agents if specified
|
||||||
|
- type: action
|
||||||
|
- expert-chat:
|
||||||
|
- input: [CH] or fuzzy match validate agent
|
||||||
|
- action: agent responds as expert based on its persona to converse
|
||||||
|
- type: action
|
||||||
|
|
||||||
install_config:
|
install_config:
|
||||||
compile_time_only: true
|
compile_time_only: true
|
||||||
|
|||||||
@ -18,17 +18,25 @@ agent:
|
|||||||
name: 'Persona Name'
|
name: 'Persona Name'
|
||||||
title: 'Agent Title'
|
title: 'Agent Title'
|
||||||
icon: 'emoji'
|
icon: 'emoji'
|
||||||
module: stand-alone # or module name
|
type: simple
|
||||||
|
|
||||||
persona:
|
persona:
|
||||||
role: |
|
role: |
|
||||||
First-person description of primary function (1-2 sentences)
|
First-person description of primary function (1-2 sentences)
|
||||||
|
|
||||||
identity: |
|
identity: |
|
||||||
Background, experience, specializations in first-person (2-3 sentences)
|
Background, experience, specializations in first-person (2-5 sentences)
|
||||||
|
{{#if custom_variable}}
|
||||||
|
Conditional identity text based on install_config
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
communication_style: |
|
communication_style: |
|
||||||
1-2 short sentence describe how the agent speaks and communicates
|
{{#if style_choice == "professional"}}
|
||||||
|
Professional and systematic approach...
|
||||||
|
{{/if}}
|
||||||
|
{{#if style_choice == "casual"}}
|
||||||
|
Friendly and approachable tone...
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
principles:
|
principles:
|
||||||
- Core belief or methodology
|
- Core belief or methodology
|
||||||
@ -50,18 +58,26 @@ agent:
|
|||||||
3. Final step
|
3. Final step
|
||||||
</process>
|
</process>
|
||||||
|
|
||||||
- id: foo-bar
|
- id: another-action
|
||||||
content: |
|
content: |
|
||||||
Another reusable prompt template
|
Another reusable prompt template
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
- trigger: FB or fuzzy match on foo-bar
|
- trigger: inline
|
||||||
action: '#foo-bar'
|
action: 'Direct inline prompt text'
|
||||||
description: '[FB] Foo Bar inline action'
|
description: 'Execute inline action'
|
||||||
|
|
||||||
- trigger: IA or fuzzy match on main-action
|
- multi: "[DF] Do Foo or start [CH] Chat with expert"
|
||||||
action: '#main-action'
|
triggers:
|
||||||
description: '[IA] Execute inline action'
|
- do-foo
|
||||||
|
- input: [DF] or fuzzy match on do foo
|
||||||
|
- action: '#main-action'
|
||||||
|
- data: what is being discussed or suggested with the command, along with custom party custom agents if specified
|
||||||
|
- type: action
|
||||||
|
- expert-chat:
|
||||||
|
- input: [CH] or fuzzy match validate agent
|
||||||
|
- action: agent responds as expert based on its persona to converse
|
||||||
|
- type: action
|
||||||
|
|
||||||
install_config:
|
install_config:
|
||||||
compile_time_only: true
|
compile_time_only: true
|
||||||
|
|||||||
@ -52,7 +52,6 @@ This uses **step-file architecture** for disciplined execution:
|
|||||||
Load and read full config from `{project-root}/_bmad/bmb/config.yaml`:
|
Load and read full config from `{project-root}/_bmad/bmb/config.yaml`:
|
||||||
|
|
||||||
- `project_name`, `user_name`, `communication_language`, `document_output_language`, `bmb_creations_output_folder`
|
- `project_name`, `user_name`, `communication_language`, `document_output_language`, `bmb_creations_output_folder`
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### 2. First Step EXECUTION
|
### 2. First Step EXECUTION
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
nextStepFile: '{installed_path}/steps/step-02-concept.md'
|
nextStepFile: '{installed_path}/steps/step-02-concept.md'
|
||||||
continueFile: '{installed_path}/steps/step-01b-continue.md'
|
continueFile: '{installed_path}/steps/step-01b-continue.md'
|
||||||
modulePlanTemplate: '{installed_path}/templates/module-plan.template.md'
|
modulePlanTemplate: '{installed_path}/templates/module-plan.template.md'
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
customModuleLocation: '{bmb_creations_output_folder}'
|
customModuleLocation: '{bmb_creations_output_folder}'
|
||||||
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
||||||
@ -22,7 +22,6 @@ To initialize the create-module workflow by getting the module name from the use
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,6 @@ modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ installed_path: '{project-root}/_bmad/bmb/workflows/create-module'
|
|||||||
nextStepFile: '{installed_path}/steps/step-03-components.md'
|
nextStepFile: '{installed_path}/steps/step-03-components.md'
|
||||||
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
||||||
moduleStructureGuide: '{project-root}/bmb/workflows/create-agent-legacy/create-module/module-structure.md'
|
moduleStructureGuide: '{project-root}/bmb/workflows/create-agent-legacy/create-module/module-structure.md'
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -17,7 +17,6 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ installed_path: '{project-root}/_bmad/bmb/workflows/create-module'
|
|||||||
nextStepFile: '{installed_path}/steps/step-04-structure.md'
|
nextStepFile: '{installed_path}/steps/step-04-structure.md'
|
||||||
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
||||||
agent_examples_path: '{project-root}/bmb/reference/agents/module-examples'
|
agent_examples_path: '{project-root}/bmb/reference/agents/module-examples'
|
||||||
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
||||||
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -17,7 +17,6 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|||||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
||||||
|
|
||||||
### Role Reinforcement:
|
### Role Reinforcement:
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user