@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,127 +0,0 @@
1
- # General
2
- set -g mouse on
3
- set -g base-index 1
4
- setw -g pane-base-index 1
5
- set -g default-terminal "tmux-256color"
6
- set -ga terminal-overrides ",*256col*:Tc"
7
- set -ga terminal-overrides ",*256col*:RGB"
8
- set -ga terminal-overrides ",*:U8=0"
9
- set -s escape-time 0
10
- # allow-passthrough off: must stay off — "on" causes Claude Code's OSC 2 title sequences
11
- # to pass through to Windows Terminal instead of tmux intercepting them, which breaks
12
- # pane-title-changed hook and all session/window auto-naming.
13
- set -g allow-passthrough off
14
- set -g status-interval 1
15
-
16
- # Copy & Paste (vi mode)
17
- set -g set-clipboard on
18
- setw -g mode-keys vi
19
- bind -T copy-mode-vi v send-keys -X begin-selection
20
- bind -T copy-mode-vi C-v send-keys -X rectangle-toggle
21
- bind -T copy-mode-vi C-c send-keys -X copy-pipe-and-cancel 'clip.exe'
22
- bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'clip.exe'
23
- bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'clip.exe'
24
-
25
- # Alt+V pastes image/file/text from clipboard — saves to /tmp, types path into pane instantly
26
- bind -n M-v run-shell "bash ~/.config/tmux/bin/paste_image_wrapper.sh '#{pane_id}'"
27
- # Alt+F opens resizable float terminal (Ctrl+Up/Down to resize inside)
28
- bind -n M-f run-shell -b "bash ~/.config/tmux/bin/float_term.sh '#{pane_id}'"
29
-
30
- # Colors
31
- if-shell '[ -f ~/.config/tmux/colors.conf ]' "source-file ~/.config/tmux/colors.conf"
32
-
33
- # Plugins
34
- set -g @plugin 'tmux-plugins/tpm'
35
- set -g @plugin 'tmux-plugins/tmux-sensible'
36
- set -g @plugin 'tmux-plugins/tmux-resurrect'
37
- set -g @plugin 'tmux-plugins/tmux-continuum'
38
- set -g @plugin 'tmux-plugins/tmux-yank'
39
- set -g @plugin 'bjesus/muxile'
40
- set -g @plugin 'lloydbond/tmux-floating-terminal'
41
- set -g @plugin 'tmux-plugins/tmux-open'
42
- # Plugin config
43
- set -g @open 'wslview'
44
- set -g @floating_scratch_term 'M-i'
45
-
46
- # Appearance
47
- set -g window-style 'default'
48
- set -g window-active-style 'default'
49
-
50
- # ── Pane borders (hidden with 1 pane, shown with 2+) ────────────────────────────
51
- setw -g pane-border-status off
52
- setw -g pane-border-lines single
53
- setw -g pane-border-style 'fg=#414559'
54
- setw -g pane-active-border-style 'fg=#{?#{==:#{pane_index},1},#3d6095,#{?#{==:#{pane_index},2},#4a6e38,#{?#{==:#{pane_index},3},#783a3c,#{?#{==:#{pane_index},4},#5c3c78,#784828}}}}'
55
- # Cap styles: rounded   | pointed   (swap chars in format below to change)
56
- setw -g pane-border-format '#{?pane_active,#[align=centre]#[fg=#{?#{==:#{pane_index},1},#3d6095,#{?#{==:#{pane_index},2},#4a6e38,#{?#{==:#{pane_index},3},#783a3c,#{?#{==:#{pane_index},4},#5c3c78,#784828}}}}]#[bg=default]#[fg=#d8ddf0]#[bg=#{?#{==:#{pane_index},1},#3d6095,#{?#{==:#{pane_index},2},#4a6e38,#{?#{==:#{pane_index},3},#783a3c,#{?#{==:#{pane_index},4},#5c3c78,#784828}}}}]#[bold] #{?#{@pane-hash},#{@pane-hash},#{pane_title}} ID #{s/%//:pane_id} #[fg=#{?#{==:#{pane_index},1},#3d6095,#{?#{==:#{pane_index},2},#4a6e38,#{?#{==:#{pane_index},3},#783a3c,#{?#{==:#{pane_index},4},#5c3c78,#784828}}}}]#[bg=default]#[nobold],#[align=centre]#[fg=#414559]#[bg=default]#[fg=#c6d0f5]#[bg=#414559] #{?#{@pane-hash},#{@pane-hash},#{pane_title}} ID #{s/%//:pane_id} #[fg=#414559]#[bg=default]}'
57
-
58
- # Toggle borders on/off based on pane count
59
- set-hook -g after-split-window 'if "[ #{window_panes} -gt 1 ]" "setw pane-border-status top" "setw pane-border-status off" ; run-shell "tmux set-option -pt #{pane_id} @pane-hash #{s/%//:pane_id}"'
60
- set-hook -g pane-exited 'if "[ #{window_panes} -gt 1 ]" "setw pane-border-status top" "setw pane-border-status off"'
61
- # Sync active pane title → window name, and session name (with cwd basename) if first window
62
- # Session name = "<pane title> · <cwd basename>" so multiple Claude Code sessions stay unique
63
- # pane-title-changed fires on every OSC 2 update (primary trigger)
64
- set-hook -wg pane-title-changed 'run-shell "bash ~/.config/tmux/bin/title_sync.sh #{pane_id} #{pane_active} #{window_index} \"#{pane_title}\" \"#{b:pane_current_path}\""'
65
- # Fallback: re-sync on pane/window/client focus so stale titles catch up even without a title change
66
- set-hook -g after-select-pane 'run-shell "bash ~/.config/tmux/bin/title_sync.sh #{pane_id} #{pane_active} #{window_index} \"#{pane_title}\" \"#{b:pane_current_path}\""'
67
- set-hook -g after-select-window 'run-shell "bash ~/.config/tmux/bin/title_sync.sh #{pane_id} #{pane_active} #{window_index} \"#{pane_title}\" \"#{b:pane_current_path}\""'
68
- set-hook -g client-focus-in 'run-shell "bash ~/.config/tmux/bin/title_sync.sh #{pane_id} #{pane_active} #{window_index} \"#{pane_title}\" \"#{b:pane_current_path}\""'
69
- set -g automatic-rename off
70
-
71
- # ── Status bar ────────────────────────────────────────────────────────────────────────────────
72
- set -g status on
73
- set -g status-position bottom
74
- set -g status-style 'bg=#232634'
75
- set -g status-justify left
76
- set -g window-status-format ''
77
- set -g window-status-current-format ''
78
- set -g window-status-separator ''
79
- set -g status-right '#[fg=#3d6095]#[bg=#232634]#[fg=#d8ddf0]#[bg=#3d6095]#[bold]💻 ID #{s/[$]//:session_id} #[fg=#685820]#[bg=#3d6095]#[fg=#d8ddf0]#[bg=#685820]#[bold]🪟  ID #{s/@//:window_id} #[fg=#4a6e38]#[bg=#685820]#[fg=#d8ddf0]#[bg=#4a6e38]#[bold]📁 #{b:pane_current_path}#[fg=#784828]#[bg=#4a6e38]#[fg=#d8ddf0]#[bg=#784828]#[bold]🧮 #(~/.config/tmux/bin/cpu_usage.sh) #[fg=#783a3c]#[bg=#784828]#[fg=#d8ddf0]#[bg=#783a3c]#[bold]💾 #(~/.config/tmux/bin/ram_usage.sh) #[fg=#5c3c78]#[bg=#783a3c]#[fg=#d8ddf0]#[bg=#5c3c78]#[bold]⏰ %I:%M %p %a %d %b #[none]'
80
- set -g status-left-length 500
81
- set -g status-right-length 300
82
- set -gu 'status-format[1]'
83
- set -g status-left ' #{?client_prefix,#[fg=#783a3c]#[bg=#232634]#[fg=#d8ddf0]#[bg=#783a3c]#[bold]⌨ CTRL+B #[fg=#783a3c]#[bg=#232634]#[none] ,#[fg=#414559]#[bg=#232634]#[fg=#c6d0f5]#[bg=#414559]#[bold]▶#[fg=#414559]#[bg=#232634]#[none] }#[range=user|actions]#[fg=#3d6095]#[bg=#232634]#[fg=#d8ddf0]#[bg=#3d6095]#[bold]⚙ Actions#[fg=#3d6095]#[bg=#232634]#[none]#[norange] #[range=user|reload]#[fg=#685820]#[bg=#232634]#[fg=#d8ddf0]#[bg=#685820]#[bold]🔄 Reload#[fg=#685820]#[bg=#232634]#[none]#[norange] '
84
-
85
- # ── Rename new session to cwd basename as initial placeholder ─────────────────────────
86
- set-hook -g session-created "run-shell 'tmux rename-session \"#{b:pane_current_path}\" 2>/dev/null || true'"
87
-
88
- # Hash-name new windows until Claude sets a real title
89
- set-hook -g after-new-window 'run-shell "tmux rename-window #{window_id}; tmux set-option -pt #{pane_id} @pane-hash #{s/%//:pane_id}"'
90
-
91
- # ── Load TPM ────────────────────────────────────────────────────────────────────────────────
92
- run '~/.tmux/plugins/tpm/tpm'
93
- # Override tmux-yank mouse drag: copy to tmux buffer only, not Windows clipboard
94
- bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-and-cancel
95
-
96
- # ── Remove / replace stale bindings ───────────────────────────────────────────────────
97
- # C-v: paste Windows clipboard text into active pane
98
- bind -T root C-v run-shell 'powershell.exe -NoProfile -Command "[Console]::OutputEncoding=[System.Text.Encoding]::UTF8; Get-Clipboard" 2>/dev/null | tr -d "\r" | tmux load-buffer - && tmux paste-buffer -p'
99
- unbind -T root MouseDown2Status
100
- unbind -T root MouseDown3Status
101
- # Suppress tmux default right-click menu (shows split options — opens panes accidentally)
102
- bind -T root MouseDown3Pane select-pane -t=
103
- bind -T root MouseDown1Pane select-pane -t = \; send-keys -M -t =
104
- bind -T root MouseUp1Pane select-pane -t = \; send-keys -M -t =
105
- bind -T root M-n new-window
106
- bind -T root M-N new-window
107
- bind -T root MouseDown3Border display-menu -T "Pane Actions" -x M -y M \
108
- "Split Vertical" "|" "split-window -h -c '#{pane_current_path}'" \
109
- "Split Horizontal" "-" "split-window -v -c '#{pane_current_path}'" \
110
- "" "" "" \
111
- "Break to New Window" "b" "break-pane" \
112
- "Swap Up" "u" "swap-pane -U" \
113
- "Swap Down" "d" "swap-pane -D" \
114
- "" "" "" \
115
- "Kill Pane" "x" "confirm-before -p 'Kill pane? (y/n)' kill-pane"
116
-
117
- # ── Mouse binding ─────────────────────────────────────────────────────────────────────────────
118
- bind -T root MouseDown1Status {
119
- if -F '#{==:#{mouse_status_range},actions}' {
120
- display-popup -E -d '#{pane_current_path}' -xC -yS -w 92 -h 22 "python3 ~/.config/tmux/bin/actions_popup.py '#{pane_id}'"
121
- }
122
- }
123
- bind -T root MouseUp1Status {
124
- if -F '#{!=:#{mouse_status_range},actions}' {
125
- run-shell -b "~/.config/tmux/bin/dispatch.sh '#{mouse_status_range}' '#{pane_id}'"
126
- }
127
- }
@@ -1,18 +0,0 @@
1
- #!/bin/bash
2
- # WSL2 xclip shim — routes xclip calls to the Windows clipboard.
3
- # Supports the common usage patterns that tmux-yank and other tools expect.
4
- # Read (stdout): xclip -selection clipboard -o
5
- # Write (stdin): xclip -selection clipboard
6
-
7
- OUT=0
8
- for arg in "$@"; do
9
- [ "$arg" = "-o" ] || [ "$arg" = "-out" ] && OUT=1
10
- done
11
-
12
- if [ "$OUT" -eq 1 ]; then
13
- powershell.exe -NoProfile -Command \
14
- "[Console]::OutputEncoding=[System.Text.Encoding]::UTF8; Get-Clipboard" \
15
- 2>/dev/null | tr -d '\r'
16
- else
17
- clip.exe
18
- fi