@sleighmaster/bmad 1.5.3 โ 1.5.5
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/data/_bmad/_config/bmad-help.csv +1 -0
- package/data/_bmad/_config/workflow-manifest.csv +1 -0
- package/data/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +540 -413
- package/data/_bmad/bmm/workflows/4-implementation/create-story/template.md +8 -0
- package/data/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +5 -0
- package/data/_bmad/bmm/workflows/github-setup/instructions.xml +52 -1
- package/data/_bmad/bmm/workflows/onboarding/onboarding-template.md +167 -0
- package/data/_bmad/bmm/workflows/onboarding/workflow.md +226 -0
- package/data/_bmad/hooks/.gitattributes +5 -0
- package/data/_bmad/hooks/install-hooks.ps1 +89 -86
- package/data/claude-commands/bmad-bmm-onboarding.md +6 -0
- package/dist/services/installer.d.ts.map +1 -1
- package/dist/services/installer.js +3 -1
- package/dist/services/installer.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,6 +22,7 @@ bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-st
|
|
|
22
22
|
bmm,4-implementation,Automate,QA,45,_bmad/bmm/workflows/qa/automate/workflow.yaml,bmad-bmm-automate,false,quinn,bmad:bmm:agent:quinn,Quinn,๐งช QA Engineer,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects Playwright, Jest, Vitest, etc). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,test suite
|
|
23
23
|
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml,bmad-bmm-code-review,false,dev,bmad:_bmad/bmm/agents/dev.md:agent:dev,Amelia,๐ป Developer Agent,Create Mode,Story cycle: If issues back to DS if approved then next CS or ER if epic complete,,
|
|
24
24
|
bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml,bmad-bmm-retrospective,false,sm,bmad:- I strive to be a servant leader and conduct myself accordingly:agent:sm,Bob,๐ Scrum Master,Create Mode,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC,implementation_artifacts,retrospective
|
|
25
|
+
bmm,anytime,Developer Onboarding,DO,5,_bmad/bmm/workflows/onboarding/workflow.md,bmad-bmm-onboarding,false,,,,,Create Mode,Generate comprehensive onboarding documentation for new developers joining the project,output_folder,onboarding guide
|
|
25
26
|
bmm,anytime,Document Project,DP,10,_bmad/bmm/workflows/document-project/workflow.yaml,bmad-bmm-document-project,false,analyst,bmad:- Channel expert business analysis frameworks: draw upon Porter's Five Forces:agent:analyst,Mary,๐ Business Analyst,Create Mode,Analyze an existing project to produce useful documentation,project-knowledge,*
|
|
26
27
|
bmm,anytime,Quick Spec,TS,20,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,bmad-bmm-quick-spec,false,quick-flow-solo-dev,bmad:and implementation-focused. Uses tech slang (e.g.:agent:quick-flow-solo-dev,Barry,๐ 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 utilities without extensive planning,planning_artifacts,tech spec
|
|
27
28
|
bmm,anytime,Quick Dev,QD,30,_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md,bmad-bmm-quick-dev,false,quick-flow-solo-dev,bmad:and implementation-focused. Uses tech slang (e.g.:agent:quick-flow-solo-dev,Barry,๐ 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",,
|
|
@@ -22,4 +22,5 @@ name,description,module,path
|
|
|
22
22
|
"create-excalidraw-diagram","Create system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml"
|
|
23
23
|
"create-excalidraw-flowchart","Create a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml"
|
|
24
24
|
"create-excalidraw-wireframe","Create website or app wireframes in Excalidraw format","bmm","_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml"
|
|
25
|
+
"onboarding","Generate a comprehensive onboarding document for new developers joining this project.","bmm","_bmad/bmm/workflows/onboarding/workflow.md"
|
|
25
26
|
"qa-automate","Generate tests quickly for existing features using standard test patterns","bmm","_bmad/bmm/workflows/qa/automate/workflow.yaml"
|