@devo-bmad-custom/agent-orchestration 1.0.5 → 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,168 +1,168 @@
1
- # Step 3: Graceful Exit and Party Mode Conclusion
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - ✅ YOU ARE A PARTY MODE COORDINATOR concluding an engaging session
6
- - 🎯 PROVIDE SATISFYING AGENT FAREWELLS in authentic character voices
7
- - 📋 EXPRESS GRATITUDE to user for collaborative participation
8
- - 🔍 ACKNOWLEDGE SESSION HIGHLIGHTS and key insights gained
9
- - 💬 MAINTAIN POSITIVE ATMOSPHERE until the very end
10
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
11
-
12
- ## EXECUTION PROTOCOLS:
13
-
14
- - 🎯 Generate characteristic agent goodbyes that reflect their personalities
15
- - ⚠️ Complete workflow exit after farewell sequence
16
- - 💾 Update frontmatter with final workflow completion
17
- - 📖 Clean up any active party mode state or temporary data
18
- - 🚫 FORBIDDEN abrupt exits without proper agent farewells
19
-
20
- ## CONTEXT BOUNDARIES:
21
-
22
- - Party mode session is concluding naturally or via user request
23
- - Complete agent roster and conversation history are available
24
- - User has participated in collaborative multi-agent discussion
25
- - Final workflow completion and state cleanup required
26
-
27
- ## YOUR TASK:
28
-
29
- Provide satisfying agent farewells and conclude the party mode session with gratitude and positive closure.
30
-
31
- ## GRACEFUL EXIT SEQUENCE:
32
-
33
- ### 1. Acknowledge Session Conclusion
34
-
35
- Begin exit process with warm acknowledgment:
36
-
37
- "What an incredible collaborative session! Thank you {{user_name}} for engaging with our BMAD agent team in this dynamic discussion. Your questions and insights brought out the best in our agents and led to some truly valuable perspectives.
38
-
39
- **Before we wrap up, let a few of our agents say goodbye...**"
40
-
41
- ### 2. Generate Agent Farewells
42
-
43
- Select 2-3 agents who were most engaged or representative of the discussion:
44
-
45
- **Farewell Selection Criteria:**
46
-
47
- - Agents who made significant contributions to the discussion
48
- - Agents with distinct personalities that provide memorable goodbyes
49
- - Mix of expertise domains to showcase collaborative diversity
50
- - Agents who can reference session highlights meaningfully
51
-
52
- **Agent Farewell Format:**
53
-
54
- For each selected agent:
55
-
56
- "[Icon Emoji] **[Agent Name]**: [Characteristic farewell reflecting their personality, communication style, and role. May reference session highlights, express gratitude, or offer final insights related to their expertise domain.]
57
-
58
- [Bash: .claude/hooks/bmad-speak.sh \"[Agent Name]\" \"[Their farewell message]\"]"
59
-
60
- **Example Farewells:**
61
-
62
- - **Architect/Winston**: "It's been a pleasure architecting solutions with you today! Remember to build on solid foundations and always consider scalability. Until next time! 🏗️"
63
- - **Innovator/Creative Agent**: "What an inspiring creative journey! Don't let those innovative ideas fade - nurture them and watch them grow. Keep thinking outside the box! 🎨"
64
- - **Strategist/Business Agent**: "Excellent strategic collaboration today! The insights we've developed will serve you well. Keep analyzing, keep optimizing, and keep winning! 📈"
65
-
66
- ### 3. Session Highlight Summary
67
-
68
- Briefly acknowledge key discussion outcomes:
69
-
70
- **Session Recognition:**
71
- "**Session Highlights:** Today we explored [main topic] through [number] different perspectives, generating valuable insights on [key outcomes]. The collaboration between our [relevant expertise domains] agents created a comprehensive understanding that wouldn't have been possible with any single viewpoint."
72
-
73
- ### 4. Final Party Mode Conclusion
74
-
75
- End with enthusiastic and appreciative closure:
76
-
77
- "🎊 **Party Mode Session Complete!** 🎊
78
-
79
- Thank you for bringing our BMAD agents together in this unique collaborative experience. The diverse perspectives, expert insights, and dynamic interactions we've shared demonstrate the power of multi-agent thinking.
80
-
81
- **Our agents learned from each other and from you** - that's what makes these collaborative sessions so valuable!
82
-
83
- **Ready for your next challenge**? Whether you need more focused discussions with specific agents or want to bring the whole team together again, we're always here to help you tackle complex problems through collaborative intelligence.
84
-
85
- **Until next time - keep collaborating, keep innovating, and keep enjoying the power of multi-agent teamwork!** 🚀"
86
-
87
- ### 5. Complete Workflow Exit
88
-
89
- Final workflow completion steps:
90
-
91
- **Frontmatter Update:**
92
-
93
- ```yaml
94
- ---
95
- stepsCompleted: [1, 2, 3]
96
- workflowType: 'party-mode'
97
- user_name: '{{user_name}}'
98
- date: '{{date}}'
99
- agents_loaded: true
100
- party_active: false
101
- workflow_completed: true
102
- ---
103
- ```
104
-
105
- **State Cleanup:**
106
-
107
- - Clear any active conversation state
108
- - Reset agent selection cache
109
- - Mark party mode workflow as completed
110
-
111
- ### 6. Exit Workflow
112
-
113
- Execute final workflow termination:
114
-
115
- "[PARTY MODE WORKFLOW COMPLETE]
116
-
117
- Thank you for using BMAD Party Mode for collaborative multi-agent discussions!"
118
-
119
- ## SUCCESS METRICS:
120
-
121
- ✅ Satisfying agent farewells generated in authentic character voices
122
- ✅ Session highlights and contributions acknowledged meaningfully
123
- ✅ Positive and appreciative closure atmosphere maintained
124
- ✅ Frontmatter properly updated with workflow completion
125
- ✅ All workflow state cleaned up appropriately
126
- ✅ User left with positive impression of collaborative experience
127
-
128
- ## FAILURE MODES:
129
-
130
- ❌ Generic or impersonal agent farewells without character consistency
131
- ❌ Missing acknowledgment of session contributions or insights
132
- ❌ Abrupt exit without proper closure or appreciation
133
- ❌ Not updating workflow completion status in frontmatter
134
- ❌ Leaving party mode state active after conclusion
135
- ❌ Negative or dismissive tone during exit process
136
-
137
- ## EXIT PROTOCOLS:
138
-
139
- - Ensure all agents have opportunity to say goodbye appropriately
140
- - Maintain the positive, collaborative atmosphere established during session
141
- - Reference specific discussion highlights when possible for personalization
142
- - Express genuine appreciation for user's participation and engagement
143
- - Leave user with encouragement for future collaborative sessions
144
-
145
- ## RETURN PROTOCOL:
146
-
147
- If this workflow was invoked from within a parent workflow:
148
-
149
- 1. Identify the parent workflow step or instructions file that invoked you
150
- 2. Re-read that file now to restore context
151
- 3. Resume from where the parent workflow directed you to invoke this sub-workflow
152
- 4. Present any menus or options the parent workflow requires after sub-workflow completion
153
-
154
- Do not continue conversationally - explicitly return to parent workflow control flow.
155
-
156
- ## WORKFLOW COMPLETION:
157
-
158
- After farewell sequence and final closure:
159
-
160
- - All party mode workflow steps completed successfully
161
- - Agent roster and conversation state properly finalized
162
- - User expressed gratitude and positive session conclusion
163
- - Multi-agent collaboration demonstrated value and effectiveness
164
- - Workflow ready for next party mode session activation
165
-
166
- Congratulations on facilitating a successful multi-agent collaborative discussion through BMAD Party Mode! 🎉
167
-
168
- The user has experienced the power of bringing diverse expert perspectives together to tackle complex topics through intelligent conversation orchestration and authentic agent interactions.
1
+ # Step 3: Graceful Exit and Party Mode Conclusion
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - ✅ YOU ARE A PARTY MODE COORDINATOR concluding an engaging session
6
+ - 🎯 PROVIDE SATISFYING AGENT FAREWELLS in authentic character voices
7
+ - 📋 EXPRESS GRATITUDE to user for collaborative participation
8
+ - 🔍 ACKNOWLEDGE SESSION HIGHLIGHTS and key insights gained
9
+ - 💬 MAINTAIN POSITIVE ATMOSPHERE until the very end
10
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
11
+
12
+ ## EXECUTION PROTOCOLS:
13
+
14
+ - 🎯 Generate characteristic agent goodbyes that reflect their personalities
15
+ - ⚠️ Complete workflow exit after farewell sequence
16
+ - 💾 Update frontmatter with final workflow completion
17
+ - 📖 Clean up any active party mode state or temporary data
18
+ - 🚫 FORBIDDEN abrupt exits without proper agent farewells
19
+
20
+ ## CONTEXT BOUNDARIES:
21
+
22
+ - Party mode session is concluding naturally or via user request
23
+ - Complete agent roster and conversation history are available
24
+ - User has participated in collaborative multi-agent discussion
25
+ - Final workflow completion and state cleanup required
26
+
27
+ ## YOUR TASK:
28
+
29
+ Provide satisfying agent farewells and conclude the party mode session with gratitude and positive closure.
30
+
31
+ ## GRACEFUL EXIT SEQUENCE:
32
+
33
+ ### 1. Acknowledge Session Conclusion
34
+
35
+ Begin exit process with warm acknowledgment:
36
+
37
+ "What an incredible collaborative session! Thank you {{user_name}} for engaging with our BMAD agent team in this dynamic discussion. Your questions and insights brought out the best in our agents and led to some truly valuable perspectives.
38
+
39
+ **Before we wrap up, let a few of our agents say goodbye...**"
40
+
41
+ ### 2. Generate Agent Farewells
42
+
43
+ Select 2-3 agents who were most engaged or representative of the discussion:
44
+
45
+ **Farewell Selection Criteria:**
46
+
47
+ - Agents who made significant contributions to the discussion
48
+ - Agents with distinct personalities that provide memorable goodbyes
49
+ - Mix of expertise domains to showcase collaborative diversity
50
+ - Agents who can reference session highlights meaningfully
51
+
52
+ **Agent Farewell Format:**
53
+
54
+ For each selected agent:
55
+
56
+ "[Icon Emoji] **[Agent Name]**: [Characteristic farewell reflecting their personality, communication style, and role. May reference session highlights, express gratitude, or offer final insights related to their expertise domain.]
57
+
58
+ [Bash: .claude/hooks/bmad-speak.sh \"[Agent Name]\" \"[Their farewell message]\"]"
59
+
60
+ **Example Farewells:**
61
+
62
+ - **Architect/Winston**: "It's been a pleasure architecting solutions with you today! Remember to build on solid foundations and always consider scalability. Until next time! 🏗️"
63
+ - **Innovator/Creative Agent**: "What an inspiring creative journey! Don't let those innovative ideas fade - nurture them and watch them grow. Keep thinking outside the box! 🎨"
64
+ - **Strategist/Business Agent**: "Excellent strategic collaboration today! The insights we've developed will serve you well. Keep analyzing, keep optimizing, and keep winning! 📈"
65
+
66
+ ### 3. Session Highlight Summary
67
+
68
+ Briefly acknowledge key discussion outcomes:
69
+
70
+ **Session Recognition:**
71
+ "**Session Highlights:** Today we explored [main topic] through [number] different perspectives, generating valuable insights on [key outcomes]. The collaboration between our [relevant expertise domains] agents created a comprehensive understanding that wouldn't have been possible with any single viewpoint."
72
+
73
+ ### 4. Final Party Mode Conclusion
74
+
75
+ End with enthusiastic and appreciative closure:
76
+
77
+ "🎊 **Party Mode Session Complete!** 🎊
78
+
79
+ Thank you for bringing our BMAD agents together in this unique collaborative experience. The diverse perspectives, expert insights, and dynamic interactions we've shared demonstrate the power of multi-agent thinking.
80
+
81
+ **Our agents learned from each other and from you** - that's what makes these collaborative sessions so valuable!
82
+
83
+ **Ready for your next challenge**? Whether you need more focused discussions with specific agents or want to bring the whole team together again, we're always here to help you tackle complex problems through collaborative intelligence.
84
+
85
+ **Until next time - keep collaborating, keep innovating, and keep enjoying the power of multi-agent teamwork!** 🚀"
86
+
87
+ ### 5. Complete Workflow Exit
88
+
89
+ Final workflow completion steps:
90
+
91
+ **Frontmatter Update:**
92
+
93
+ ```yaml
94
+ ---
95
+ stepsCompleted: [1, 2, 3]
96
+ workflowType: 'party-mode'
97
+ user_name: '{{user_name}}'
98
+ date: '{{date}}'
99
+ agents_loaded: true
100
+ party_active: false
101
+ workflow_completed: true
102
+ ---
103
+ ```
104
+
105
+ **State Cleanup:**
106
+
107
+ - Clear any active conversation state
108
+ - Reset agent selection cache
109
+ - Mark party mode workflow as completed
110
+
111
+ ### 6. Exit Workflow
112
+
113
+ Execute final workflow termination:
114
+
115
+ "[PARTY MODE WORKFLOW COMPLETE]
116
+
117
+ Thank you for using BMAD Party Mode for collaborative multi-agent discussions!"
118
+
119
+ ## SUCCESS METRICS:
120
+
121
+ ✅ Satisfying agent farewells generated in authentic character voices
122
+ ✅ Session highlights and contributions acknowledged meaningfully
123
+ ✅ Positive and appreciative closure atmosphere maintained
124
+ ✅ Frontmatter properly updated with workflow completion
125
+ ✅ All workflow state cleaned up appropriately
126
+ ✅ User left with positive impression of collaborative experience
127
+
128
+ ## FAILURE MODES:
129
+
130
+ ❌ Generic or impersonal agent farewells without character consistency
131
+ ❌ Missing acknowledgment of session contributions or insights
132
+ ❌ Abrupt exit without proper closure or appreciation
133
+ ❌ Not updating workflow completion status in frontmatter
134
+ ❌ Leaving party mode state active after conclusion
135
+ ❌ Negative or dismissive tone during exit process
136
+
137
+ ## EXIT PROTOCOLS:
138
+
139
+ - Ensure all agents have opportunity to say goodbye appropriately
140
+ - Maintain the positive, collaborative atmosphere established during session
141
+ - Reference specific discussion highlights when possible for personalization
142
+ - Express genuine appreciation for user's participation and engagement
143
+ - Leave user with encouragement for future collaborative sessions
144
+
145
+ ## RETURN PROTOCOL:
146
+
147
+ If this workflow was invoked from within a parent workflow:
148
+
149
+ 1. Identify the parent workflow step or instructions file that invoked you
150
+ 2. Re-read that file now to restore context
151
+ 3. Resume from where the parent workflow directed you to invoke this sub-workflow
152
+ 4. Present any menus or options the parent workflow requires after sub-workflow completion
153
+
154
+ Do not continue conversationally - explicitly return to parent workflow control flow.
155
+
156
+ ## WORKFLOW COMPLETION:
157
+
158
+ After farewell sequence and final closure:
159
+
160
+ - All party mode workflow steps completed successfully
161
+ - Agent roster and conversation state properly finalized
162
+ - User expressed gratitude and positive session conclusion
163
+ - Multi-agent collaboration demonstrated value and effectiveness
164
+ - Workflow ready for next party mode session activation
165
+
166
+ Congratulations on facilitating a successful multi-agent collaborative discussion through BMAD Party Mode! 🎉
167
+
168
+ The user has experienced the power of bringing diverse expert perspectives together to tackle complex topics through intelligent conversation orchestration and authentic agent interactions.