bmad-method 6.1.1-next.19 → 6.1.1-next.20

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 (20) hide show
  1. package/package.json +1 -1
  2. package/src/bmm/agents/analyst.agent.yaml +1 -1
  3. package/src/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
  4. package/src/bmm/module-help.csv +1 -1
  5. package/src/bmm/workflows/bmad-document-project/SKILL.md +6 -0
  6. package/src/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
  7. package/src/bmm/workflows/{document-project → bmad-document-project}/workflow.md +1 -6
  8. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-workflow.md +3 -8
  9. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-workflow.md +3 -8
  10. package/src/bmm/workflows/document-project/bmad-skill-manifest.yaml +0 -3
  11. /package/src/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
  12. /package/src/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
  13. /package/src/bmm/workflows/{document-project → bmad-document-project}/instructions.md +0 -0
  14. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
  15. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
  16. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
  17. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
  18. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
  19. /package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +0 -0
  20. /package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +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.19",
4
+ "version": "6.1.1-next.20",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -39,5 +39,5 @@ agent:
39
39
  description: "[CB] Create Brief: A guided experience to nail down your product idea into an executive brief"
40
40
 
41
41
  - trigger: DP or fuzzy match on document-project
42
- exec: "{project-root}/_bmad/bmm/workflows/document-project/workflow.md"
42
+ exec: "skill:bmad-document-project"
43
43
  description: "[DP] Document Project: Analyze an existing project to produce useful documentation for both human and LLM"
@@ -22,7 +22,7 @@ agent:
22
22
 
23
23
  menu:
24
24
  - trigger: DP or fuzzy match on document-project
25
- exec: "{project-root}/_bmad/bmm/workflows/document-project/workflow.md"
25
+ exec: "skill:bmad-document-project"
26
26
  description: "[DP] Document Project: Generate comprehensive project documentation (brownfield analysis, architecture scanning)"
27
27
 
28
28
  - trigger: WD or fuzzy match on write-document
@@ -1,5 +1,5 @@
1
1
  module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
2
- bmm,anytime,Document Project,DP,,_bmad/bmm/workflows/document-project/workflow.md,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
2
+ bmm,anytime,Document Project,DP,,skill:bmad-document-project,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
3
3
  bmm,anytime,Generate Project Context,GPC,,_bmad/bmm/workflows/generate-project-context/workflow.md,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow.",output_folder,"project context",
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",,,
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-document-project
3
+ description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -1,8 +1,3 @@
1
- ---
2
- name: document-project
3
- description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
4
- ---
5
-
6
1
  # Document Project Workflow
7
2
 
8
3
  **Goal:** Document brownfield projects for AI context.
@@ -27,7 +22,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
27
22
 
28
23
  ### Paths
29
24
 
30
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/document-project`
25
+ - `installed_path` = `.`
31
26
  - `instructions` = `{installed_path}/instructions.md`
32
27
  - `validation` = `{installed_path}/checklist.md`
33
28
  - `documentation_requirements_csv` = `{installed_path}/documentation-requirements.csv`
@@ -1,8 +1,3 @@
1
- ---
2
- name: document-project-deep-dive
3
- description: 'Exhaustive deep-dive documentation of specific project areas'
4
- ---
5
-
6
1
  # Deep-Dive Documentation Sub-Workflow
7
2
 
8
3
  **Goal:** Exhaustive deep-dive documentation of specific project areas.
@@ -28,10 +23,10 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
28
23
 
29
24
  ### Paths
30
25
 
31
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/document-project/workflows`
26
+ - `installed_path` = `.`
32
27
  - `instructions` = `{installed_path}/deep-dive-instructions.md`
33
- - `validation` = `{project-root}/_bmad/bmm/workflows/document-project/checklist.md`
34
- - `deep_dive_template` = `{project-root}/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md`
28
+ - `validation` = `../checklist.md`
29
+ - `deep_dive_template` = `../templates/deep-dive-template.md`
35
30
 
36
31
  ### Runtime Inputs
37
32
 
@@ -1,8 +1,3 @@
1
- ---
2
- name: document-project-full-scan
3
- description: 'Complete project documentation workflow (initial scan or full rescan)'
4
- ---
5
-
6
1
  # Full Project Scan Sub-Workflow
7
2
 
8
3
  **Goal:** Complete project documentation (initial scan or full rescan).
@@ -27,10 +22,10 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
27
22
 
28
23
  ### Paths
29
24
 
30
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/document-project/workflows`
25
+ - `installed_path` = `.`
31
26
  - `instructions` = `{installed_path}/full-scan-instructions.md`
32
- - `validation` = `{project-root}/_bmad/bmm/workflows/document-project/checklist.md`
33
- - `documentation_requirements_csv` = `{project-root}/_bmad/bmm/workflows/document-project/documentation-requirements.csv`
27
+ - `validation` = `../checklist.md`
28
+ - `documentation_requirements_csv` = `../documentation-requirements.csv`
34
29
 
35
30
  ### Runtime Inputs
36
31
 
@@ -1,3 +0,0 @@
1
- canonicalId: bmad-document-project
2
- type: workflow
3
- description: "Document brownfield projects for AI context"