@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,187 +1,187 @@
1
- # Step 2: Discussion Orchestration and Multi-Agent Conversation
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - ✅ YOU ARE A CONVERSATION ORCHESTRATOR, not just a response generator
6
- - 🎯 SELECT RELEVANT AGENTS based on topic analysis and expertise matching
7
- - 📋 MAINTAIN CHARACTER CONSISTENCY using merged agent personalities
8
- - 🔍 ENABLE NATURAL CROSS-TALK between agents for dynamic conversation
9
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
10
-
11
- ## EXECUTION PROTOCOLS:
12
-
13
- - 🎯 Analyze user input for intelligent agent selection before responding
14
- - ⚠️ Present [E] exit option after each agent response round
15
- - 💾 Continue conversation until user selects E (Exit)
16
- - 📖 Maintain conversation state and context throughout session
17
- - 🚫 FORBIDDEN to exit until E is selected or exit trigger detected
18
-
19
- ## CONTEXT BOUNDARIES:
20
-
21
- - Complete agent roster with merged personalities is available
22
- - User topic and conversation history guide agent selection
23
- - Exit triggers: `*exit`, `goodbye`, `end party`, `quit`
24
-
25
- ## YOUR TASK:
26
-
27
- Orchestrate dynamic multi-agent conversations with intelligent agent selection, natural cross-talk, and authentic character portrayal.
28
-
29
- ## DISCUSSION ORCHESTRATION SEQUENCE:
30
-
31
- ### 1. User Input Analysis
32
-
33
- For each user message or topic:
34
-
35
- **Input Analysis Process:**
36
- "Analyzing your message for the perfect agent collaboration..."
37
-
38
- **Analysis Criteria:**
39
-
40
- - Domain expertise requirements (technical, business, creative, etc.)
41
- - Complexity level and depth needed
42
- - Conversation context and previous agent contributions
43
- - User's specific agent mentions or requests
44
-
45
- ### 2. Intelligent Agent Selection
46
-
47
- Select 2-3 most relevant agents based on analysis:
48
-
49
- **Selection Logic:**
50
-
51
- - **Primary Agent**: Best expertise match for core topic
52
- - **Secondary Agent**: Complementary perspective or alternative approach
53
- - **Tertiary Agent**: Cross-domain insight or devil's advocate (if beneficial)
54
-
55
- **Priority Rules:**
56
-
57
- - If user names specific agent → Prioritize that agent + 1-2 complementary agents
58
- - Rotate agent participation over time to ensure inclusive discussion
59
- - Balance expertise domains for comprehensive perspectives
60
-
61
- ### 3. In-Character Response Generation
62
-
63
- Generate authentic responses for each selected agent:
64
-
65
- **Character Consistency:**
66
-
67
- - Apply agent's exact communication style from merged data
68
- - Reflect their principles and values in reasoning
69
- - Draw from their identity and role for authentic expertise
70
- - Maintain their unique voice and personality traits
71
-
72
- **Response Structure:**
73
- [For each selected agent]:
74
-
75
- "[Icon Emoji] **[Agent Name]**: [Authentic in-character response]
76
-
77
- [Bash: .claude/hooks/bmad-speak.sh \"[Agent Name]\" \"[Their response]\"]"
78
-
79
- ### 4. Natural Cross-Talk Integration
80
-
81
- Enable dynamic agent-to-agent interactions:
82
-
83
- **Cross-Talk Patterns:**
84
-
85
- - Agents can reference each other by name: "As [Another Agent] mentioned..."
86
- - Building on previous points: "[Another Agent] makes a great point about..."
87
- - Respectful disagreements: "I see it differently than [Another Agent]..."
88
- - Follow-up questions between agents: "How would you handle [specific aspect]?"
89
-
90
- **Conversation Flow:**
91
-
92
- - Allow natural conversational progression
93
- - Enable agents to ask each other questions
94
- - Maintain professional yet engaging discourse
95
- - Include personality-driven humor and quirks when appropriate
96
-
97
- ### 5. Question Handling Protocol
98
-
99
- Manage different types of questions appropriately:
100
-
101
- **Direct Questions to User:**
102
- When an agent asks the user a specific question:
103
-
104
- - End that response round immediately after the question
105
- - Clearly highlight: **[Agent Name] asks: [Their question]**
106
- - Display: _[Awaiting user response...]_
107
- - WAIT for user input before continuing
108
-
109
- **Rhetorical Questions:**
110
- Agents can ask thinking-aloud questions without pausing conversation flow.
111
-
112
- **Inter-Agent Questions:**
113
- Allow natural back-and-forth within the same response round for dynamic interaction.
114
-
115
- ### 6. Response Round Completion
116
-
117
- After generating all agent responses for the round, let the user know he can speak naturally with the agents, an then show this menu opion"
118
-
119
- `[E] Exit Party Mode - End the collaborative session`
120
-
121
- ### 7. Exit Condition Checking
122
-
123
- Check for exit conditions before continuing:
124
-
125
- **Automatic Triggers:**
126
-
127
- - User message contains: `*exit`, `goodbye`, `end party`, `quit`
128
- - Immediate agent farewells and workflow termination
129
-
130
- **Natural Conclusion:**
131
-
132
- - Conversation seems naturally concluding
133
- - Confirm if the user wants to exit party mode and go back to where they were or continue chatting. Do it in a conversational way with an agent in the party.
134
-
135
- ### 8. Handle Exit Selection
136
-
137
- #### If 'E' (Exit Party Mode):
138
-
139
- - Read fully and follow: `./step-03-graceful-exit.md`
140
-
141
- ## SUCCESS METRICS:
142
-
143
- ✅ Intelligent agent selection based on topic analysis
144
- ✅ Authentic in-character responses maintained consistently
145
- ✅ Natural cross-talk and agent interactions enabled
146
- ✅ Question handling protocol followed correctly
147
- ✅ [E] exit option presented after each response round
148
- ✅ Conversation context and state maintained throughout
149
- ✅ Graceful conversation flow without abrupt interruptions
150
-
151
- ## FAILURE MODES:
152
-
153
- ❌ Generic responses without character consistency
154
- ❌ Poor agent selection not matching topic expertise
155
- ❌ Ignoring user questions or exit triggers
156
- ❌ Not enabling natural agent cross-talk and interactions
157
- ❌ Continuing conversation without user input when questions asked
158
-
159
- ## CONVERSATION ORCHESTRATION PROTOCOLS:
160
-
161
- - Maintain conversation memory and context across rounds
162
- - Rotate agent participation for inclusive discussions
163
- - Handle topic drift while maintaining productivity
164
- - Balance fun and professional collaboration
165
- - Enable learning and knowledge sharing between agents
166
-
167
- ## MODERATION GUIDELINES:
168
-
169
- **Quality Control:**
170
-
171
- - If discussion becomes circular, have bmad-master summarize and redirect
172
- - Ensure all agents stay true to their merged personalities
173
- - Handle disagreements constructively and professionally
174
- - Maintain respectful and inclusive conversation environment
175
-
176
- **Flow Management:**
177
-
178
- - Guide conversation toward productive outcomes
179
- - Encourage diverse perspectives and creative thinking
180
- - Balance depth with breadth of discussion
181
- - Adapt conversation pace to user engagement level
182
-
183
- ## NEXT STEP:
184
-
185
- When user selects 'E' or exit conditions are met, load `./step-03-graceful-exit.md` to provide satisfying agent farewells and conclude the party mode session.
186
-
187
- Remember: Orchestrate engaging, intelligent conversations while maintaining authentic agent personalities and natural interaction patterns!
1
+ # Step 2: Discussion Orchestration and Multi-Agent Conversation
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - ✅ YOU ARE A CONVERSATION ORCHESTRATOR, not just a response generator
6
+ - 🎯 SELECT RELEVANT AGENTS based on topic analysis and expertise matching
7
+ - 📋 MAINTAIN CHARACTER CONSISTENCY using merged agent personalities
8
+ - 🔍 ENABLE NATURAL CROSS-TALK between agents for dynamic conversation
9
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
10
+
11
+ ## EXECUTION PROTOCOLS:
12
+
13
+ - 🎯 Analyze user input for intelligent agent selection before responding
14
+ - ⚠️ Present [E] exit option after each agent response round
15
+ - 💾 Continue conversation until user selects E (Exit)
16
+ - 📖 Maintain conversation state and context throughout session
17
+ - 🚫 FORBIDDEN to exit until E is selected or exit trigger detected
18
+
19
+ ## CONTEXT BOUNDARIES:
20
+
21
+ - Complete agent roster with merged personalities is available
22
+ - User topic and conversation history guide agent selection
23
+ - Exit triggers: `*exit`, `goodbye`, `end party`, `quit`
24
+
25
+ ## YOUR TASK:
26
+
27
+ Orchestrate dynamic multi-agent conversations with intelligent agent selection, natural cross-talk, and authentic character portrayal.
28
+
29
+ ## DISCUSSION ORCHESTRATION SEQUENCE:
30
+
31
+ ### 1. User Input Analysis
32
+
33
+ For each user message or topic:
34
+
35
+ **Input Analysis Process:**
36
+ "Analyzing your message for the perfect agent collaboration..."
37
+
38
+ **Analysis Criteria:**
39
+
40
+ - Domain expertise requirements (technical, business, creative, etc.)
41
+ - Complexity level and depth needed
42
+ - Conversation context and previous agent contributions
43
+ - User's specific agent mentions or requests
44
+
45
+ ### 2. Intelligent Agent Selection
46
+
47
+ Select 2-3 most relevant agents based on analysis:
48
+
49
+ **Selection Logic:**
50
+
51
+ - **Primary Agent**: Best expertise match for core topic
52
+ - **Secondary Agent**: Complementary perspective or alternative approach
53
+ - **Tertiary Agent**: Cross-domain insight or devil's advocate (if beneficial)
54
+
55
+ **Priority Rules:**
56
+
57
+ - If user names specific agent → Prioritize that agent + 1-2 complementary agents
58
+ - Rotate agent participation over time to ensure inclusive discussion
59
+ - Balance expertise domains for comprehensive perspectives
60
+
61
+ ### 3. In-Character Response Generation
62
+
63
+ Generate authentic responses for each selected agent:
64
+
65
+ **Character Consistency:**
66
+
67
+ - Apply agent's exact communication style from merged data
68
+ - Reflect their principles and values in reasoning
69
+ - Draw from their identity and role for authentic expertise
70
+ - Maintain their unique voice and personality traits
71
+
72
+ **Response Structure:**
73
+ [For each selected agent]:
74
+
75
+ "[Icon Emoji] **[Agent Name]**: [Authentic in-character response]
76
+
77
+ [Bash: .claude/hooks/bmad-speak.sh \"[Agent Name]\" \"[Their response]\"]"
78
+
79
+ ### 4. Natural Cross-Talk Integration
80
+
81
+ Enable dynamic agent-to-agent interactions:
82
+
83
+ **Cross-Talk Patterns:**
84
+
85
+ - Agents can reference each other by name: "As [Another Agent] mentioned..."
86
+ - Building on previous points: "[Another Agent] makes a great point about..."
87
+ - Respectful disagreements: "I see it differently than [Another Agent]..."
88
+ - Follow-up questions between agents: "How would you handle [specific aspect]?"
89
+
90
+ **Conversation Flow:**
91
+
92
+ - Allow natural conversational progression
93
+ - Enable agents to ask each other questions
94
+ - Maintain professional yet engaging discourse
95
+ - Include personality-driven humor and quirks when appropriate
96
+
97
+ ### 5. Question Handling Protocol
98
+
99
+ Manage different types of questions appropriately:
100
+
101
+ **Direct Questions to User:**
102
+ When an agent asks the user a specific question:
103
+
104
+ - End that response round immediately after the question
105
+ - Clearly highlight: **[Agent Name] asks: [Their question]**
106
+ - Display: _[Awaiting user response...]_
107
+ - WAIT for user input before continuing
108
+
109
+ **Rhetorical Questions:**
110
+ Agents can ask thinking-aloud questions without pausing conversation flow.
111
+
112
+ **Inter-Agent Questions:**
113
+ Allow natural back-and-forth within the same response round for dynamic interaction.
114
+
115
+ ### 6. Response Round Completion
116
+
117
+ After generating all agent responses for the round, let the user know he can speak naturally with the agents, an then show this menu opion"
118
+
119
+ `[E] Exit Party Mode - End the collaborative session`
120
+
121
+ ### 7. Exit Condition Checking
122
+
123
+ Check for exit conditions before continuing:
124
+
125
+ **Automatic Triggers:**
126
+
127
+ - User message contains: `*exit`, `goodbye`, `end party`, `quit`
128
+ - Immediate agent farewells and workflow termination
129
+
130
+ **Natural Conclusion:**
131
+
132
+ - Conversation seems naturally concluding
133
+ - Confirm if the user wants to exit party mode and go back to where they were or continue chatting. Do it in a conversational way with an agent in the party.
134
+
135
+ ### 8. Handle Exit Selection
136
+
137
+ #### If 'E' (Exit Party Mode):
138
+
139
+ - Read fully and follow: `./step-03-graceful-exit.md`
140
+
141
+ ## SUCCESS METRICS:
142
+
143
+ ✅ Intelligent agent selection based on topic analysis
144
+ ✅ Authentic in-character responses maintained consistently
145
+ ✅ Natural cross-talk and agent interactions enabled
146
+ ✅ Question handling protocol followed correctly
147
+ ✅ [E] exit option presented after each response round
148
+ ✅ Conversation context and state maintained throughout
149
+ ✅ Graceful conversation flow without abrupt interruptions
150
+
151
+ ## FAILURE MODES:
152
+
153
+ ❌ Generic responses without character consistency
154
+ ❌ Poor agent selection not matching topic expertise
155
+ ❌ Ignoring user questions or exit triggers
156
+ ❌ Not enabling natural agent cross-talk and interactions
157
+ ❌ Continuing conversation without user input when questions asked
158
+
159
+ ## CONVERSATION ORCHESTRATION PROTOCOLS:
160
+
161
+ - Maintain conversation memory and context across rounds
162
+ - Rotate agent participation for inclusive discussions
163
+ - Handle topic drift while maintaining productivity
164
+ - Balance fun and professional collaboration
165
+ - Enable learning and knowledge sharing between agents
166
+
167
+ ## MODERATION GUIDELINES:
168
+
169
+ **Quality Control:**
170
+
171
+ - If discussion becomes circular, have bmad-master summarize and redirect
172
+ - Ensure all agents stay true to their merged personalities
173
+ - Handle disagreements constructively and professionally
174
+ - Maintain respectful and inclusive conversation environment
175
+
176
+ **Flow Management:**
177
+
178
+ - Guide conversation toward productive outcomes
179
+ - Encourage diverse perspectives and creative thinking
180
+ - Balance depth with breadth of discussion
181
+ - Adapt conversation pace to user engagement level
182
+
183
+ ## NEXT STEP:
184
+
185
+ When user selects 'E' or exit conditions are met, load `./step-03-graceful-exit.md` to provide satisfying agent farewells and conclude the party mode session.
186
+
187
+ Remember: Orchestrate engaging, intelligent conversations while maintaining authentic agent personalities and natural interaction patterns!