bmad-method 6.1.1-next.14 → 6.1.1-next.16

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.
Files changed (19) hide show
  1. package/package.json +1 -1
  2. package/src/bmm/agents/pm.agent.yaml +1 -1
  3. package/src/bmm/agents/sm.agent.yaml +3 -3
  4. package/src/bmm/module-help.csv +3 -3
  5. package/src/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
  6. package/src/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
  7. package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
  8. package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/workflow.md +3 -10
  9. package/src/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
  10. package/src/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
  11. package/src/bmm/workflows/4-implementation/{retrospective → bmad-retrospective}/workflow.md +1 -6
  12. package/src/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
  13. package/src/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
  14. package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/workflow.md +1 -6
  15. package/src/bmm/workflows/4-implementation/correct-course/bmad-skill-manifest.yaml +0 -3
  16. package/src/bmm/workflows/4-implementation/retrospective/bmad-skill-manifest.yaml +0 -3
  17. package/src/bmm/workflows/4-implementation/sprint-planning/bmad-skill-manifest.yaml +0 -3
  18. /package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
  19. /package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.1.1-next.14",
4
+ "version": "6.1.1-next.16",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -40,5 +40,5 @@ agent:
40
40
  description: "[IR] Implementation Readiness: Ensure the PRD, UX, and Architecture and Epics and Stories List are all aligned"
41
41
 
42
42
  - trigger: CC or fuzzy match on correct-course
43
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.md"
43
+ exec: "skill:bmad-correct-course"
44
44
  description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation"
@@ -20,7 +20,7 @@ agent:
20
20
 
21
21
  menu:
22
22
  - trigger: SP or fuzzy match on sprint-planning
23
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md"
23
+ exec: "skill:bmad-sprint-planning"
24
24
  description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow"
25
25
 
26
26
  - trigger: CS or fuzzy match on create-story
@@ -28,10 +28,10 @@ agent:
28
28
  description: "[CS] Context Story: Prepare a story with all required context for implementation for the developer agent"
29
29
 
30
30
  - trigger: ER or fuzzy match on epic-retrospective
31
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.md"
31
+ exec: "skill:bmad-retrospective"
32
32
  data: "{project-root}/_bmad/_config/agent-manifest.csv"
33
33
  description: "[ER] Epic Retrospective: Party Mode review of all work completed across an epic."
34
34
 
35
35
  - trigger: CC or fuzzy match on correct-course
36
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.md"
36
+ exec: "skill:bmad-correct-course"
37
37
  description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation"
@@ -4,7 +4,7 @@ bmm,anytime,Generate Project Context,GPC,,_bmad/bmm/workflows/generate-project-c
4
4
  bmm,anytime,Quick Spec,QS,,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec",
5
5
  bmm,anytime,Quick Dev,QD,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,,
6
6
  bmm,anytime,Quick Dev New Preview,QQ,,skill:bmad-quick-dev-new-preview,bmad-bmm-quick-dev-new-preview,false,quick-flow-solo-dev,Create Mode,"Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow",implementation_artifacts,"tech spec implementation",
7
- bmm,anytime,Correct Course,CC,,_bmad/bmm/workflows/4-implementation/correct-course/workflow.md,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
7
+ bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
8
8
  bmm,anytime,Write Document,WD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review.",project-knowledge,"document",
9
9
  bmm,anytime,Update Standards,US,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.",_bmad/_memory/tech-writer-sidecar,"standards",
10
10
  bmm,anytime,Mermaid Generate,MG,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.",planning_artifacts,"mermaid diagram",
@@ -22,11 +22,11 @@ bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-de
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",
24
24
  bmm,3-solutioning,Check Implementation Readiness,IR,70,skill:bmad-check-implementation-readiness,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
25
- bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
25
+ bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
26
26
  bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
27
27
  bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
28
28
  bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
29
29
  bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
30
30
  bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
31
31
  bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
32
- bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.md,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
32
+ bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-correct-course
3
+ description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -1,6 +1,6 @@
1
1
  # Change Navigation Checklist
2
2
 
3
- <critical>This checklist is executed as part of: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.md</critical>
3
+ <critical>This checklist is executed as part of: ./workflow.md</critical>
4
4
  <critical>Work through each section systematically with the user, recording findings and impacts</critical>
5
5
 
6
6
  <checklist>
@@ -1,8 +1,3 @@
1
- ---
2
- name: correct-course
3
- description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
4
- ---
5
-
6
1
  # Correct Course - Sprint Change Management Workflow
7
2
 
8
3
  **Goal:** Manage significant changes during sprint execution by analyzing impact across all project artifacts and producing a structured Sprint Change Proposal.
@@ -31,8 +26,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
31
26
 
32
27
  ### Paths
33
28
 
34
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/correct-course`
35
- - `checklist` = `{installed_path}/checklist.md`
36
29
  - `default_output_file` = `{planning_artifacts}/sprint-change-proposal-{date}.md`
37
30
 
38
31
  ### Input Files
@@ -48,7 +41,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
48
41
 
49
42
  ### Context
50
43
 
51
- - `project_context` = `**/project-context.md` (load if exists)
44
+ - Load `**/project-context.md` if it exists
52
45
 
53
46
  ---
54
47
 
@@ -82,7 +75,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
82
75
  <workflow>
83
76
 
84
77
  <step n="1" goal="Initialize Change Navigation">
85
- <action>Load {project_context} for coding standards and project-wide patterns (if exists)</action>
78
+ <action>Load **/project-context.md for coding standards and project-wide patterns (if exists)</action>
86
79
  <action>Confirm change trigger and gather user description of the issue</action>
87
80
  <action>Ask: "What specific issue or change has been identified that requires navigation?"</action>
88
81
  <action>Verify access to required project documents:</action>
@@ -101,7 +94,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
101
94
  </step>
102
95
 
103
96
  <step n="2" goal="Execute Change Analysis Checklist">
104
- <action>Read fully and follow the systematic analysis from: {checklist}</action>
97
+ <action>Read fully and follow the systematic analysis from: checklist.md</action>
105
98
  <action>Work through each checklist section interactively with the user</action>
106
99
  <action>Record status for each checklist item:</action>
107
100
  - [x] Done - Item completed successfully
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-retrospective
3
+ description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -1,8 +1,3 @@
1
- ---
2
- name: retrospective
3
- description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"'
4
- ---
5
-
6
1
  # Retrospective Workflow
7
2
 
8
3
  **Goal:** Post-epic review to extract lessons and assess success.
@@ -42,7 +37,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
42
37
 
43
38
  ### Paths
44
39
 
45
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/retrospective`
40
+ - `installed_path` = `.`
46
41
  - `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
47
42
 
48
43
  ### Input Files
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-sprint-planning
3
+ description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -1,8 +1,3 @@
1
- ---
2
- name: sprint-planning
3
- description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
4
- ---
5
-
6
1
  # Sprint Planning Workflow
7
2
 
8
3
  **Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file.
@@ -26,7 +21,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
26
21
 
27
22
  ### Paths
28
23
 
29
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning`
24
+ - `installed_path` = `.`
30
25
  - `template` = `{installed_path}/sprint-status-template.yaml`
31
26
  - `checklist` = `{installed_path}/checklist.md`
32
27
  - `tracking_system` = `file-system`
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-correct-course
2
- type: workflow
3
- description: "Manage significant changes during sprint execution"
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-retrospective
2
- type: workflow
3
- description: "Post-epic review to extract lessons and assess success"
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-sprint-planning
2
- type: workflow
3
- description: "Generate sprint status tracking from epics"