bmad-method 4.29.5 → 4.29.6

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.29.6](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.5...v4.29.6) (2025-07-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * improve agent task folowing in agressing cost saving ide model combos ([3621c33](https://github.com/bmadcode/BMAD-METHOD/commit/3621c330e65f328e7326f93a5fe27e65b08907e7))
7
+
1
8
  ## [4.29.5](https://github.com/bmadcode/BMAD-METHOD/compare/v4.29.4...v4.29.5) (2025-07-14)
2
9
 
3
10
 
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -22,6 +22,9 @@ activation-instructions:
22
22
  - DO NOT: Load any other agent files during activation
23
23
  - ONLY load dependency files when user selects them for execution via command or request of a task
24
24
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
25
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
26
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
27
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
25
28
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
26
29
  - STAY IN CHARACTER!
27
30
  - When creating architecture, always start by understanding the complete picture - user needs, business constraints, team capabilities, and technical requirements.
@@ -22,6 +22,9 @@ activation-instructions:
22
22
  - DO NOT: Load any other agent files during activation
23
23
  - ONLY load dependency files when user selects them for execution via command or request of a task
24
24
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
25
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
26
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
27
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
25
28
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
26
29
  - STAY IN CHARACTER!
27
30
  - CRITICAL: Do NOT scan filesystem or load any resources during startup, ONLY when commanded
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: Read the following full files as these are your explicit rules for development standards for this project - {root}/core-config.yaml devLoadAlwaysFiles list
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -30,7 +33,6 @@ agent:
30
33
  title: Product Manager
31
34
  icon: 📋
32
35
  whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication
33
- customization: null
34
36
  persona:
35
37
  role: Investigative Product Strategist & Market-Savvy PM
36
38
  style: Analytical, inquisitive, data-driven, user-focused, pragmatic
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -1,19 +1,37 @@
1
1
  # Create Document from Template (YAML Driven)
2
2
 
3
+ ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
4
+
5
+ **THIS IS AN EXECUTABLE WORKFLOW - NOT REFERENCE MATERIAL**
6
+
7
+ When this task is invoked:
8
+
9
+ 1. **DISABLE ALL EFFICIENCY OPTIMIZATIONS** - This workflow requires full user interaction
10
+ 2. **MANDATORY STEP-BY-STEP EXECUTION** - Each section must be processed sequentially with user feedback
11
+ 3. **ELICITATION IS REQUIRED** - When `elicit: true`, you MUST use the 1-9 format and wait for user response
12
+ 4. **NO SHORTCUTS ALLOWED** - Complete documents cannot be created without following this workflow
13
+
14
+ **VIOLATION INDICATOR:** If you create a complete document without user interaction, you have violated this workflow.
15
+
3
16
  ## Critical: Template Discovery
4
17
 
5
- If a YAML Template has not been provided, list all templates from {root}/templates or ask the user to provide another.
18
+ If a YAML Template has not been provided, list all templates from .bmad-core/templates or ask the user to provide another.
6
19
 
7
20
  ## CRITICAL: Mandatory Elicitation Format
8
21
 
9
- **When `elicit: true`, ALWAYS use this exact format:**
22
+ **When `elicit: true`, this is a HARD STOP requiring user interaction:**
23
+
24
+ **YOU MUST:**
10
25
 
11
26
  1. Present section content
12
27
  2. Provide detailed rationale (explain trade-offs, assumptions, decisions made)
13
- 3. Present numbered options 1-9:
28
+ 3. **STOP and present numbered options 1-9:**
14
29
  - **Option 1:** Always "Proceed to next section"
15
30
  - **Options 2-9:** Select 8 methods from data/elicitation-methods
16
31
  - End with: "Select 1-9 or just type your question/feedback:"
32
+ 4. **WAIT FOR USER RESPONSE** - Do not proceed until user selects option or provides feedback
33
+
34
+ **WORKFLOW VIOLATION:** Creating content for elicit=true sections without user interaction violates this task.
17
35
 
18
36
  **NEVER ask yes/no questions or use any other format.**
19
37
 
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
@@ -21,6 +21,9 @@ activation-instructions:
21
21
  - DO NOT: Load any other agent files during activation
22
22
  - ONLY load dependency files when user selects them for execution via command or request of a task
23
23
  - The agent.customization field ALWAYS takes precedence over any conflicting instructions
24
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
25
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
26
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
24
27
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
25
28
  - STAY IN CHARACTER!
26
29
  - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.29.5",
3
+ "version": "4.29.6",
4
4
  "description": "Breakthrough Method of Agile AI-driven Development",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.29.5",
3
+ "version": "4.29.6",
4
4
  "description": "BMad Method installer - AI-powered Agile development framework",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {