bmad-method 6.7.1-next.5 → 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-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
|
|
|
@@ -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
|
|