bmad-method 6.0.2 → 6.0.3
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 +8 -0
- package/package.json +1 -1
- package/src/bmm/agents/qa.agent.yaml +1 -1
- package/src/bmm/module-help.csv +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -1
- package/src/bmm/workflows/1-analysis/create-product-brief/workflow.md +1 -1
- package/src/bmm/workflows/1-analysis/research/workflow-domain-research.md +1 -1
- package/src/bmm/workflows/1-analysis/research/workflow-market-research.md +1 -1
- package/src/bmm/workflows/1-analysis/research/workflow-technical-research.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +1 -1
- package/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -1
- package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -1
- package/src/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/src/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -1
- package/src/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/dev-story/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/retrospective/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +1 -1
- package/src/bmm/workflows/4-implementation/sprint-status/workflow.yaml +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +1 -1
- package/src/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +1 -1
- package/src/bmm/workflows/document-project/workflow.yaml +1 -1
- package/src/bmm/workflows/generate-project-context/workflow.md +1 -1
- package/src/bmm/workflows/qa-generate-e2e-tests/workflow.yaml +2 -2
- package/src/core/tasks/editorial-review-prose.xml +1 -1
- package/src/core/tasks/editorial-review-structure.xml +1 -1
- package/src/core/tasks/help.md +1 -1
- package/src/core/tasks/index-docs.xml +1 -1
- package/src/core/tasks/review-adversarial-general.xml +1 -1
- package/src/core/tasks/shard-doc.xml +1 -1
- package/src/core/workflows/advanced-elicitation/workflow.xml +1 -1
- package/src/core/workflows/brainstorming/workflow.md +1 -1
- package/src/core/workflows/party-mode/workflow.md +1 -1
- package/test/test-installation-components.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@ agent:
|
|
|
29
29
|
|
|
30
30
|
menu:
|
|
31
31
|
- trigger: QA or fuzzy match on qa-automate
|
|
32
|
-
workflow: "{project-root}/_bmad/bmm/workflows/qa/
|
|
32
|
+
workflow: "{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml"
|
|
33
33
|
description: "[QA] Automate - Generate tests for existing features (simplified)"
|
|
34
34
|
|
|
35
35
|
prompts:
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -27,5 +27,5 @@ bmm,4-implementation,Validate Story,VS,35,_bmad/bmm/workflows/4-implementation/c
|
|
|
27
27
|
bmm,4-implementation,Create Story,CS,30,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
|
|
28
28
|
bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
|
|
29
29
|
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
|
|
30
|
-
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa/
|
|
30
|
+
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
|
|
31
31
|
bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
|
|
@@ -128,7 +128,7 @@ Recap that the brief captures everything needed to guide subsequent product deve
|
|
|
128
128
|
|
|
129
129
|
### 5. Suggest next steps
|
|
130
130
|
|
|
131
|
-
Product Brief complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
131
|
+
Product Brief complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
132
132
|
|
|
133
133
|
---
|
|
134
134
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-product-brief
|
|
3
|
-
description: Create product brief through collaborative discovery. Use when the user says
|
|
3
|
+
description: 'Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Product Brief Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: domain-research
|
|
3
|
-
description: Conduct domain and industry research. Use when the user says
|
|
3
|
+
description: 'Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Domain Research Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: market-research
|
|
3
|
-
description: Conduct market research on competition and customers. Use when the user says
|
|
3
|
+
description: 'Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Market Research Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: technical-research
|
|
3
|
-
description: Conduct technical research on technologies and architecture. Use when the user says
|
|
3
|
+
description: 'Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Technical Research Workflow
|
|
@@ -87,7 +87,7 @@ Offer validation workflows to ensure PRD is ready for implementation:
|
|
|
87
87
|
|
|
88
88
|
### 4. Suggest Next Workflows
|
|
89
89
|
|
|
90
|
-
PRD complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
90
|
+
PRD complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
91
91
|
|
|
92
92
|
### 5. Final Completion Confirmation
|
|
93
93
|
|
|
@@ -197,7 +197,7 @@ Display:
|
|
|
197
197
|
- **IF X (Exit):**
|
|
198
198
|
- Display: "**Validation Report Saved:** {validationReportPath}"
|
|
199
199
|
- Display: "**Summary:** {overall status} - {recommendation}"
|
|
200
|
-
- PRD Validation complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
200
|
+
- PRD Validation complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
201
201
|
|
|
202
202
|
- **IF Any other:** Help user, then redisplay menu
|
|
203
203
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-prd
|
|
3
|
-
description: Create a PRD from scratch. Use when the user says
|
|
3
|
+
description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
nextStep: './steps-c/step-01-init.md'
|
|
6
6
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: edit-prd
|
|
3
|
-
description: Edit an existing PRD. Use when the user says
|
|
3
|
+
description: 'Edit an existing PRD. Use when the user says "edit this PRD".'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
editWorkflow: './steps-e/step-e-01-discovery.md'
|
|
6
6
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: validate-prd
|
|
3
|
-
description: Validate a PRD against standards. Use when the user says
|
|
3
|
+
description: 'Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation"'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
validateWorkflow: './steps-v/step-v-01-discovery.md'
|
|
6
6
|
---
|
|
@@ -82,7 +82,7 @@ Update the main workflow status file:
|
|
|
82
82
|
|
|
83
83
|
### 3. Suggest Next Steps
|
|
84
84
|
|
|
85
|
-
UX Design complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
85
|
+
UX Design complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
86
86
|
|
|
87
87
|
### 5. Final Completion Confirmation
|
|
88
88
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-ux-design
|
|
3
|
-
description: Plan UX patterns and design specifications. Use when the user says
|
|
3
|
+
description: 'Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create UX Design Workflow
|
|
@@ -109,7 +109,7 @@ The assessment found [number] issues requiring attention. Review the detailed re
|
|
|
109
109
|
|
|
110
110
|
The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
|
|
111
111
|
|
|
112
|
-
Implementation Readiness complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
112
|
+
Implementation Readiness complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
113
113
|
|
|
114
114
|
---
|
|
115
115
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: check-implementation-readiness
|
|
3
|
-
description: Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says
|
|
3
|
+
description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Implementation Readiness
|
|
@@ -41,7 +41,7 @@ completedAt: '{{current_date}}'
|
|
|
41
41
|
|
|
42
42
|
### 3. Next Steps Guidance
|
|
43
43
|
|
|
44
|
-
Architecture complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
44
|
+
Architecture complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
45
45
|
|
|
46
46
|
Upon Completion of task output: offer to answer any questions about the Architecture Document.
|
|
47
47
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-architecture
|
|
3
|
-
description: Create architecture solution design decisions for AI agent consistency. Use when the user says
|
|
3
|
+
description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Architecture Workflow
|
package/src/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md
CHANGED
|
@@ -144,6 +144,6 @@ If all validations pass:
|
|
|
144
144
|
|
|
145
145
|
When C is selected, the workflow is complete and the epics.md is ready for development.
|
|
146
146
|
|
|
147
|
-
Epics and Stories complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
147
|
+
Epics and Stories complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
148
148
|
|
|
149
149
|
Upon Completion of task output: offer to answer any questions about the Epics and Stories.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-epics-and-stories
|
|
3
|
-
description: Break requirements into epics and user stories. Use when the user says
|
|
3
|
+
description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create Epics and Stories
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Review Story Workflow
|
|
2
2
|
name: code-review
|
|
3
|
-
description:
|
|
3
|
+
description: 'Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"'
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
6
6
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Correct Course - Sprint Change Management Workflow
|
|
2
2
|
name: "correct-course"
|
|
3
|
-
description:
|
|
3
|
+
description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
|
|
4
4
|
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
6
6
|
user_name: "{config_source}:user_name"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: create-story
|
|
2
|
-
description:
|
|
2
|
+
description: 'Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"'
|
|
3
3
|
|
|
4
4
|
# Critical variables from config
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: dev-story
|
|
2
|
-
description:
|
|
2
|
+
description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
|
|
3
3
|
|
|
4
4
|
# Critical variables from config
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Retrospective - Epic Completion Review Workflow
|
|
2
2
|
name: "retrospective"
|
|
3
|
-
description:
|
|
3
|
+
description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"'
|
|
4
4
|
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
6
6
|
user_name: "{config_source}:user_name"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: sprint-planning
|
|
2
|
-
description:
|
|
2
|
+
description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
|
|
3
3
|
author: "BMad"
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sprint Status - Implementation Tracker
|
|
2
2
|
name: sprint-status
|
|
3
|
-
description:
|
|
3
|
+
description: 'Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"'
|
|
4
4
|
author: "BMad"
|
|
5
5
|
|
|
6
6
|
# Critical variables from config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quick-dev
|
|
3
|
-
description:
|
|
3
|
+
description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Quick Dev Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quick-spec
|
|
3
|
-
description: Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says
|
|
3
|
+
description: 'Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
|
|
6
6
|
# Checkpoint handler paths
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Document Project Workflow Configuration
|
|
2
2
|
name: "document-project"
|
|
3
3
|
version: "1.2.0"
|
|
4
|
-
description:
|
|
4
|
+
description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
|
|
5
5
|
author: "BMad"
|
|
6
6
|
|
|
7
7
|
# Critical variables
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: generate-project-context
|
|
3
|
-
description: Create project-context.md with AI rules. Use when the user says
|
|
3
|
+
description: 'Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Generate Project Context Workflow
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: qa-generate-e2e-tests
|
|
2
|
-
description:
|
|
2
|
+
description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
|
|
3
3
|
|
|
4
4
|
# Critical variables from config
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -10,7 +10,7 @@ document_output_language: "{config_source}:document_output_language"
|
|
|
10
10
|
date: system-generated
|
|
11
11
|
|
|
12
12
|
# Workflow components
|
|
13
|
-
installed_path: "{project-root}/_bmad/bmm/workflows/qa
|
|
13
|
+
installed_path: "{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests"
|
|
14
14
|
instructions: "{installed_path}/instructions.md"
|
|
15
15
|
validation: "{installed_path}/checklist.md"
|
|
16
16
|
template: false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<task id="_bmad/core/tasks/editorial-review-prose.xml"
|
|
2
2
|
name="Editorial Review - Prose"
|
|
3
|
-
description="Clinical copy-editor that reviews text for communication issues. Use when user says
|
|
3
|
+
description="Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose">
|
|
4
4
|
|
|
5
5
|
<objective>Review text for communication issues that impede comprehension and output suggested fixes in a three-column table</objective>
|
|
6
6
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
but no context except the content to review -->
|
|
4
4
|
<task id="_bmad/core/tasks/editorial-review-structure.xml"
|
|
5
5
|
name="Editorial Review - Structure"
|
|
6
|
-
description="Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests
|
|
6
|
+
description="Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure">
|
|
7
7
|
<objective>Review document structure and propose substantive changes
|
|
8
8
|
to improve clarity and flow-run this BEFORE copy editing</objective>
|
|
9
9
|
<inputs>
|
package/src/core/tasks/help.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: help
|
|
3
|
-
description: "Analyzes what is done and the users query and offers advice on what to do next. Use if user says
|
|
3
|
+
description: "Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Task: BMAD Help
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<task id="_bmad/core/tasks/index-docs" name="Index Docs"
|
|
2
|
-
description="Generates or updates an index.md to reference all docs in the folder. Use if user requests to
|
|
2
|
+
description="Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder">
|
|
3
3
|
<llm critical="true">
|
|
4
4
|
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
|
5
5
|
<i>DO NOT skip steps or change the sequence</i>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
but no context except the content to review -->
|
|
3
3
|
|
|
4
4
|
<task id="_bmad/core/tasks/review-adversarial-general.xml" name="Adversarial Review (General)"
|
|
5
|
-
description="Perform a Cynical Review and produce a findings report. Use when the user requests a
|
|
5
|
+
description="Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something">
|
|
6
6
|
<objective>Cynically review content and produce findings</objective>
|
|
7
7
|
|
|
8
8
|
<inputs>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<task id="_bmad/core/tasks/shard-doc" name="Shard Document"
|
|
2
|
-
description="Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says
|
|
2
|
+
description="Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document">
|
|
3
3
|
<objective>Split large markdown documents into smaller, organized files based on level 2 sections using @kayvan/markdown-tree-parser tool</objective>
|
|
4
4
|
|
|
5
5
|
<llm critical="true">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<task id="_bmad/core/workflows/advanced-elicitation/workflow.xml" name="Advanced Elicitation"
|
|
2
|
-
description="Push the LLM to reconsider refine and improve its recent output. Use when the user asks for
|
|
2
|
+
description="Push the LLM to reconsider refine and improve its recent output. Use when the user asks for advanced elicitation"
|
|
3
3
|
methods="{project-root}/_bmad/core/workflows/advanced-elicitation/methods.csv"
|
|
4
4
|
agent-party="{project-root}/_bmad/_config/agent-manifest.csv">
|
|
5
5
|
<llm critical="true">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brainstorming
|
|
3
|
-
description:
|
|
3
|
+
description: 'Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says "help me brainstorm" or "help me ideate".'
|
|
4
4
|
context_file: '' # Optional context file path for project-specific guidance
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: party-mode
|
|
3
|
-
description:
|
|
3
|
+
description: 'Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests "party mode" only.'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Party Mode Workflow
|
|
@@ -173,7 +173,7 @@ async function runTests() {
|
|
|
173
173
|
|
|
174
174
|
assert(compiled.includes('QA Engineer'), 'QA agent compilation includes agent title');
|
|
175
175
|
|
|
176
|
-
assert(compiled.includes('qa
|
|
176
|
+
assert(compiled.includes('qa-generate-e2e-tests'), 'QA agent menu includes automate workflow');
|
|
177
177
|
|
|
178
178
|
// Cleanup
|
|
179
179
|
await fs.remove(tempOutput);
|