bmad-method 6.1.1-next.23 → 6.1.1-next.24
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/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md +2 -2
- package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/workflow.md +0 -2
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@ Discover and load context documents using smart discovery. Documents can be in t
|
|
|
58
58
|
- {planning_artifacts}/**
|
|
59
59
|
- {output_folder}/**
|
|
60
60
|
- {product_knowledge}/**
|
|
61
|
-
- docs/**
|
|
61
|
+
- {project-root}/docs/**
|
|
62
62
|
|
|
63
63
|
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
|
64
64
|
|
|
@@ -80,7 +80,7 @@ Try to discover the following:
|
|
|
80
80
|
|
|
81
81
|
#### B. Create Initial Document
|
|
82
82
|
|
|
83
|
-
Copy the template from
|
|
83
|
+
Copy the template from `../ux-design-template.md` to `{planning_artifacts}/ux-design-specification.md`
|
|
84
84
|
Initialize frontmatter in the template.
|
|
85
85
|
|
|
86
86
|
#### C. Complete Initialization and Report
|
|
@@ -108,7 +108,7 @@ After presenting current progress, ask:
|
|
|
108
108
|
If `lastStep` indicates the final step is completed:
|
|
109
109
|
"Great news! It looks like we've already completed the UX design workflow for {{project_name}}.
|
|
110
110
|
|
|
111
|
-
The final UX design specification is ready at {
|
|
111
|
+
The final UX design specification is ready at {planning_artifacts}/ux-design-specification.md with all sections completed through step {finalStepNumber}.
|
|
112
112
|
|
|
113
113
|
The complete UX design includes visual foundations, user flows, and design specifications ready for implementation.
|
|
114
114
|
|
|
@@ -75,8 +75,8 @@ This specification is now ready to guide visual design, implementation, and deve
|
|
|
75
75
|
|
|
76
76
|
Update the main workflow status file:
|
|
77
77
|
|
|
78
|
-
- Load
|
|
79
|
-
- Update workflow_status["create-ux-design"] =
|
|
78
|
+
- Load the project's workflow status file (if one exists)
|
|
79
|
+
- Update workflow_status["create-ux-design"] = `{planning_artifacts}/ux-design-specification.md`
|
|
80
80
|
- Save file, preserving all comments and structure
|
|
81
81
|
- Mark current timestamp as completion time
|
|
82
82
|
|
|
@@ -27,8 +27,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
27
27
|
|
|
28
28
|
### Paths
|
|
29
29
|
|
|
30
|
-
- `installed_path` = `.`
|
|
31
|
-
- `template_path` = `{installed_path}/ux-design-template.md`
|
|
32
30
|
- `default_output_file` = `{planning_artifacts}/ux-design-specification.md`
|
|
33
31
|
|
|
34
32
|
## EXECUTION
|