bmad-method 6.0.0-alpha.20 → 6.0.0-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +94 -0
- package/package.json +2 -2
- package/samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +1 -1
- package/src/core/agents/bmad-master.agent.yaml +4 -8
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +1 -1
- package/src/modules/bmb/agents/agent-builder.agent.yaml +36 -0
- package/src/modules/bmb/agents/module-builder.agent.yaml +48 -0
- package/src/modules/bmb/agents/workflow-builder.agent.yaml +40 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +2 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +8 -13
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +10 -14
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +1 -1
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +1 -1
- package/src/modules/bmgd/agents/game-architect.agent.yaml +8 -17
- package/src/modules/bmgd/agents/game-designer.agent.yaml +21 -33
- package/src/modules/bmgd/agents/game-dev.agent.yaml +12 -16
- package/src/modules/bmgd/agents/game-qa.agent.yaml +16 -20
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +16 -20
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +14 -18
- package/src/modules/bmgd/module.yaml +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +1 -1
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +1 -1
- package/src/modules/bmm/_module-installer/installer.js +0 -34
- package/src/modules/bmm/agents/analyst.agent.yaml +10 -22
- package/src/modules/bmm/agents/architect.agent.yaml +6 -23
- package/src/modules/bmm/agents/dev.agent.yaml +2 -6
- package/src/modules/bmm/agents/pm.agent.yaml +10 -19
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +6 -2
- package/src/modules/bmm/agents/sm.agent.yaml +12 -24
- package/src/modules/bmm/agents/tea.agent.yaml +20 -25
- package/src/modules/bmm/agents/tech-writer.agent.yaml +18 -31
- package/src/modules/bmm/agents/ux-designer.agent.yaml +8 -20
- package/src/modules/bmm/module.yaml +3 -3
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +21 -32
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +19 -44
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -15
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +22 -69
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +5 -43
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +8 -8
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +24 -53
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +6 -6
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -11
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -11
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -11
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -11
- package/src/modules/cis/agents/presentation-master.agent.yaml +14 -23
- package/src/modules/cis/agents/storyteller/storyteller.agent.yaml +2 -11
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +6 -6
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +8 -8
- package/test/fixtures/agent-schema/{invalid → valid}/metadata/core-agent-with-module.agent.yaml +4 -7
- package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +22 -0
- package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +23 -0
- package/test/test-installation-components.js +1 -1
- package/tools/cli/installers/lib/core/config-collector.js +1 -1
- package/tools/cli/installers/lib/core/installer.js +4 -4
- package/tools/cli/installers/lib/ide/antigravity.js +3 -3
- package/tools/cli/installers/lib/ide/claude-code.js +3 -3
- package/tools/cli/installers/lib/ide/codex.js +1 -1
- package/tools/cli/installers/lib/ide/github-copilot.js +1 -1
- package/tools/cli/lib/agent/compiler.js +4 -3
- package/tools/cli/lib/ui.js +1 -1
- package/tools/platform-codes.yaml +13 -1
- package/tools/schema/agent.js +30 -52
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +0 -94
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +0 -242
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -24
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -108
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -46
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -39
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +0 -152
- package/src/modules/bmb/reference/agents/module-examples/README.md +0 -49
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +0 -53
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +0 -57
- package/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml +0 -126
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +0 -24
- package/test/fixtures/agent-schema/invalid/metadata/module-agent-missing-module.agent.yaml +0 -25
- package/test/fixtures/agent-schema/invalid/metadata/wrong-module-value.agent.yaml +0 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,99 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.0-alpha.21]
|
|
4
|
+
|
|
5
|
+
**Release: December 27, 2025**
|
|
6
|
+
|
|
7
|
+
### 🌟 Key Highlights
|
|
8
|
+
|
|
9
|
+
1. **Consistent Menu System**: All agents now use standardized 2-letter menu codes (e.g., "rd" for research, "ca" for create-architecture)
|
|
10
|
+
2. **Planning Artifacts Architecture**: Phase 1-3 workflows now properly segregate planning artifacts from documentation
|
|
11
|
+
3. **Windows Installer Fixed Again**: Updated inquirer to resolve multiselection tool issues
|
|
12
|
+
4. **Auto-Injected Features**: Chat and party mode automatically injected into all agents
|
|
13
|
+
5. **Validation System**: All agents now pass comprehensive new validation checks
|
|
14
|
+
|
|
15
|
+
### 🎯 Consistent Menu System (Major Feature)
|
|
16
|
+
|
|
17
|
+
**Standardized 2-Letter Codes:**
|
|
18
|
+
|
|
19
|
+
- **Compound Menu Triggers**: All agents now use consistent 2-letter compound trigger format (e.g., `bmm-rd`, `bmm-ca`)
|
|
20
|
+
- **Improved UX**: Shorter, more memorable command shortcuts across all modules
|
|
21
|
+
- **Module Prefixing**: Menu items properly scoped by module prefix (bmm-, bmgd-, cis-, bmb-)
|
|
22
|
+
- **Universal Pattern**: All 22 agents updated to follow the same menu structure
|
|
23
|
+
|
|
24
|
+
**Agent Updates:**
|
|
25
|
+
|
|
26
|
+
- **BMM Module**: 9 agents with standardized menus (pm, analyst, architect, dev, ux-designer, tech-writer, sm, tea, quick-flow-solo-dev)
|
|
27
|
+
- **BMGD Module**: 6 agents with standardized menus (game-architect, game-designer, game-dev, game-qa, game-scrum-master, game-solo-dev)
|
|
28
|
+
- **CIS Module**: 6 agents with standardized menus (innovation-strategist, design-thinking-coach, creative-problem-solver, brainstorming-coach, presentation-master, storyteller)
|
|
29
|
+
- **BMB Module**: 3 agents with standardized menus (bmad-builder, agent-builder, module-builder, workflow-builder)
|
|
30
|
+
- **Core Module**: BMAD Master agent updated with consistent menu patterns
|
|
31
|
+
|
|
32
|
+
### 📁 Planning Artifacts Architecture
|
|
33
|
+
|
|
34
|
+
**Content Segregation Implementation:**
|
|
35
|
+
|
|
36
|
+
- **Phase 1-3 Workflows**: All planning workflows now use `planning_artifacts` folder (default changed from `docs`)
|
|
37
|
+
- **Proper Input Discovery**: Workflows follow consistent input discovery patterns from planning artifacts
|
|
38
|
+
- **Output Management**: Planning artifacts properly separated from long-term documentation
|
|
39
|
+
- **Affected Workflows**:
|
|
40
|
+
- Product Brief: Updated discovery and output to planning artifacts
|
|
41
|
+
- PRD: Fixed discovery and output to planning artifacts
|
|
42
|
+
- UX Design: Updated all steps for proper artifact handling
|
|
43
|
+
- Architecture: Updated discovery and output flow
|
|
44
|
+
- Game Architecture: Updated for planning artifacts
|
|
45
|
+
- Story Creation: Updated workflow output paths
|
|
46
|
+
|
|
47
|
+
**File Organization:**
|
|
48
|
+
|
|
49
|
+
- **Planning Artifacts**: Ephemeral planning documents (prd.md, product-brief.md, ux-design.md, architecture.md)
|
|
50
|
+
- **Documentation**: Long-term project documentation (separate from planning)
|
|
51
|
+
- **Module Configuration**: BMM and BMGD modules updated with proper default paths
|
|
52
|
+
|
|
53
|
+
### 🪟 Windows Installer Fixes
|
|
54
|
+
|
|
55
|
+
**Inquirer Multiselection Fix:**
|
|
56
|
+
|
|
57
|
+
- **Updated Inquirer Version**: Resolved tool multiselection issues that were causing Windows installer failures
|
|
58
|
+
- **Better Compatibility**: Improved handling of checkbox and multi-select prompts on Windows(?)
|
|
59
|
+
|
|
60
|
+
### 🤖 Agent System Improvements
|
|
61
|
+
|
|
62
|
+
**Auto-Injected Features:**
|
|
63
|
+
|
|
64
|
+
- **Chat Mode**: Automatically injected into all agents during compilation
|
|
65
|
+
- **Party Mode**: Automatically injected into all agents during compilation
|
|
66
|
+
- **Reduced Manual Configuration**: No need to manually add these features to agent definitions
|
|
67
|
+
- **Consistent Behavior**: All agents now have uniform access to chat and party mode capabilities
|
|
68
|
+
|
|
69
|
+
**Agent Normalization:**
|
|
70
|
+
|
|
71
|
+
- **All Agents Validated**: All 22 agents pass comprehensive validation checks
|
|
72
|
+
- **Schema Enforcement**: Proper compound trigger validation implemented
|
|
73
|
+
- **Metadata Cleanup**: Removed obsolete and inconsistent metadata patterns
|
|
74
|
+
- **Test Fixtures Updated**: Validation test fixtures aligned with new requirements
|
|
75
|
+
|
|
76
|
+
### 🔧 Bug Fixes & Cleanup
|
|
77
|
+
|
|
78
|
+
**Docusaurus Merge Recovery:**
|
|
79
|
+
|
|
80
|
+
- **Restored Agent Files**: Fixed agent files accidentally modified in Docusaurus merge (PR #1191)
|
|
81
|
+
- **Reference Cleanup**: Removed obsolete agent reference examples (journal-keeper, security-engineer, trend-analyst)
|
|
82
|
+
- **Test Fixture Updates**: Aligned test fixtures with current validation requirements
|
|
83
|
+
|
|
84
|
+
**Code Quality:**
|
|
85
|
+
|
|
86
|
+
- **Schema Improvements**: Enhanced agent schema validation with better error messages
|
|
87
|
+
- **Removed Redundancy**: Cleaned up duplicate and obsolete agent definitions
|
|
88
|
+
- **Installer Cleanup**: Removed unused configuration code from BMM installer
|
|
89
|
+
|
|
90
|
+
**Planning Artifacts Path:**
|
|
91
|
+
- Default: `planning_artifacts/` (configurable in module.yaml)
|
|
92
|
+
- Previous: `docs/`
|
|
93
|
+
- Benefit: Clear separation between planning work and permanent documentation
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
3
97
|
## [6.0.0-alpha.20]
|
|
4
98
|
|
|
5
99
|
**Release: December 23, 2025**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "bmad-method",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.21",
|
|
5
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agile",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"fs-extra": "^11.3.0",
|
|
76
76
|
"glob": "^11.0.3",
|
|
77
77
|
"ignore": "^7.0.5",
|
|
78
|
-
"inquirer": "^
|
|
78
|
+
"inquirer": "^9.3.8",
|
|
79
79
|
"js-yaml": "^4.1.0",
|
|
80
80
|
"ora": "^5.4.1",
|
|
81
81
|
"semver": "^7.6.3",
|
|
@@ -21,14 +21,10 @@ agent:
|
|
|
21
21
|
- "ALWAYS communicate in {communication_language}"
|
|
22
22
|
|
|
23
23
|
menu:
|
|
24
|
-
- trigger: "list-tasks"
|
|
24
|
+
- trigger: "LT or fuzzy match on list-tasks"
|
|
25
25
|
action: "list all tasks from {project-root}/_bmad/_config/task-manifest.csv"
|
|
26
|
-
description: "List Available Tasks"
|
|
26
|
+
description: "[LT] List Available Tasks"
|
|
27
27
|
|
|
28
|
-
- trigger: "list-workflows"
|
|
28
|
+
- trigger: "LW or fuzzy match on list-workflows"
|
|
29
29
|
action: "list all workflows from {project-root}/_bmad/_config/workflow-manifest.csv"
|
|
30
|
-
description: "List Workflows"
|
|
31
|
-
|
|
32
|
-
- trigger: "party-mode"
|
|
33
|
-
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
|
34
|
-
description: "Group chat with all agents"
|
|
30
|
+
description: "[LW] List Workflows"
|
|
@@ -141,7 +141,7 @@ Provide deeper insight into each recommended technique:
|
|
|
141
141
|
|
|
142
142
|
### 5. Get User Confirmation
|
|
143
143
|
|
|
144
|
-
"
|
|
144
|
+
"This AI-recommended sequence is designed specifically for your [session_topic] goals, considering your [constraints] and focusing on [primary_outcome].
|
|
145
145
|
|
|
146
146
|
**Does this approach sound perfect for your session?**
|
|
147
147
|
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Agent Building Expert Agent Definition
|
|
2
|
+
# Specialized in creating, editing, and validating BMAD agents with best practices
|
|
3
|
+
|
|
4
|
+
agent:
|
|
5
|
+
webskip: true
|
|
6
|
+
metadata:
|
|
7
|
+
id: "_bmad/bmb/agents/agent-building-expert.md"
|
|
8
|
+
name: Bond
|
|
9
|
+
title: Agent Building Expert
|
|
10
|
+
icon: 🤖
|
|
11
|
+
module: bmb
|
|
12
|
+
|
|
13
|
+
persona:
|
|
14
|
+
role: Agent Architecture Specialist + BMAD Compliance Expert
|
|
15
|
+
identity: Master agent architect with deep expertise in agent design patterns, persona development, and BMAD Core compliance. Specializes in creating robust, maintainable agents that follow best practices.
|
|
16
|
+
communication_style: "Precise and technical, like a senior software architect reviewing code. Focuses on structure, compliance, and long-term maintainability. Uses agent-specific terminology and framework references."
|
|
17
|
+
principles: |
|
|
18
|
+
- Every agent must follow BMAD Core standards and best practices
|
|
19
|
+
- Personas drive agent behavior - make them specific and authentic
|
|
20
|
+
- Menu structure must be consistent across all agents
|
|
21
|
+
- Validate compliance before finalizing any agent
|
|
22
|
+
- Load resources at runtime, never pre-load
|
|
23
|
+
- Focus on practical implementation and real-world usage
|
|
24
|
+
|
|
25
|
+
discussion: true
|
|
26
|
+
conversational_knowledge:
|
|
27
|
+
- agents: "{project-root}/_bmad/bmb/docs/agents/kb.csv"
|
|
28
|
+
|
|
29
|
+
menu:
|
|
30
|
+
- trigger: CA or fuzzy match on create-agent
|
|
31
|
+
exec: "{project-root}/_bmad/bmb/workflows/create-agent/workflow.md"
|
|
32
|
+
description: "[CA] Create a new BMAD agent with best practices and compliance"
|
|
33
|
+
|
|
34
|
+
- trigger: EA or fuzzy match on edit-agent
|
|
35
|
+
exec: "{project-root}/_bmad/bmb/workflows/edit-agent/workflow.md"
|
|
36
|
+
description: "[EA] Edit existing BMAD agents while maintaining compliance"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Module Creation Master Agent Definition
|
|
2
|
+
# Specialized in creating, editing, and validating complete BMAD modules with best practices
|
|
3
|
+
|
|
4
|
+
agent:
|
|
5
|
+
webskip: true
|
|
6
|
+
metadata:
|
|
7
|
+
id: "_bmad/bmb/agents/module-creation-master.md"
|
|
8
|
+
name: Morgan
|
|
9
|
+
title: Module Creation Master
|
|
10
|
+
icon: 🏗️
|
|
11
|
+
module: bmb
|
|
12
|
+
|
|
13
|
+
persona:
|
|
14
|
+
role: Module Architecture Specialist + Full-Stack Systems Designer
|
|
15
|
+
identity: Expert module architect with comprehensive knowledge of BMAD Core systems, integration patterns, and end-to-end module development. Specializes in creating cohesive, scalable modules that deliver complete functionality.
|
|
16
|
+
communication_style: "Strategic and holistic, like a systems architect planning complex integrations. Focuses on modularity, reusability, and system-wide impact. Thinks in terms of ecosystems, dependencies, and long-term maintainability."
|
|
17
|
+
principles: |
|
|
18
|
+
- Modules must be self-contained yet integrate seamlessly
|
|
19
|
+
- Every module should solve specific business problems effectively
|
|
20
|
+
- Documentation and examples are as important as code
|
|
21
|
+
- Plan for growth and evolution from day one
|
|
22
|
+
- Balance innovation with proven patterns
|
|
23
|
+
- Consider the entire module lifecycle from creation to maintenance
|
|
24
|
+
|
|
25
|
+
discussion: true
|
|
26
|
+
conversational_knowledge:
|
|
27
|
+
- modules: "{project-root}/_bmad/bmb/docs/modules/kb.csv"
|
|
28
|
+
|
|
29
|
+
menu:
|
|
30
|
+
- trigger: BM or fuzzy match on brainstorm-module
|
|
31
|
+
exec: "{project-root}/_bmad/bmb/workflows/brainstorm-module/workflow.md"
|
|
32
|
+
description: "[BM] Brainstorm and conceptualize new BMAD modules"
|
|
33
|
+
|
|
34
|
+
- trigger: PB or fuzzy match on product-brief
|
|
35
|
+
exec: "{project-root}/_bmad/bmb/workflows/product-brief-module/workflow.md"
|
|
36
|
+
description: "[PB] Create product brief for BMAD module development"
|
|
37
|
+
|
|
38
|
+
- trigger: CM or fuzzy match on create-module
|
|
39
|
+
exec: "{project-root}/_bmad/bmb/workflows/create-module/workflow.md"
|
|
40
|
+
description: "[CM] Create a complete BMAD module with agents, workflows, and infrastructure"
|
|
41
|
+
|
|
42
|
+
- trigger: EM or fuzzy match on edit-module
|
|
43
|
+
exec: "{project-root}/_bmad/bmb/workflows/edit-module/workflow.md"
|
|
44
|
+
description: "[EM] Edit existing BMAD modules while maintaining coherence"
|
|
45
|
+
|
|
46
|
+
- trigger: VM or fuzzy match on validate-module
|
|
47
|
+
exec: "{project-root}/_bmad/bmb/workflows/module-compliance-check/workflow.md"
|
|
48
|
+
description: "[VM] Run compliance check on BMAD modules against best practices"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Workflow Building Master Agent Definition
|
|
2
|
+
# Specialized in creating, editing, and validating BMAD workflows with best practices
|
|
3
|
+
|
|
4
|
+
agent:
|
|
5
|
+
webskip: true
|
|
6
|
+
metadata:
|
|
7
|
+
id: "_bmad/bmb/agents/workflow-building-master.md"
|
|
8
|
+
name: Wendy
|
|
9
|
+
title: Workflow Building Master
|
|
10
|
+
icon: 🔄
|
|
11
|
+
module: bmb
|
|
12
|
+
|
|
13
|
+
persona:
|
|
14
|
+
role: Workflow Architecture Specialist + Process Design Expert
|
|
15
|
+
identity: Master workflow architect with expertise in process design, state management, and workflow optimization. Specializes in creating efficient, scalable workflows that integrate seamlessly with BMAD systems.
|
|
16
|
+
communication_style: "Methodical and process-oriented, like a systems engineer. Focuses on flow, efficiency, and error handling. Uses workflow-specific terminology and thinks in terms of states, transitions, and data flow."
|
|
17
|
+
principles: |
|
|
18
|
+
- Workflows must be efficient, reliable, and maintainable
|
|
19
|
+
- Every workflow should have clear entry and exit points
|
|
20
|
+
- Error handling and edge cases are critical for robust workflows
|
|
21
|
+
- Workflow documentation must be comprehensive and clear
|
|
22
|
+
- Test workflows thoroughly before deployment
|
|
23
|
+
- Optimize for both performance and user experience
|
|
24
|
+
|
|
25
|
+
discussion: true
|
|
26
|
+
conversational_knowledge:
|
|
27
|
+
- workflows: "{project-root}/_bmad/bmb/docs/workflows/kb.csv"
|
|
28
|
+
|
|
29
|
+
menu:
|
|
30
|
+
- trigger: CW or fuzzy match on create-workflow
|
|
31
|
+
exec: "{project-root}/_bmad/bmb/workflows/create-workflow/workflow.md"
|
|
32
|
+
description: "[CW] Create a new BMAD workflow with proper structure and best practices"
|
|
33
|
+
|
|
34
|
+
# - trigger: EW or fuzzy match on edit-workflow
|
|
35
|
+
# exec: "{project-root}/_bmad/bmb/workflows/edit-workflow/workflow.md"
|
|
36
|
+
# description: "[EW] Edit existing BMAD workflows while maintaining integrity"
|
|
37
|
+
|
|
38
|
+
# - trigger: VW or fuzzy match on validate-workflow
|
|
39
|
+
# exec: "{project-root}/_bmad/bmb/workflows/workflow-compliance-check/workflow.md"
|
|
40
|
+
# description: "[VW] Run compliance check on BMAD workflows against best practices"
|
|
@@ -31,23 +31,18 @@ agent:
|
|
|
31
31
|
|
|
32
32
|
menu:
|
|
33
33
|
# NOTE: These workflows are hypothetical examples - not implemented
|
|
34
|
-
- trigger: threat-model
|
|
34
|
+
- trigger: "TM or fuzzy match on threat-model"
|
|
35
35
|
workflow: "{project-root}/_bmad/bmm/workflows/threat-model/workflow.yaml"
|
|
36
|
-
description: "Create STRIDE threat model for architecture"
|
|
36
|
+
description: "[TM] Create STRIDE threat model for architecture"
|
|
37
37
|
|
|
38
|
-
- trigger: security-review
|
|
38
|
+
- trigger: "SR or fuzzy match on security-review"
|
|
39
39
|
workflow: "{project-root}/_bmad/bmm/workflows/security-review/workflow.yaml"
|
|
40
|
-
description: "Review code/design for security issues"
|
|
40
|
+
description: "[SR] Review code/design for security issues"
|
|
41
41
|
|
|
42
|
-
- trigger: owasp-check
|
|
42
|
+
- trigger: "OC or fuzzy match on owasp-check"
|
|
43
43
|
exec: "{project-root}/_bmad/bmm/tasks/owasp-top-10.xml"
|
|
44
|
-
description: "Check against OWASP Top 10"
|
|
44
|
+
description: "[OC] Check against OWASP Top 10"
|
|
45
45
|
|
|
46
|
-
- trigger: compliance
|
|
46
|
+
- trigger: "CC or fuzzy match on compliance-check"
|
|
47
47
|
workflow: "{project-root}/_bmad/bmm/workflows/compliance-check/workflow.yaml"
|
|
48
|
-
description: "Verify compliance requirements (SOC2, GDPR, etc.)"
|
|
49
|
-
|
|
50
|
-
# Core workflow that exists
|
|
51
|
-
- trigger: party-mode
|
|
52
|
-
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
|
53
|
-
description: "Multi-agent security discussion"
|
|
48
|
+
description: "[CC] Verify compliance requirements (SOC2, GDPR, etc.)"
|
|
@@ -31,27 +31,23 @@ agent:
|
|
|
31
31
|
|
|
32
32
|
menu:
|
|
33
33
|
# NOTE: These workflows are hypothetical examples - not implemented
|
|
34
|
-
- trigger: scan-trends
|
|
34
|
+
- trigger: "ST or fuzzy match on scan-trends"
|
|
35
35
|
workflow: "{project-root}/_bmad/cis/workflows/trend-scan/workflow.yaml"
|
|
36
|
-
description: "Scan for emerging trends in a domain"
|
|
36
|
+
description: "[ST] Scan for emerging trends in a domain"
|
|
37
37
|
|
|
38
|
-
- trigger: analyze-trend
|
|
38
|
+
- trigger: "AT or fuzzy match on analyze-trend"
|
|
39
39
|
workflow: "{project-root}/_bmad/cis/workflows/trend-analysis/workflow.yaml"
|
|
40
|
-
description: "Deep dive on a specific trend"
|
|
40
|
+
description: "[AT] Deep dive on a specific trend"
|
|
41
41
|
|
|
42
|
-
- trigger: opportunity-map
|
|
42
|
+
- trigger: "OM or fuzzy match on opportunity-map"
|
|
43
43
|
workflow: "{project-root}/_bmad/cis/workflows/opportunity-mapping/workflow.yaml"
|
|
44
|
-
description: "Map trend to strategic opportunities"
|
|
44
|
+
description: "[OM] Map trend to strategic opportunities"
|
|
45
45
|
|
|
46
|
-
- trigger: competitor-trends
|
|
46
|
+
- trigger: "CT or fuzzy match on competitor-trends"
|
|
47
47
|
exec: "{project-root}/_bmad/cis/tasks/competitor-trend-watch.xml"
|
|
48
|
-
description: "Monitor competitor trend adoption"
|
|
48
|
+
description: "[CT] Monitor competitor trend adoption"
|
|
49
49
|
|
|
50
50
|
# Core workflows that exist
|
|
51
|
-
- trigger: brainstorm
|
|
51
|
+
- trigger: "BS or fuzzy match on brainstorm"
|
|
52
52
|
workflow: "{project-root}/_bmad/core/workflows/brainstorming/workflow.yaml"
|
|
53
|
-
description: "Brainstorm trend implications"
|
|
54
|
-
|
|
55
|
-
- trigger: party-mode
|
|
56
|
-
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
|
57
|
-
description: "Discuss trends with other agents"
|
|
53
|
+
description: "[BS] Brainstorm trend implications"
|
|
@@ -72,7 +72,7 @@ Extract current status from frontmatter fields:
|
|
|
72
72
|
- **Steps Completed:** {stepsCompleted count}/{total steps}
|
|
73
73
|
- **Location:** {bmb_creations_output_folder}/{module_name}
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
Progress Summary:"
|
|
76
76
|
|
|
77
77
|
Based on stepsCompleted, show:
|
|
78
78
|
|
|
@@ -25,28 +25,19 @@ agent:
|
|
|
25
25
|
- "Always document performance budgets and critical path decisions"
|
|
26
26
|
|
|
27
27
|
menu:
|
|
28
|
-
- trigger: workflow-status
|
|
28
|
+
- trigger: WS or fuzzy match on workflow-status
|
|
29
29
|
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
|
|
30
|
-
description: Get workflow status or initialize a workflow if not already done
|
|
30
|
+
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
|
|
31
31
|
|
|
32
|
-
- trigger:
|
|
32
|
+
- trigger: GA or fuzzy match on game-architecture
|
|
33
33
|
exec: "{project-root}/_bmad/bmgd/workflows/3-technical/game-architecture/workflow.md"
|
|
34
|
-
description: Produce a Scale Adaptive Game Architecture
|
|
34
|
+
description: "[GA] Produce a Scale Adaptive Game Architecture"
|
|
35
35
|
|
|
36
|
-
- trigger:
|
|
36
|
+
- trigger: PC or fuzzy match on project-context
|
|
37
37
|
exec: "{project-root}/_bmad/bmgd/workflows/3-technical/generate-project-context/workflow.md"
|
|
38
|
-
description: Create optimized project-context.md for AI agent consistency
|
|
38
|
+
description: "[PC] Create optimized project-context.md for AI agent consistency"
|
|
39
39
|
|
|
40
|
-
- trigger: correct-course
|
|
40
|
+
- trigger: CC or fuzzy match on correct-course
|
|
41
41
|
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml"
|
|
42
|
-
description: Course Correction Analysis (when implementation is off-track)
|
|
42
|
+
description: "[CC] Course Correction Analysis (when implementation is off-track)"
|
|
43
43
|
ide-only: true
|
|
44
|
-
|
|
45
|
-
- trigger: party-mode
|
|
46
|
-
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
|
47
|
-
description: Bring the whole team in to chat with other expert agents from the party
|
|
48
|
-
|
|
49
|
-
- trigger: advanced-elicitation
|
|
50
|
-
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
|
|
51
|
-
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
52
|
-
web-only: true
|
|
@@ -22,39 +22,27 @@ agent:
|
|
|
22
22
|
- "When creating GDDs, always validate against game pillars and core loop"
|
|
23
23
|
|
|
24
24
|
menu:
|
|
25
|
-
- trigger: workflow-status
|
|
25
|
+
- trigger: WS or fuzzy match on workflow-status
|
|
26
26
|
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
|
|
27
|
-
description: Get workflow status or initialize a workflow if not already done
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- input: GB or fuzzy match create game brief
|
|
37
|
-
- route: "{project-root}/_bmad/bmgd/workflows/1-preproduction/game-brief/workflow.md"
|
|
38
|
-
- type: exec
|
|
39
|
-
- create-gdd:
|
|
40
|
-
- input: GDD or fuzzy match create gdd
|
|
41
|
-
- route: "{project-root}/_bmad/bmgd/workflows/2-design/gdd/workflow.md"
|
|
42
|
-
- type: exec
|
|
43
|
-
- narrative:
|
|
44
|
-
- input: ND or fuzzy match narrative design
|
|
45
|
-
- route: "{project-root}/_bmad/bmgd/workflows/2-design/narrative/workflow.md"
|
|
46
|
-
- type: exec
|
|
47
|
-
|
|
48
|
-
- trigger: quick-prototype
|
|
49
|
-
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
|
|
50
|
-
description: Rapid game prototyping - test mechanics and ideas quickly
|
|
51
|
-
ide-only: true
|
|
27
|
+
description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
|
|
28
|
+
|
|
29
|
+
- trigger: BG or fuzzy match on brainstorm-game
|
|
30
|
+
exec: "{project-root}/_bmad/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md"
|
|
31
|
+
description: "[BG] Brainstorm Game ideas and concepts"
|
|
32
|
+
|
|
33
|
+
- trigger: GB or fuzzy match on game-brief
|
|
34
|
+
exec: "{project-root}/_bmad/bmgd/workflows/1-preproduction/game-brief/workflow.md"
|
|
35
|
+
description: "[GB] Create a Game Brief document"
|
|
52
36
|
|
|
53
|
-
- trigger:
|
|
54
|
-
exec: "{project-root}/_bmad/
|
|
55
|
-
description:
|
|
37
|
+
- trigger: GDD or fuzzy match on create-gdd
|
|
38
|
+
exec: "{project-root}/_bmad/bmgd/workflows/2-design/gdd/workflow.md"
|
|
39
|
+
description: "[GDD] Create a Game Design Document"
|
|
56
40
|
|
|
57
|
-
- trigger:
|
|
58
|
-
exec: "{project-root}/_bmad/
|
|
59
|
-
description:
|
|
60
|
-
|
|
41
|
+
- trigger: ND or fuzzy match on narrative-design
|
|
42
|
+
exec: "{project-root}/_bmad/bmgd/workflows/2-design/narrative/workflow.md"
|
|
43
|
+
description: "[ND] Design narrative elements and story"
|
|
44
|
+
|
|
45
|
+
- trigger: QP or fuzzy match on quick-prototype
|
|
46
|
+
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
|
|
47
|
+
description: "[QP] Rapid game prototyping - test mechanics and ideas quickly"
|
|
48
|
+
ide-only: true
|
|
@@ -24,33 +24,29 @@ agent:
|
|
|
24
24
|
- "Always check for performance implications on game loop code"
|
|
25
25
|
|
|
26
26
|
menu:
|
|
27
|
-
- trigger: workflow-status
|
|
27
|
+
- trigger: WS or fuzzy match on workflow-status
|
|
28
28
|
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
|
|
29
|
-
description: Get workflow status or check current sprint progress
|
|
29
|
+
description: "[WS] Get workflow status or check current sprint progress (optional)"
|
|
30
30
|
|
|
31
|
-
- trigger: dev-story
|
|
31
|
+
- trigger: DS or fuzzy match on dev-story
|
|
32
32
|
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/dev-story/workflow.yaml"
|
|
33
|
-
description: Execute Dev Story workflow, implementing tasks and tests
|
|
33
|
+
description: "[DS] Execute Dev Story workflow, implementing tasks and tests"
|
|
34
34
|
|
|
35
|
-
- trigger: code-review
|
|
35
|
+
- trigger: CR or fuzzy match on code-review
|
|
36
36
|
workflow: "{project-root}/_bmad/bmgd/workflows/4-production/code-review/workflow.yaml"
|
|
37
|
-
description: Perform a thorough clean context QA code review on a story flagged Ready for Review
|
|
37
|
+
description: "[CR] Perform a thorough clean context QA code review on a story flagged Ready for Review"
|
|
38
38
|
|
|
39
|
-
- trigger: quick-dev
|
|
39
|
+
- trigger: QD or fuzzy match on quick-dev
|
|
40
40
|
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
|
|
41
|
-
description: Flexible game development - implement features with game-specific considerations
|
|
41
|
+
description: "[QD] Flexible game development - implement features with game-specific considerations"
|
|
42
42
|
ide-only: true
|
|
43
43
|
|
|
44
|
-
- trigger: quick-prototype
|
|
44
|
+
- trigger: QP or fuzzy match on quick-prototype
|
|
45
45
|
workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
|
|
46
|
-
description: Rapid game prototyping - test mechanics and ideas quickly
|
|
46
|
+
description: "[QP] Rapid game prototyping - test mechanics and ideas quickly"
|
|
47
47
|
ide-only: true
|
|
48
48
|
|
|
49
|
-
- trigger:
|
|
50
|
-
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
|
51
|
-
description: Bring the whole team in to chat with other expert agents from the party
|
|
52
|
-
|
|
53
|
-
- trigger: advanced-elicitation
|
|
49
|
+
- trigger: AE or fuzzy match on advanced-elicitation
|
|
54
50
|
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
|
|
55
|
-
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
51
|
+
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
|
|
56
52
|
web-only: true
|
|
@@ -26,39 +26,35 @@ agent:
|
|
|
26
26
|
- "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
|
|
27
27
|
|
|
28
28
|
menu:
|
|
29
|
-
- trigger: workflow-status
|
|
29
|
+
- trigger: WS or fuzzy match on workflow-status
|
|
30
30
|
workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
|
|
31
|
-
description: Get workflow status or check current project state
|
|
31
|
+
description: "[WS] Get workflow status or check current project state (optional)"
|
|
32
32
|
|
|
33
|
-
- trigger: test-framework
|
|
33
|
+
- trigger: TF or fuzzy match on test-framework
|
|
34
34
|
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-framework/workflow.yaml"
|
|
35
|
-
description: Initialize game test framework (Unity/Unreal/Godot)
|
|
35
|
+
description: "[TF] Initialize game test framework (Unity/Unreal/Godot)"
|
|
36
36
|
|
|
37
|
-
- trigger: test-design
|
|
37
|
+
- trigger: TD or fuzzy match on test-design
|
|
38
38
|
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-design/workflow.yaml"
|
|
39
|
-
description: Create comprehensive game test scenarios
|
|
39
|
+
description: "[TD] Create comprehensive game test scenarios"
|
|
40
40
|
|
|
41
|
-
- trigger: automate
|
|
41
|
+
- trigger: TA or fuzzy match on test-automate
|
|
42
42
|
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/automate/workflow.yaml"
|
|
43
|
-
description: Generate automated game tests
|
|
43
|
+
description: "[TA] Generate automated game tests"
|
|
44
44
|
|
|
45
|
-
- trigger: playtest-plan
|
|
45
|
+
- trigger: PP or fuzzy match on playtest-plan
|
|
46
46
|
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/playtest-plan/workflow.yaml"
|
|
47
|
-
description: Create structured playtesting plan
|
|
47
|
+
description: "[PP] Create structured playtesting plan"
|
|
48
48
|
|
|
49
|
-
- trigger: performance-test
|
|
49
|
+
- trigger: PT or fuzzy match on performance-test
|
|
50
50
|
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/performance/workflow.yaml"
|
|
51
|
-
description: Design performance testing strategy
|
|
51
|
+
description: "[PT] Design performance testing strategy"
|
|
52
52
|
|
|
53
|
-
- trigger: test-review
|
|
53
|
+
- trigger: TR or fuzzy match on test-review
|
|
54
54
|
workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-review/workflow.yaml"
|
|
55
|
-
description: Review test quality and coverage
|
|
55
|
+
description: "[TR] Review test quality and coverage"
|
|
56
56
|
|
|
57
|
-
- trigger:
|
|
58
|
-
exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
|
|
59
|
-
description: Bring the whole team in to chat with other expert agents from the party
|
|
60
|
-
|
|
61
|
-
- trigger: advanced-elicitation
|
|
57
|
+
- trigger: AE or fuzzy match on advanced-elicitation
|
|
62
58
|
exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
|
|
63
|
-
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
59
|
+
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
|
|
64
60
|
web-only: true
|