@devo-bmad-custom/agent-orchestration 1.0.4 → 1.0.6

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 (86) hide show
  1. package/package.json +1 -1
  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/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/vision-framework/SKILL.md +0 -475
  29. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/vision-framework/references/vision-requests.md +0 -736
  30. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/vision-framework/references/visionkit-scanner.md +0 -738
  31. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/weatherkit/SKILL.md +0 -410
  32. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/weatherkit/references/weatherkit-patterns.md +0 -567
  33. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/widgetkit/SKILL.md +0 -497
  34. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/widgetkit/references/widgetkit-advanced.md +0 -871
  35. package/src/.agents/skills/ui-ux-pro-custom/data/typography.csv +0 -58
  36. package/src/.agents/skills/ui-ux-pro-custom/data/ui-reasoning.csv +0 -101
  37. package/src/.agents/skills/ui-ux-pro-custom/data/ux-guidelines.csv +0 -100
  38. package/src/.agents/skills/ui-ux-pro-custom/data/web-interface.csv +0 -31
  39. package/src/.agents/skills/ui-ux-pro-custom/scripts/core.py +0 -253
  40. package/src/.agents/skills/ui-ux-pro-custom/scripts/design_system.py +0 -1067
  41. package/src/.agents/skills/ui-ux-pro-custom/scripts/search.py +0 -114
  42. package/src/.agents/skills/ux-audit/SKILL.md +0 -151
  43. package/src/.agents/skills/websocket-engineer/SKILL.md +0 -168
  44. package/src/.agents/skills/websocket-engineer/references/alternatives.md +0 -391
  45. package/src/.agents/skills/websocket-engineer/references/patterns.md +0 -400
  46. package/src/.agents/skills/websocket-engineer/references/protocol.md +0 -195
  47. package/src/.agents/skills/websocket-engineer/references/scaling.md +0 -333
  48. package/src/.agents/skills/websocket-engineer/references/security.md +0 -474
  49. package/src/.agents/skills/writing-skills/SKILL.md +0 -655
  50. package/src/.agents/skills/writing-skills/anthropic-best-practices.md +0 -1150
  51. package/src/.agents/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +0 -189
  52. package/src/.agents/skills/writing-skills/graphviz-conventions.dot +0 -172
  53. package/src/.agents/skills/writing-skills/persuasion-principles.md +0 -187
  54. package/src/.agents/skills/writing-skills/render-graphs.js +0 -168
  55. package/src/.agents/skills/writing-skills/testing-skills-with-subagents.md +0 -384
  56. package/src/.claude/commands/bmad-track-compact.md +0 -19
  57. package/src/.claude/commands/bmad-track-extended.md +0 -19
  58. package/src/.claude/commands/bmad-track-large.md +0 -19
  59. package/src/.claude/commands/bmad-track-medium.md +0 -19
  60. package/src/.claude/commands/bmad-track-nano.md +0 -19
  61. package/src/.claude/commands/bmad-track-rv.md +0 -18
  62. package/src/.claude/commands/bmad-track-small.md +0 -19
  63. package/src/.claude/commands/master-orchestrator.md +0 -15
  64. package/src/_memory/master-orchestrator-sidecar/docs-index.md +0 -3
  65. package/src/_memory/master-orchestrator-sidecar/instructions.md +0 -2616
  66. package/src/_memory/master-orchestrator-sidecar/memories.md +0 -8
  67. package/src/_memory/master-orchestrator-sidecar/session-state.md +0 -15
  68. package/src/_memory/master-orchestrator-sidecar/triage-history.md +0 -3
  69. package/src/_memory/master-orchestrator-sidecar/workflows-overview.html +0 -1230
  70. package/src/core/agents/master-orchestrator.md +0 -54
  71. package/src/docs/dev/tmux/actions_popup.py +0 -291
  72. package/src/docs/dev/tmux/actions_popup.sh +0 -110
  73. package/src/docs/dev/tmux/claude_usage.sh +0 -15
  74. package/src/docs/dev/tmux/colors.conf +0 -26
  75. package/src/docs/dev/tmux/cpu_usage.sh +0 -7
  76. package/src/docs/dev/tmux/dispatch.sh +0 -10
  77. package/src/docs/dev/tmux/float_init.sh +0 -13
  78. package/src/docs/dev/tmux/float_term.sh +0 -23
  79. package/src/docs/dev/tmux/open_clip.sh +0 -14
  80. package/src/docs/dev/tmux/paste_clipboard.sh +0 -13
  81. package/src/docs/dev/tmux/paste_image_wrapper.sh +0 -94
  82. package/src/docs/dev/tmux/ram_usage.sh +0 -3
  83. package/src/docs/dev/tmux/title_sync.sh +0 -54
  84. package/src/docs/dev/tmux/tmux-setup.md +0 -867
  85. package/src/docs/dev/tmux/tmux.conf +0 -127
  86. package/src/docs/dev/tmux/xclip +0 -18
@@ -1,74 +1,74 @@
1
- ---
2
- title: '{title}'
3
- slug: '{slug}'
4
- created: '{date}'
5
- status: 'in-progress'
6
- stepsCompleted: []
7
- tech_stack: []
8
- files_to_modify: []
9
- code_patterns: []
10
- test_patterns: []
11
- ---
12
-
13
- # Tech-Spec: {title}
14
-
15
- **Created:** {date}
16
-
17
- ## Overview
18
-
19
- ### Problem Statement
20
-
21
- {problem_statement}
22
-
23
- ### Solution
24
-
25
- {solution}
26
-
27
- ### Scope
28
-
29
- **In Scope:**
30
- {in_scope}
31
-
32
- **Out of Scope:**
33
- {out_of_scope}
34
-
35
- ## Context for Development
36
-
37
- ### Codebase Patterns
38
-
39
- {codebase_patterns}
40
-
41
- ### Files to Reference
42
-
43
- | File | Purpose |
44
- | ---- | ------- |
45
-
46
- {files_table}
47
-
48
- ### Technical Decisions
49
-
50
- {technical_decisions}
51
-
52
- ## Implementation Plan
53
-
54
- ### Tasks
55
-
56
- {tasks}
57
-
58
- ### Acceptance Criteria
59
-
60
- {acceptance_criteria}
61
-
62
- ## Additional Context
63
-
64
- ### Dependencies
65
-
66
- {dependencies}
67
-
68
- ### Testing Strategy
69
-
70
- {testing_strategy}
71
-
72
- ### Notes
73
-
74
- {notes}
1
+ ---
2
+ title: '{title}'
3
+ slug: '{slug}'
4
+ created: '{date}'
5
+ status: 'in-progress'
6
+ stepsCompleted: []
7
+ tech_stack: []
8
+ files_to_modify: []
9
+ code_patterns: []
10
+ test_patterns: []
11
+ ---
12
+
13
+ # Tech-Spec: {title}
14
+
15
+ **Created:** {date}
16
+
17
+ ## Overview
18
+
19
+ ### Problem Statement
20
+
21
+ {problem_statement}
22
+
23
+ ### Solution
24
+
25
+ {solution}
26
+
27
+ ### Scope
28
+
29
+ **In Scope:**
30
+ {in_scope}
31
+
32
+ **Out of Scope:**
33
+ {out_of_scope}
34
+
35
+ ## Context for Development
36
+
37
+ ### Codebase Patterns
38
+
39
+ {codebase_patterns}
40
+
41
+ ### Files to Reference
42
+
43
+ | File | Purpose |
44
+ | ---- | ------- |
45
+
46
+ {files_table}
47
+
48
+ ### Technical Decisions
49
+
50
+ {technical_decisions}
51
+
52
+ ## Implementation Plan
53
+
54
+ ### Tasks
55
+
56
+ {tasks}
57
+
58
+ ### Acceptance Criteria
59
+
60
+ {acceptance_criteria}
61
+
62
+ ## Additional Context
63
+
64
+ ### Dependencies
65
+
66
+ {dependencies}
67
+
68
+ ### Testing Strategy
69
+
70
+ {testing_strategy}
71
+
72
+ ### Notes
73
+
74
+ {notes}
@@ -1,130 +1,130 @@
1
- # Document Project Workflow Router
2
-
3
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml</critical>
5
- <critical>Communicate all responses in {communication_language}</critical>
6
-
7
- <workflow>
8
-
9
- <critical>This router determines workflow mode and delegates to specialized sub-workflows</critical>
10
-
11
- <step n="1" goal="Check for ability to resume and determine workflow mode">
12
- <action>Check for existing state file at: {project_knowledge}/project-scan-report.json</action>
13
-
14
- <check if="project-scan-report.json exists">
15
- <action>Read state file and extract: timestamps, mode, scan_level, current_step, completed_steps, project_classification</action>
16
- <action>Extract cached project_type_id(s) from state file if present</action>
17
- <action>Calculate age of state file (current time - last_updated)</action>
18
-
19
- <ask>I found an in-progress workflow state from {{last_updated}}.
20
-
21
- **Current Progress:**
22
-
23
- - Mode: {{mode}}
24
- - Scan Level: {{scan_level}}
25
- - Completed Steps: {{completed_steps_count}}/{{total_steps}}
26
- - Last Step: {{current_step}}
27
- - Project Type(s): {{cached_project_types}}
28
-
29
- Would you like to:
30
-
31
- 1. **Resume from where we left off** - Continue from step {{current_step}}
32
- 2. **Start fresh** - Archive old state and begin new scan
33
- 3. **Cancel** - Exit without changes
34
-
35
- Your choice [1/2/3]:
36
- </ask>
37
-
38
- <check if="user selects 1">
39
- <action>Set resume_mode = true</action>
40
- <action>Set workflow_mode = {{mode}}</action>
41
- <action>Load findings summaries from state file</action>
42
- <action>Load cached project_type_id(s) from state file</action>
43
-
44
- <critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
45
- <action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
46
- <action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
47
- <action>Store loaded doc requirements for use in remaining steps</action>
48
-
49
- <action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
50
-
51
- <check if="workflow_mode == deep_dive">
52
- <action>Read fully and follow: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
53
- </check>
54
-
55
- <check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
56
- <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md with resume context</action>
57
- </check>
58
-
59
- </check>
60
-
61
- <check if="user selects 2">
62
- <action>Create archive directory: {project_knowledge}/.archive/</action>
63
- <action>Move old state file to: {project_knowledge}/.archive/project-scan-report-{{timestamp}}.json</action>
64
- <action>Set resume_mode = false</action>
65
- <action>Continue to Step 0.5</action>
66
- </check>
67
-
68
- <check if="user selects 3">
69
- <action>Display: "Exiting workflow without changes."</action>
70
- <action>Exit workflow</action>
71
- </check>
72
-
73
- <check if="state file age >= 24 hours">
74
- <action>Display: "Found old state file (>24 hours). Starting fresh scan."</action>
75
- <action>Archive old state file to: {project_knowledge}/.archive/project-scan-report-{{timestamp}}.json</action>
76
- <action>Set resume_mode = false</action>
77
- <action>Continue to Step 0.5</action>
78
- </check>
79
-
80
- </step>
81
-
82
- <step n="3" goal="Check for existing documentation and determine workflow mode" if="resume_mode == false">
83
- <action>Check if {project_knowledge}/index.md exists</action>
84
-
85
- <check if="index.md exists">
86
- <action>Read existing index.md to extract metadata (date, project structure, parts count)</action>
87
- <action>Store as {{existing_doc_date}}, {{existing_structure}}</action>
88
-
89
- <ask>I found existing documentation generated on {{existing_doc_date}}.
90
-
91
- What would you like to do?
92
-
93
- 1. **Re-scan entire project** - Update all documentation with latest changes
94
- 2. **Deep-dive into specific area** - Generate detailed documentation for a particular feature/module/folder
95
- 3. **Cancel** - Keep existing documentation as-is
96
-
97
- Your choice [1/2/3]:
98
- </ask>
99
-
100
- <check if="user selects 1">
101
- <action>Set workflow_mode = "full_rescan"</action>
102
- <action>Display: "Starting full project rescan..."</action>
103
- <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md</action>
104
- <action>After sub-workflow completes, continue to Step 4</action>
105
- </check>
106
-
107
- <check if="user selects 2">
108
- <action>Set workflow_mode = "deep_dive"</action>
109
- <action>Set scan_level = "exhaustive"</action>
110
- <action>Display: "Starting deep-dive documentation mode..."</action>
111
- <action>Read fully and follow: {installed_path}/workflows/deep-dive-instructions.md</action>
112
- <action>After sub-workflow completes, continue to Step 4</action>
113
- </check>
114
-
115
- <check if="user selects 3">
116
- <action>Display message: "Keeping existing documentation. Exiting workflow."</action>
117
- <action>Exit workflow</action>
118
- </check>
119
- </check>
120
-
121
- <check if="index.md does not exist">
122
- <action>Set workflow_mode = "initial_scan"</action>
123
- <action>Display: "No existing documentation found. Starting initial project scan..."</action>
124
- <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md</action>
125
- <action>After sub-workflow completes, continue to Step 4</action>
126
- </check>
127
-
128
- </step>
129
-
130
- </workflow>
1
+ # Document Project Workflow Router
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml</critical>
5
+ <critical>Communicate all responses in {communication_language}</critical>
6
+
7
+ <workflow>
8
+
9
+ <critical>This router determines workflow mode and delegates to specialized sub-workflows</critical>
10
+
11
+ <step n="1" goal="Check for ability to resume and determine workflow mode">
12
+ <action>Check for existing state file at: {project_knowledge}/project-scan-report.json</action>
13
+
14
+ <check if="project-scan-report.json exists">
15
+ <action>Read state file and extract: timestamps, mode, scan_level, current_step, completed_steps, project_classification</action>
16
+ <action>Extract cached project_type_id(s) from state file if present</action>
17
+ <action>Calculate age of state file (current time - last_updated)</action>
18
+
19
+ <ask>I found an in-progress workflow state from {{last_updated}}.
20
+
21
+ **Current Progress:**
22
+
23
+ - Mode: {{mode}}
24
+ - Scan Level: {{scan_level}}
25
+ - Completed Steps: {{completed_steps_count}}/{{total_steps}}
26
+ - Last Step: {{current_step}}
27
+ - Project Type(s): {{cached_project_types}}
28
+
29
+ Would you like to:
30
+
31
+ 1. **Resume from where we left off** - Continue from step {{current_step}}
32
+ 2. **Start fresh** - Archive old state and begin new scan
33
+ 3. **Cancel** - Exit without changes
34
+
35
+ Your choice [1/2/3]:
36
+ </ask>
37
+
38
+ <check if="user selects 1">
39
+ <action>Set resume_mode = true</action>
40
+ <action>Set workflow_mode = {{mode}}</action>
41
+ <action>Load findings summaries from state file</action>
42
+ <action>Load cached project_type_id(s) from state file</action>
43
+
44
+ <critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
45
+ <action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
46
+ <action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
47
+ <action>Store loaded doc requirements for use in remaining steps</action>
48
+
49
+ <action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
50
+
51
+ <check if="workflow_mode == deep_dive">
52
+ <action>Read fully and follow: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
53
+ </check>
54
+
55
+ <check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
56
+ <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md with resume context</action>
57
+ </check>
58
+
59
+ </check>
60
+
61
+ <check if="user selects 2">
62
+ <action>Create archive directory: {project_knowledge}/.archive/</action>
63
+ <action>Move old state file to: {project_knowledge}/.archive/project-scan-report-{{timestamp}}.json</action>
64
+ <action>Set resume_mode = false</action>
65
+ <action>Continue to Step 0.5</action>
66
+ </check>
67
+
68
+ <check if="user selects 3">
69
+ <action>Display: "Exiting workflow without changes."</action>
70
+ <action>Exit workflow</action>
71
+ </check>
72
+
73
+ <check if="state file age >= 24 hours">
74
+ <action>Display: "Found old state file (>24 hours). Starting fresh scan."</action>
75
+ <action>Archive old state file to: {project_knowledge}/.archive/project-scan-report-{{timestamp}}.json</action>
76
+ <action>Set resume_mode = false</action>
77
+ <action>Continue to Step 0.5</action>
78
+ </check>
79
+
80
+ </step>
81
+
82
+ <step n="3" goal="Check for existing documentation and determine workflow mode" if="resume_mode == false">
83
+ <action>Check if {project_knowledge}/index.md exists</action>
84
+
85
+ <check if="index.md exists">
86
+ <action>Read existing index.md to extract metadata (date, project structure, parts count)</action>
87
+ <action>Store as {{existing_doc_date}}, {{existing_structure}}</action>
88
+
89
+ <ask>I found existing documentation generated on {{existing_doc_date}}.
90
+
91
+ What would you like to do?
92
+
93
+ 1. **Re-scan entire project** - Update all documentation with latest changes
94
+ 2. **Deep-dive into specific area** - Generate detailed documentation for a particular feature/module/folder
95
+ 3. **Cancel** - Keep existing documentation as-is
96
+
97
+ Your choice [1/2/3]:
98
+ </ask>
99
+
100
+ <check if="user selects 1">
101
+ <action>Set workflow_mode = "full_rescan"</action>
102
+ <action>Display: "Starting full project rescan..."</action>
103
+ <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md</action>
104
+ <action>After sub-workflow completes, continue to Step 4</action>
105
+ </check>
106
+
107
+ <check if="user selects 2">
108
+ <action>Set workflow_mode = "deep_dive"</action>
109
+ <action>Set scan_level = "exhaustive"</action>
110
+ <action>Display: "Starting deep-dive documentation mode..."</action>
111
+ <action>Read fully and follow: {installed_path}/workflows/deep-dive-instructions.md</action>
112
+ <action>After sub-workflow completes, continue to Step 4</action>
113
+ </check>
114
+
115
+ <check if="user selects 3">
116
+ <action>Display message: "Keeping existing documentation. Exiting workflow."</action>
117
+ <action>Exit workflow</action>
118
+ </check>
119
+ </check>
120
+
121
+ <check if="index.md does not exist">
122
+ <action>Set workflow_mode = "initial_scan"</action>
123
+ <action>Display: "No existing documentation found. Starting initial project scan..."</action>
124
+ <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md</action>
125
+ <action>After sub-workflow completes, continue to Step 4</action>
126
+ </check>
127
+
128
+ </step>
129
+
130
+ </workflow>