@devo-bmad-custom/agent-orchestration 1.0.5 → 1.0.7

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 (31) hide show
  1. package/package.json +4 -2
  2. package/src/.agents/skills/tmux-commands/SKILL.md +353 -0
  3. package/src/bmm/data/project-context-template.md +26 -26
  4. package/src/bmm/teams/default-party.csv +20 -20
  5. package/src/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +14 -14
  6. package/src/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -197
  7. package/src/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +10 -10
  8. package/src/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -10
  9. package/src/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +12 -12
  10. package/src/bmm/workflows/4-implementation/code-review/instructions.xml +226 -226
  11. package/src/bmm/workflows/4-implementation/correct-course/checklist.md +288 -288
  12. package/src/bmm/workflows/4-implementation/correct-course/instructions.md +207 -207
  13. package/src/bmm/workflows/4-implementation/retrospective/instructions.md +1444 -1444
  14. package/src/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -55
  15. package/src/bmm/workflows/4-implementation/sprint-status/instructions.md +230 -230
  16. package/src/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -74
  17. package/src/bmm/workflows/document-project/instructions.md +130 -130
  18. package/src/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -160
  19. package/src/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -298
  20. package/src/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -31
  21. package/src/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -1106
  22. package/src/bmm/workflows/document-project/workflows/full-scan.yaml +31 -31
  23. package/src/bmm/workflows/qa-generate-e2e-tests/checklist.md +33 -33
  24. package/src/bmm/workflows/qa-generate-e2e-tests/instructions.md +110 -110
  25. package/src/core/agents/bmad-master.md +56 -56
  26. package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -187
  27. package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +168 -168
  28. package/src/docs/dev/tmux/paste_claude.sh +26 -0
  29. package/src/docs/dev/tmux/paste_image_wrapper.sh +7 -3
  30. package/src/docs/dev/tmux/tmux-test.sh +255 -0
  31. package/src/docs/dev/tmux/tmux.conf +2 -2
@@ -1,31 +1,31 @@
1
- # Deep-Dive Documentation Workflow Configuration
2
- name: "document-project-deep-dive"
3
- description: "Exhaustive deep-dive documentation of specific project areas"
4
- author: "BMad"
5
-
6
- # This is a sub-workflow called by document-project/workflow.yaml
7
- parent_workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
8
-
9
- # Critical variables inherited from parent
10
- config_source: "{project-root}/_bmad/bmb/config.yaml"
11
- project_knowledge: "{config_source}:project_knowledge"
12
- user_name: "{config_source}:user_name"
13
- date: system-generated
14
-
15
- # Module path and component files
16
- installed_path: "{project-root}/_bmad/bmm/workflows/document-project/workflows"
17
- template: false # Action workflow
18
- instructions: "{installed_path}/deep-dive-instructions.md"
19
- validation: "{project-root}/_bmad/bmm/workflows/document-project/checklist.md"
20
-
21
- # Templates
22
- deep_dive_template: "{project-root}/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md"
23
-
24
- # Runtime inputs (passed from parent workflow)
25
- workflow_mode: "deep_dive"
26
- scan_level: "exhaustive" # Deep-dive always uses exhaustive scan
27
- project_root_path: ""
28
- existing_index_path: "" # Path to existing index.md
29
-
30
- # Configuration
31
- autonomous: false # Requires user input to select target area
1
+ # Deep-Dive Documentation Workflow Configuration
2
+ name: "document-project-deep-dive"
3
+ description: "Exhaustive deep-dive documentation of specific project areas"
4
+ author: "BMad"
5
+
6
+ # This is a sub-workflow called by document-project/workflow.yaml
7
+ parent_workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
8
+
9
+ # Critical variables inherited from parent
10
+ config_source: "{project-root}/_bmad/bmb/config.yaml"
11
+ project_knowledge: "{config_source}:project_knowledge"
12
+ user_name: "{config_source}:user_name"
13
+ date: system-generated
14
+
15
+ # Module path and component files
16
+ installed_path: "{project-root}/_bmad/bmm/workflows/document-project/workflows"
17
+ template: false # Action workflow
18
+ instructions: "{installed_path}/deep-dive-instructions.md"
19
+ validation: "{project-root}/_bmad/bmm/workflows/document-project/checklist.md"
20
+
21
+ # Templates
22
+ deep_dive_template: "{project-root}/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md"
23
+
24
+ # Runtime inputs (passed from parent workflow)
25
+ workflow_mode: "deep_dive"
26
+ scan_level: "exhaustive" # Deep-dive always uses exhaustive scan
27
+ project_root_path: ""
28
+ existing_index_path: "" # Path to existing index.md
29
+
30
+ # Configuration
31
+ autonomous: false # Requires user input to select target area