bmad-method 6.1.1-next.24 → 6.1.1-next.25
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/agents/pm.agent.yaml +1 -1
- package/src/bmm/module-help.csv +1 -1
- package/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
- package/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/bmad-skill-manifest.yaml +1 -0
- package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +1 -1
- package/src/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +0 -2
- package/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml +0 -5
- /package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +0 -0
- /package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +0 -0
- /package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +0 -0
- /package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +0 -0
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ agent:
|
|
|
28
28
|
description: "[VP] Validate PRD: Validate a Product Requirements Document is comprehensive, lean, well organized and cohesive"
|
|
29
29
|
|
|
30
30
|
- trigger: EP or fuzzy match on edit-prd
|
|
31
|
-
exec: "
|
|
31
|
+
exec: "skill:bmad-edit-prd"
|
|
32
32
|
description: "[EP] Edit PRD: Update an existing Product Requirements Document"
|
|
33
33
|
|
|
34
34
|
- trigger: CE or fuzzy match on epics-stories
|
package/src/bmm/module-help.csv
CHANGED
|
@@ -17,7 +17,7 @@ bmm,1-analysis,Technical Research,TR,22,skill:bmad-technical-research,bmad-bmm-t
|
|
|
17
17
|
bmm,1-analysis,Create Brief,CB,30,skill:bmad-create-product-brief,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
|
|
18
18
|
bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
|
|
19
19
|
bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
|
|
20
|
-
bmm,2-planning,Edit PRD,EP,25,
|
|
20
|
+
bmm,2-planning,Edit PRD,EP,25,skill:bmad-edit-prd,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
|
|
21
21
|
bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
|
|
22
22
|
bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
|
|
23
23
|
bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -4,7 +4,7 @@ description: 'Complete & Validate - Present options for next steps including ful
|
|
|
4
4
|
|
|
5
5
|
# File references (ONLY variables used in this step)
|
|
6
6
|
prdFile: '{prd_file_path}'
|
|
7
|
-
validationWorkflow: '
|
|
7
|
+
validationWorkflow: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md'
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Step E-4: Complete & Validate
|
|
@@ -3,11 +3,6 @@ workflow-create-prd.md:
|
|
|
3
3
|
type: workflow
|
|
4
4
|
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'"
|
|
5
5
|
|
|
6
|
-
workflow-edit-prd.md:
|
|
7
|
-
canonicalId: bmad-edit-prd
|
|
8
|
-
type: workflow
|
|
9
|
-
description: "Edit an existing PRD. Use when the user says 'edit this PRD'"
|
|
10
|
-
|
|
11
6
|
workflow-validate-prd.md:
|
|
12
7
|
canonicalId: bmad-validate-prd
|
|
13
8
|
type: workflow
|
|
File without changes
|
|
File without changes
|
/package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md
RENAMED
|
File without changes
|
/package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md
RENAMED
|
File without changes
|