bmad-method 6.7.1-next.4 → 6.7.1-next.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/package.json +1 -1
- package/removals.txt +3 -0
- package/src/bmm-skills/1-analysis/bmad-agent-analyst/SKILL.md +2 -0
- package/src/bmm-skills/1-analysis/bmad-agent-tech-writer/SKILL.md +2 -0
- package/src/bmm-skills/1-analysis/bmad-document-project/SKILL.md +1 -1
- package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +1 -1
- package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +4 -1
- package/src/bmm-skills/1-analysis/research/bmad-domain-research/SKILL.md +1 -1
- package/src/bmm-skills/1-analysis/research/bmad-market-research/SKILL.md +1 -1
- package/src/bmm-skills/1-analysis/research/bmad-technical-research/SKILL.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-agent-pm/SKILL.md +2 -0
- package/src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer/SKILL.md +2 -0
- package/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md +4 -1
- package/src/bmm-skills/2-plan-workflows/bmad-ux/SKILL.md +4 -1
- package/src/bmm-skills/3-solutioning/bmad-agent-architect/SKILL.md +2 -0
- package/src/bmm-skills/3-solutioning/bmad-check-implementation-readiness/SKILL.md +1 -1
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/SKILL.md +1 -1
- package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/SKILL.md +1 -1
- package/src/bmm-skills/3-solutioning/bmad-generate-project-context/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-agent-dev/SKILL.md +2 -0
- package/src/bmm-skills/4-implementation/bmad-checkpoint-preview/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-code-review/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-correct-course/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-create-story/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-dev-story/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-investigate/SKILL.md +2 -0
- package/src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-retrospective/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-sprint-planning/SKILL.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-sprint-status/SKILL.md +1 -1
- package/src/core-skills/bmad-brainstorming/steps/step-03-technique-execution.md +6 -4
- package/src/core-skills/bmad-brainstorming/workflow.md +1 -1
- package/src/core-skills/bmad-spec/SKILL.md +4 -1
package/package.json
CHANGED
package/removals.txt
CHANGED
|
@@ -57,3 +57,6 @@ bmad-bmm-validate-prd
|
|
|
57
57
|
# bmad-distillator: superseded by bmad-spec (universal intent distiller with
|
|
58
58
|
# preservation-validated contract for downstream skills).
|
|
59
59
|
bmad-distillator
|
|
60
|
+
# bmad-create-ux-design: renamed to bmad-ux (spine-based skill with separate
|
|
61
|
+
# DESIGN.md and EXPERIENCE.md outputs).
|
|
62
|
+
bmad-create-ux-design
|
|
@@ -63,6 +63,8 @@ Continue to prefix your messages with `{agent.icon}` throughout the session so t
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{agent.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
|
+
|
|
66
68
|
### Step 8: Dispatch or Present the Menu
|
|
67
69
|
|
|
68
70
|
If the user's initial message already names an intent that clearly maps to a menu item (e.g. "hey Mary, let's brainstorm"), skip the menu and dispatch that item directly after greeting.
|
|
@@ -63,6 +63,8 @@ Continue to prefix your messages with `{agent.icon}` throughout the session so t
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{agent.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
|
+
|
|
66
68
|
### Step 8: Dispatch or Present the Menu
|
|
67
69
|
|
|
68
70
|
If the user's initial message already names an intent that clearly maps to a menu item (e.g. "hey Paige, let's document this codebase"), skip the menu and dispatch that item directly after greeting.
|
|
@@ -55,7 +55,7 @@ Greet `{user_name}` (if you have not already), speaking in `{communication_langu
|
|
|
55
55
|
|
|
56
56
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
57
57
|
|
|
58
|
-
Activation is complete.
|
|
58
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
59
59
|
|
|
60
60
|
## Execution
|
|
61
61
|
|
|
@@ -65,7 +65,7 @@ Greet `{user_name}`, speaking in `{communication_language}`. Be warm but efficie
|
|
|
65
65
|
|
|
66
66
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
67
67
|
|
|
68
|
-
Activation is complete.
|
|
68
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
69
69
|
|
|
70
70
|
## Pre-workflow Setup
|
|
71
71
|
|
|
@@ -21,7 +21,10 @@ At the opening greeting, let the user know they can invoke `bmad-party-mode` for
|
|
|
21
21
|
4. `{workflow.external_sources}` is an org-configured registry of internal tools (knowledge bases, MCP tools); consult them alongside generic web research on the same triggers in `## Discovery`, org tools preferred when their directive matches. If a named tool is unavailable at runtime, fall back to standard behavior and note the gap when relevant.
|
|
22
22
|
5. Load `{project-root}/_bmad/bmm/config.yaml` (and `config.user.yaml` if present). Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`.
|
|
23
23
|
6. Greet `{user_name}` in `{communication_language}` — and stay in `{communication_language}` for every turn for the entire run, not just the greeting. Detect intent (create / update / validate). If interactive and intent is unclear, ask; for headless behavior see `## Headless Mode`.
|
|
24
|
-
|
|
24
|
+
|
|
25
|
+
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
26
|
+
|
|
27
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
25
28
|
|
|
26
29
|
## Intent Operating Modes
|
|
27
30
|
|
|
@@ -59,7 +59,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
59
59
|
|
|
60
60
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
61
61
|
|
|
62
|
-
Activation is complete.
|
|
62
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
63
63
|
|
|
64
64
|
## QUICK TOPIC DISCOVERY
|
|
65
65
|
|
|
@@ -59,7 +59,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
59
59
|
|
|
60
60
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
61
61
|
|
|
62
|
-
Activation is complete.
|
|
62
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
63
63
|
|
|
64
64
|
## QUICK TOPIC DISCOVERY
|
|
65
65
|
|
|
@@ -59,7 +59,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
59
59
|
|
|
60
60
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
61
61
|
|
|
62
|
-
Activation is complete.
|
|
62
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
63
63
|
|
|
64
64
|
## QUICK TOPIC DISCOVERY
|
|
65
65
|
|
|
@@ -63,6 +63,8 @@ Continue to prefix your messages with `{agent.icon}` throughout the session so t
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{agent.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
|
+
|
|
66
68
|
### Step 8: Dispatch or Present the Menu
|
|
67
69
|
|
|
68
70
|
If the user's initial message already names an intent that clearly maps to a menu item (e.g. "hey John, let's write the PRD"), skip the menu and dispatch that item directly after greeting.
|
|
@@ -63,6 +63,8 @@ Continue to prefix your messages with `{agent.icon}` throughout the session so t
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{agent.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
|
+
|
|
66
68
|
### Step 8: Dispatch or Present the Menu
|
|
67
69
|
|
|
68
70
|
If the user's initial message already names an intent that clearly maps to a menu item (e.g. "hey Sally, let's design the UX"), skip the menu and dispatch that item directly after greeting.
|
|
@@ -20,7 +20,10 @@ You are a master facilitator and coach helping the user create, edit, or validat
|
|
|
20
20
|
3. Load `{project-root}/_bmad/bmm/config.yaml` (+ `config.user.yaml` if present). Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`. Missing keys → neutral defaults; never block.
|
|
21
21
|
4. If headless, follow `references/headless.md` for the whole run. Otherwise greet the user **by name** using `{user_name}` and **in their language** using `{communication_language}` — and stay in `{communication_language}` for every turn for the entire run, not just the greeting. In the greeting, let the user know that at any point they can invoke `bmad-party-mode` for multi-agent perspectives or `bmad-advanced-elicitation` for deeper exploration on a specific section. Then scan for misroute on the first message: if the signal points elsewhere (game → BMad GDS; express build → `bmad-quick-dev`; one-pager → `bmad-product-brief`; vet product idea → `bmad-prfaq`; agent skill or custom agent → `bmad-workflow-builder`), suggest they might want the other options before continuing.
|
|
22
22
|
5. Detect intent: **Create** (no PRD), **Update** (existing PRD), **Validate** (critique only). If ambiguous, ask. For Create intent, before binding a fresh workspace, scan `{workflow.prd_output_path}` for prior in-progress runs (folders matching `{workflow.run_folder_pattern}` whose `prd.md` frontmatter `status` is not `final`); if any exist, offer to resume rather than starting over.
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
Run `{workflow.activation_steps_append}`.
|
|
25
|
+
|
|
26
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
24
27
|
|
|
25
28
|
## Intent Modes
|
|
26
29
|
|
|
@@ -35,7 +35,10 @@ UX may lead, follow, or stand alone. Inherit `sources:` by reference; the spines
|
|
|
35
35
|
3. Load `{project-root}/_bmad/bmm/config.yaml` (+ `config.user.yaml` if present). Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`. Missing keys → neutral defaults; never block.
|
|
36
36
|
4. If headless, follow `references/headless.md` for the whole run. Otherwise greet the user **by name** using `{user_name}` and **in their language** using `{communication_language}` — and stay in `{communication_language}` for every turn. In the greeting, let the user know `bmad-party-mode` and `bmad-advanced-elicitation` are always available. Then scan for misroute on the first message: PRD → `bmad-prd`; architecture → `bmad-create-architecture`; game UX → BMad GDS; agent/skill → `bmad-workflow-builder`; brief → `bmad-product-brief`.
|
|
37
37
|
5. Detect intent: **Create**, **Update**, **Validate**. For Create, before binding a fresh workspace, scan `{workflow.ux_output_path}` for prior in-progress runs (folders matching `{workflow.run_folder_pattern}` whose `DESIGN.md` frontmatter `status` is not `final`) and offer to resume rather than starting over.
|
|
38
|
-
|
|
38
|
+
|
|
39
|
+
Run `{workflow.activation_steps_append}`.
|
|
40
|
+
|
|
41
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
39
42
|
|
|
40
43
|
## Modes
|
|
41
44
|
|
|
@@ -63,6 +63,8 @@ Continue to prefix your messages with `{agent.icon}` throughout the session so t
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{agent.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
|
+
|
|
66
68
|
### Step 8: Dispatch or Present the Menu
|
|
67
69
|
|
|
68
70
|
If the user's initial message already names an intent that clearly maps to a menu item (e.g. "hey Winston, let's architect this"), skip the menu and dispatch that item directly after greeting.
|
|
@@ -84,7 +84,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
84
84
|
|
|
85
85
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
86
86
|
|
|
87
|
-
Activation is complete.
|
|
87
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
88
88
|
|
|
89
89
|
## Execution
|
|
90
90
|
|
|
@@ -65,7 +65,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
65
65
|
|
|
66
66
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
67
67
|
|
|
68
|
-
Activation is complete.
|
|
68
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
69
69
|
|
|
70
70
|
## Execution
|
|
71
71
|
|
|
@@ -86,7 +86,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
86
86
|
|
|
87
87
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
88
88
|
|
|
89
|
-
Activation is complete.
|
|
89
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
90
90
|
|
|
91
91
|
## Execution
|
|
92
92
|
|
|
@@ -65,7 +65,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
65
65
|
|
|
66
66
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
67
67
|
|
|
68
|
-
Activation is complete.
|
|
68
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
69
69
|
|
|
70
70
|
## Paths
|
|
71
71
|
|
|
@@ -63,6 +63,8 @@ Continue to prefix your messages with `{agent.icon}` throughout the session so t
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{agent.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
|
+
|
|
66
68
|
### Step 8: Dispatch or Present the Menu
|
|
67
69
|
|
|
68
70
|
If the user's initial message already names an intent that clearly maps to a menu item (e.g. "hey Amelia, let's implement the next story"), skip the menu and dispatch that item directly after greeting.
|
|
@@ -55,7 +55,7 @@ Greet the user, speaking in `{communication_language}`.
|
|
|
55
55
|
|
|
56
56
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
57
57
|
|
|
58
|
-
Activation is complete.
|
|
58
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
59
59
|
|
|
60
60
|
## Global Step Rules (apply to every step)
|
|
61
61
|
|
|
@@ -58,7 +58,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
58
58
|
|
|
59
59
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
60
60
|
|
|
61
|
-
Activation is complete.
|
|
61
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
62
62
|
|
|
63
63
|
## WORKFLOW ARCHITECTURE
|
|
64
64
|
|
|
@@ -62,7 +62,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
62
62
|
|
|
63
63
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
64
64
|
|
|
65
|
-
Activation is complete.
|
|
65
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
66
66
|
|
|
67
67
|
## Paths
|
|
68
68
|
|
|
@@ -63,7 +63,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
63
63
|
|
|
64
64
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
65
65
|
|
|
66
|
-
Activation is complete.
|
|
66
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
67
67
|
|
|
68
68
|
## Paths
|
|
69
69
|
|
|
@@ -64,7 +64,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
64
64
|
|
|
65
65
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
66
66
|
|
|
67
|
-
Activation is complete.
|
|
67
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
68
68
|
|
|
69
69
|
## Paths
|
|
70
70
|
|
|
@@ -79,6 +79,8 @@ Greet `{user_name}` in `{communication_language}`.
|
|
|
79
79
|
|
|
80
80
|
Run each entry in `{workflow.activation_steps_append}` in order.
|
|
81
81
|
|
|
82
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
83
|
+
|
|
82
84
|
### Step 7: Acknowledge and route
|
|
83
85
|
|
|
84
86
|
Acknowledge the input as a reference (record paths and IDs; don't read raw content). Path to an existing case file →
|
|
@@ -56,7 +56,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
56
56
|
|
|
57
57
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
58
58
|
|
|
59
|
-
Activation is complete.
|
|
59
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
60
60
|
|
|
61
61
|
## Paths
|
|
62
62
|
|
|
@@ -79,7 +79,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
79
79
|
|
|
80
80
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
81
81
|
|
|
82
|
-
Activation is complete.
|
|
82
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
83
83
|
|
|
84
84
|
## WORKFLOW ARCHITECTURE
|
|
85
85
|
|
|
@@ -73,7 +73,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
73
73
|
|
|
74
74
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
75
75
|
|
|
76
|
-
Activation is complete.
|
|
76
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
77
77
|
|
|
78
78
|
## Paths
|
|
79
79
|
|
|
@@ -59,7 +59,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
59
59
|
|
|
60
60
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
61
61
|
|
|
62
|
-
Activation is complete.
|
|
62
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
63
63
|
|
|
64
64
|
## Paths
|
|
65
65
|
|
|
@@ -57,7 +57,7 @@ Greet `{user_name}`, speaking in `{communication_language}`.
|
|
|
57
57
|
|
|
58
58
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
59
59
|
|
|
60
|
-
Activation is complete.
|
|
60
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
61
61
|
|
|
62
62
|
## Paths
|
|
63
63
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
8
8
|
|
|
9
9
|
- ✅ YOU ARE A CREATIVE FACILITATOR, engaging in genuine back-and-forth coaching
|
|
10
|
-
- 🎯 AIM FOR 100+ IDEAS before suggesting organization - quantity unlocks quality
|
|
10
|
+
- 🎯 AIM FOR 100+ COLLABORATIVE IDEAS before suggesting organization - quantity unlocks quality, but do not batch-generate ideas to satisfy the count
|
|
11
11
|
- 🔄 DEFAULT IS TO KEEP EXPLORING - only move to organization when user explicitly requests it
|
|
12
12
|
- 🧠 **THOUGHT BEFORE INK (CoT):** Before generating each idea, you must internally reason: "What domain haven't we explored yet? What would make this idea surprising or 'uncomfortable' for the user?"
|
|
13
13
|
- 🛡️ **ANTI-BIAS DOMAIN PIVOT:** Every 10 ideas, review existing themes and consciously pivot to an orthogonal domain (e.g., UX -> Business -> Physics -> Social Impact).
|
|
@@ -29,6 +29,7 @@ _Novelty_: [What makes this different from obvious solutions]
|
|
|
29
29
|
## EXECUTION PROTOCOLS:
|
|
30
30
|
|
|
31
31
|
- 🎯 Present one technique element at a time for deep exploration
|
|
32
|
+
- 🛑 Present at most one new idea, provocation, or angle before asking for user input
|
|
32
33
|
- ⚠️ Ask "Continue with current technique?" before moving to next technique
|
|
33
34
|
- 💾 Document insights and ideas using the **IDEA FORMAT TEMPLATE**
|
|
34
35
|
- 📖 Follow user's creative energy and interests within technique structure
|
|
@@ -171,7 +172,7 @@ Before moving to next technique element:
|
|
|
171
172
|
- **Switch techniques** for a fresh perspective?
|
|
172
173
|
- Or are you feeling like we've **thoroughly explored** this space?
|
|
173
174
|
|
|
174
|
-
Remember: The goal is quantity
|
|
175
|
+
Remember: The goal is quantity through collaboration, not a generated list. What feels right?"
|
|
175
176
|
|
|
176
177
|
**IMPORTANT:** Default to continuing exploration. Only suggest organization if:
|
|
177
178
|
|
|
@@ -292,7 +293,7 @@ After final technique element:
|
|
|
292
293
|
|
|
293
294
|
**HALT — wait for user selection before proceeding.**
|
|
294
295
|
|
|
295
|
-
**Default recommendation:** Unless you feel we've
|
|
296
|
+
**Default recommendation:** Unless you feel we've developed enough ideas together, I suggest we keep exploring. The best insights often come after the obvious ideas are exhausted.
|
|
296
297
|
|
|
297
298
|
### 8. Handle Menu Selection
|
|
298
299
|
|
|
@@ -362,7 +363,7 @@ When user selects 'C', append the content directly to `{brainstorming_session_ou
|
|
|
362
363
|
|
|
363
364
|
## SUCCESS METRICS:
|
|
364
365
|
|
|
365
|
-
✅
|
|
366
|
+
✅ Substantial collaborative idea volume before organization is offered
|
|
366
367
|
✅ User explicitly confirms readiness to conclude (not AI-initiated)
|
|
367
368
|
✅ Multiple technique exploration encouraged over single-technique completion
|
|
368
369
|
✅ True back-and-forth facilitation rather than question-answer format
|
|
@@ -376,6 +377,7 @@ When user selects 'C', append the content directly to `{brainstorming_session_ou
|
|
|
376
377
|
## FAILURE MODES:
|
|
377
378
|
|
|
378
379
|
❌ Offering organization after only one technique or <20 ideas
|
|
380
|
+
❌ Batch-generating idea lists instead of facilitating dialogue
|
|
379
381
|
❌ AI initiating conclusion without user explicitly requesting it
|
|
380
382
|
❌ Treating technique completion as session completion signal
|
|
381
383
|
❌ Rushing to document rather than staying in generative mode
|
|
@@ -12,7 +12,7 @@ context_file: '' # Optional context file path for project-specific guidance
|
|
|
12
12
|
|
|
13
13
|
**Anti-Bias Protocol:** LLMs naturally drift toward semantic clustering (sequential bias). To combat this, you MUST consciously shift your creative domain every 10 ideas. If you've been focusing on technical aspects, pivot to user experience, then to business viability, then to edge cases or "black swan" events. Force yourself into orthogonal categories to maintain true divergence.
|
|
14
14
|
|
|
15
|
-
**Quantity Goal:** Aim for 100+ ideas before any organization.
|
|
15
|
+
**Quantity Goal:** Aim for 100+ collaboratively developed ideas before any organization. This is a session goal, not a request to generate a large list. Ideas count only when they emerge through dialogue with the user or are accepted and developed by the user.
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
@@ -22,7 +22,10 @@ Multiple skills may call to update the same spec over time.
|
|
|
22
22
|
2. Run `{workflow.activation_steps_prepend}`. Treat `{workflow.persistent_facts}` as foundational context (`file:` entries are loaded).
|
|
23
23
|
3. Load `{project-root}/_bmad/core/config.yaml` (and `config.user.yaml` if present), root level and `bmm` section. Resolve `{user_name}`, `{communication_language}`, `{document_output_language}`, `{planning_artifacts}`, `{project_name}`, `{date}`.
|
|
24
24
|
4. Detect mode. **Headless** when any of: no TTY, programmatic caller (another skill or non-interactive runner), or the first message pre-supplies all inputs and asks for an artifact path back. **Interactive** otherwise. In interactive mode, greet by `{user_name}` in `{communication_language}`, stay in that language, and mention that `bmad-party-mode` and `bmad-advanced-elicitation` are available for deeper exploration on any field.
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
Run `{workflow.activation_steps_append}`.
|
|
27
|
+
|
|
28
|
+
Activation is complete. If `activation_steps_prepend` or `activation_steps_append` were non-empty, confirm every entry was executed in order before proceeding. Do not begin the main workflow until all activation steps have been completed.
|
|
26
29
|
|
|
27
30
|
## Workspace
|
|
28
31
|
|