bmm-opencode 1.3.3 → 1.4.2

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.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Business Analyst"
3
3
  mode: subagent
4
+ model: "google/gemini-2.5-pro"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -29,4 +30,10 @@ Speaks with the excitement of a treasure hunter - thrilled by every clue, energi
29
30
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
30
31
  - Stay in character until exit selected
31
32
  - Display Menu items as the item dictates and in the order given.
32
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
34
+
35
+ ---
36
+
37
+ ## Model Configuration
38
+ - **Default**: `google/gemini-2.5-pro`
39
+ - **Alternatives**: `openai/gpt-4o`, `anthropic/claude-sonnet-4-20250514`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Architect"
3
3
  mode: subagent
4
+ model: "anthropic/claude-opus-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -31,4 +32,10 @@ Speaks in calm, pragmatic tones, balancing 'what could be' with '
31
32
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
32
33
  - Stay in character until exit selected
33
34
  - Display Menu items as the item dictates and in the order given.
34
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
35
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
36
+
37
+ ---
38
+
39
+ ## Model Configuration
40
+ - **Default**: `anthropic/claude-opus-4-20250514`
41
+ - **Alternatives**: `google/gemini-2.5-pro`, `openai/o3`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Developer Agent"
3
3
  mode: subagent
4
+ model: "anthropic/claude-sonnet-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -29,4 +30,10 @@ Ultra-succinct. Speaks in file paths and AC IDs - every statement citable. No fl
29
30
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
30
31
  - Stay in character until exit selected
31
32
  - Display Menu items as the item dictates and in the order given.
32
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
34
+
35
+ ---
36
+
37
+ ## Model Configuration
38
+ - **Default**: `anthropic/claude-sonnet-4-20250514`
39
+ - **Alternatives**: `google/gemini-2.5-pro`, `openai/gpt-4o`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Product Manager"
3
3
  mode: subagent
4
+ model: "anthropic/claude-opus-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -38,4 +39,10 @@ Asks 'WHY?' relentlessly like a detective on a case. Direct and data-s
38
39
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
39
40
  - Stay in character until exit selected
40
41
  - Display Menu items as the item dictates and in the order given.
41
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
42
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
43
+
44
+ ---
45
+
46
+ ## Model Configuration
47
+ - **Default**: `anthropic/claude-opus-4-20250514`
48
+ - **Alternatives**: `google/gemini-2.5-pro`, `openai/o3`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "QA Engineer"
3
3
  mode: subagent
4
+ model: "anthropic/claude-sonnet-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -28,4 +29,10 @@ Practical and straightforward. Gets tests written fast without overthinking. &ap
28
29
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
29
30
  - Stay in character until exit selected
30
31
  - Display Menu items as the item dictates and in the order given.
31
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
32
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+
34
+ ---
35
+
36
+ ## Model Configuration
37
+ - **Default**: `anthropic/claude-sonnet-4-20250514`
38
+ - **Alternatives**: `openai/gpt-4o`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Quick Flow Solo Dev"
3
3
  mode: subagent
4
+ model: "anthropic/claude-sonnet-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -29,4 +30,10 @@ Direct, confident, and implementation-focused. Uses tech slang (e.g., refactor,
29
30
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
30
31
  - Stay in character until exit selected
31
32
  - Display Menu items as the item dictates and in the order given.
32
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
34
+
35
+ ---
36
+
37
+ ## Model Configuration
38
+ - **Default**: `anthropic/claude-sonnet-4-20250514`
39
+ - **Alternatives**: `openai/gpt-4o`, `google/gemini-2.5-flash`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Scrum Master"
3
3
  mode: subagent
4
+ model: "google/gemini-2.5-flash"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -29,4 +30,10 @@ Crisp and checklist-driven. Every word has a purpose, every requirement crystal
29
30
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
30
31
  - Stay in character until exit selected
31
32
  - Display Menu items as the item dictates and in the order given.
32
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
34
+
35
+ ---
36
+
37
+ ## Model Configuration
38
+ - **Default**: `google/gemini-2.5-flash`
39
+ - **Alternatives**: `anthropic/claude-haiku-3-5-20241022`, `openai/gpt-4o-mini`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Technical Writer"
3
3
  mode: subagent
4
+ model: "google/gemini-2.5-flash"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -34,4 +35,10 @@ Patient educator who explains like teaching a friend. Uses analogies that make c
34
35
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
35
36
  - Stay in character until exit selected
36
37
  - Display Menu items as the item dictates and in the order given.
37
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
38
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
39
+
40
+ ---
41
+
42
+ ## Model Configuration
43
+ - **Default**: `google/gemini-2.5-flash`
44
+ - **Alternatives**: `anthropic/claude-haiku-3-5-20241022`, `openai/gpt-4o-mini`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "UX Designer"
3
3
  mode: subagent
4
+ model: "openai/gpt-4o"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -34,4 +35,10 @@ Paints pictures with words, telling user stories that make you FEEL the problem.
34
35
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
35
36
  - Stay in character until exit selected
36
37
  - Display Menu items as the item dictates and in the order given.
37
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
38
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
39
+
40
+ ---
41
+
42
+ ## Model Configuration
43
+ - **Default**: `openai/gpt-4o`
44
+ - **Alternatives**: `anthropic/claude-sonnet-4-20250514`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Elite Brainstorming Specialist"
3
3
  mode: subagent
4
+ model: "openai/gpt-4o"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -28,4 +29,10 @@ Talks like an enthusiastic improv coach - high energy, builds on ideas with YES
28
29
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
29
30
  - Stay in character until exit selected
30
31
  - Display Menu items as the item dictates and in the order given.
31
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
32
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+
34
+ ---
35
+
36
+ ## Model Configuration
37
+ - **Default**: `openai/gpt-4o`
38
+ - **Alternatives**: `anthropic/claude-sonnet-4-20250514`, `google/gemini-2.5-flash`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Master Problem Solver"
3
3
  mode: subagent
4
+ model: "anthropic/claude-opus-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -28,4 +29,10 @@ Speaks like Sherlock Holmes mixed with a playful scientist - deductive, curious,
28
29
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
29
30
  - Stay in character until exit selected
30
31
  - Display Menu items as the item dictates and in the order given.
31
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
32
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+
34
+ ---
35
+
36
+ ## Model Configuration
37
+ - **Default**: `anthropic/claude-opus-4-20250514`
38
+ - **Alternatives**: `openai/o3`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Design Thinking Maestro"
3
3
  mode: subagent
4
+ model: "openai/gpt-4o"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -28,4 +29,10 @@ Talks like a jazz musician - improvises around themes, uses vivid sensory metaph
28
29
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
29
30
  - Stay in character until exit selected
30
31
  - Display Menu items as the item dictates and in the order given.
31
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
32
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+
34
+ ---
35
+
36
+ ## Model Configuration
37
+ - **Default**: `openai/gpt-4o`
38
+ - **Alternatives**: `anthropic/claude-sonnet-4-20250514`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Disruptive Innovation Oracle"
3
3
  mode: subagent
4
+ model: "google/gemini-2.5-pro"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -28,4 +29,10 @@ Speaks like a chess grandmaster - bold declarations, strategic silences, devasta
28
29
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
29
30
  - Stay in character until exit selected
30
31
  - Display Menu items as the item dictates and in the order given.
31
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
32
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+
34
+ ---
35
+
36
+ ## Model Configuration
37
+ - **Default**: `google/gemini-2.5-pro`
38
+ - **Alternatives**: `openai/gpt-4o`, `anthropic/claude-opus-4-20250514`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Visual Communication + Presentation Expert"
3
3
  mode: subagent
4
+ model: "openai/gpt-4o"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -44,4 +45,10 @@ Energetic creative director with sarcastic wit and experimental flair. Talks lik
44
45
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
45
46
  - Stay in character until exit selected
46
47
  - Display Menu items as the item dictates and in the order given.
47
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
48
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
49
+
50
+ ---
51
+
52
+ ## Model Configuration
53
+ - **Default**: `openai/gpt-4o`
54
+ - **Alternatives**: `anthropic/claude-sonnet-4-20250514`, `google/gemini-2.5-flash`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Master Storyteller"
3
3
  mode: subagent
4
+ model: "openai/gpt-4o"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -28,4 +29,10 @@ Speaks like a bard weaving an epic tale - flowery, whimsical, every sentence enr
28
29
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
29
30
  - Stay in character until exit selected
30
31
  - Display Menu items as the item dictates and in the order given.
31
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
32
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+
34
+ ---
35
+
36
+ ## Model Configuration
37
+ - **Default**: `openai/gpt-4o`
38
+ - **Alternatives**: `anthropic/claude-sonnet-4-20250514`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator"
3
3
  mode: subagent
4
+ model: "anthropic/claude-opus-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -29,4 +30,10 @@ Direct and comprehensive, refers to himself in the 3rd person. Expert-level comm
29
30
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
30
31
  - Stay in character until exit selected
31
32
  - Display Menu items as the item dictates and in the order given.
32
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
33
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
34
+
35
+ ---
36
+
37
+ ## Model Configuration
38
+ - **Default**: `anthropic/claude-opus-4-20250514`
39
+ - **Alternatives**: `google/gemini-2.5-pro`, `openai/o3`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Generates specialized subagents by analyzing problems and producing ready-to-use agent configurations"
3
3
  mode: subagent
4
+ model: "anthropic/claude-sonnet-4-20250514"
4
5
  tools:
5
6
  read: true
6
7
  glob: true
@@ -302,3 +303,9 @@ Direct and precise. Reports findings with severity levels and actionable remedia
302
303
  6. **COMPREHENSIVE prompts** - Leave nothing implicit
303
304
  7. **VALIDATE before output** - Use checklist
304
305
  8. **DOCUMENT choices** - Explain configuration decisions
306
+
307
+ ---
308
+
309
+ ## Model Configuration
310
+ - **Default**: `anthropic/claude-sonnet-4-20250514`
311
+ - **Alternatives**: `openai/gpt-4o`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Multi-agent meeting orchestrator - reads agent roster, asks meeting purpose, selects relevant agents, allows dynamic additions during meeting"
3
3
  mode: subagent
4
+ model: "anthropic/claude-sonnet-4-20250514"
4
5
  tools:
5
6
  read: true
6
7
  glob: true
@@ -285,19 +286,27 @@ Provide your expert perspective on this topic. Think deeply and thoroughly.
285
286
  ```
286
287
  🔄 **Meeting in Progress - Agents Thinking...**
287
288
 
288
- | Agent | Model | Status | Task ID |
289
- |-------|-------|--------|---------|
290
- | 🏗️ Winston | o3 | 🔄 analyzing... | bg_xxx |
291
- | 💻 Amelia | sonnet-4 | 🔄 analyzing... | bg_yyy |
292
- | 🧪 Murat | gemini-2.5-pro | 🔄 analyzing... | bg_zzz |
289
+ | Agent | Model | Status | Task ID | Session ID |
290
+ |-------|-------|--------|---------|------------|
291
+ | 🏗️ Winston | o3 | 🔄 analyzing... | `bg_xxx` | `ses_xxx` |
292
+ | 💻 Amelia | sonnet-4 | 🔄 analyzing... | `bg_yyy` | `ses_yyy` |
293
+ | 🧪 Murat | gemini-2.5-pro | 🔄 analyzing... | `bg_zzz` | `ses_zzz` |
293
294
 
294
295
  ⏳ Collecting insights from all participants...
295
296
 
297
+ ### 📋 How to Check Progress
298
+
299
+ View any agent's real-time thinking:
300
+ ```
301
+ background_output(task_id="<task_id>")
302
+ ```
303
+
296
304
  ---
297
305
 
298
306
  💡 **While waiting, you can:**
299
307
  - `+agent` - Add another agent to this meeting
300
308
  - `status` - Check progress
309
+ - `background_output(task_id="bg_xxx")` - View specific agent's progress
301
310
  - `cancel` - Cancel and restart
302
311
  ```
303
312
 
@@ -350,8 +359,16 @@ Provide your expert perspective on this topic. Think deeply and thoroughly.
350
359
  | 🔴 High | [action] | architect, dev |
351
360
  | 🟡 Medium | [action] | tea |
352
361
 
353
- **❓ Open Questions:**
354
- 1. [question needing user decision]
362
+ **❓ Decisions Needed:**
363
+
364
+ When the synthesis reveals open questions or divergent views requiring user decision, present numbered options:
365
+
366
+ | # | Decision | Options |
367
+ |---|----------|---------|
368
+ | 1 | [decision topic] | [A] option-a / [B] option-b / [C] option-c |
369
+ | 2 | [decision topic] | [A] option-a / [B] option-b |
370
+
371
+ > Reply with the number + letter (e.g., `1A`, `2B`) to decide, or ask agents to elaborate.
355
372
 
356
373
  **📝 Action Items:**
357
374
  - [ ] [item 1]
@@ -364,6 +381,7 @@ Provide your expert perspective on this topic. Think deeply and thoroughly.
364
381
  - `@agent question` - Ask specific agent a follow-up
365
382
  - `deep [topic]` - Deep dive on specific topic
366
383
  - `vote [options]` - Get agent votes on decision
384
+ - `decide [#]` - Revisit a specific decision point
367
385
  - `summarize` - Get executive summary
368
386
  - `report` - End meeting and generate summary report file (choose summary or detailed)
369
387
  - `exit` - End meeting
@@ -475,6 +493,7 @@ meeting_state:
475
493
  | `@all [question]` | Ask all agents | `@all thoughts on timeline?` |
476
494
  | `deep [topic]` | Deep dive | `deep security concerns` |
477
495
  | `vote [question]` | Get agent votes | `vote monolith vs microservice` |
496
+ | `decide [#]` | Revisit decision point | `decide 1` |
478
497
  | `status` | Show meeting status | |
479
498
  | `list` | Show all available agents | |
480
499
  | `attendees` | Show current participants | |
@@ -784,3 +803,10 @@ Thank you for using Party Mode! 🎉
784
803
  11. **GRACEFUL EXIT** - Summarize meeting when ending
785
804
  12. **HANDLE ERRORS** - Provide helpful error messages
786
805
  13. **ALWAYS GENERATE TITLES** - Every assigned agent MUST have a Title = `AgentName [model]: [first impression]`. The model is the AI model powering that agent (determined by the `delegate_task` category). The first impression is a short, punchy one-liner (≤15 words) reflecting the agent's instinctive gut reaction to the meeting topic from their area of expertise. Generate titles in Phase 2 (recommendation) and carry them through Phase 3 (execution) and Phase 4 (results). Late-arriving agents (`+agent`) also get a title upon joining.
806
+ 14. **PRESENT OPTIONS FOR DECISIONS** - When synthesis reveals divergent views, open questions, or any point requiring user decision, ALWAYS present numbered options with clear choices (e.g., `1A`, `1B`). Never leave decisions as open-ended text — structure them as actionable choices the user can select from.
807
+
808
+ ---
809
+
810
+ ## Model Configuration
811
+ - **Default**: `anthropic/claude-sonnet-4-20250514`
812
+ - **Alternatives**: `openai/gpt-4o`, `google/gemini-2.5-pro`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  description: "Master Test Architect and Quality Advisor"
3
3
  mode: subagent
4
+ model: "anthropic/claude-opus-4-20250514"
4
5
  tools:
5
6
  write: true
6
7
  edit: true
@@ -38,4 +39,10 @@ Blends data with gut instinct. &apos;Strong opinions, weakly held&apos; is their
38
39
  - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.
39
40
  - Stay in character until exit selected
40
41
  - Display Menu items as the item dictates and in the order given.
41
- - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
42
+ - Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml
43
+
44
+ ---
45
+
46
+ ## Model Configuration
47
+ - **Default**: `anthropic/claude-opus-4-20250514`
48
+ - **Alternatives**: `google/gemini-2.5-pro`, `openai/o3`
@@ -229,6 +229,18 @@ delegate_task({
229
229
 
230
230
  ---
231
231
 
232
+ ## MONITORING BACKGROUND AGENTS
233
+
234
+ When agents are running in background, the workflow displays a progress table with **Task ID** and **Session ID** for each agent. Users can check any agent's real-time progress:
235
+
236
+ ```
237
+ background_output(task_id="<task_id>")
238
+ ```
239
+
240
+ This returns the agent's current status, latest tool calls, and output so far — allowing you to monitor what each dev-story or code-review agent is doing without waiting for completion.
241
+
242
+ ---
243
+
232
244
  ## STATE SCHEMA
233
245
 
234
246
  ```yaml
@@ -185,6 +185,23 @@ When an agent asks the user a specific question:
185
185
  - Clearly highlight the questioning agent and their question
186
186
  - Wait for user response before any agent continues
187
187
 
188
+ ### Decision Points
189
+
190
+ When agents identify divergent views, trade-offs, or questions requiring user decision, ALWAYS present structured numbered options:
191
+
192
+ ```
193
+ ❓ **Decisions Needed**
194
+
195
+ | # | Decision | Options |
196
+ |---|----------|---------|
197
+ | 1 | [topic] | [A] option-a / [B] option-b / [C] option-c |
198
+ | 2 | [topic] | [A] option-a / [B] option-b |
199
+
200
+ > Reply with number + letter (e.g., `1A`, `2B`) to decide, or ask agents to elaborate.
201
+ ```
202
+
203
+ Never leave decisions as open-ended text — structure them as actionable choices.
204
+
188
205
  ### Inter-Agent Questions
189
206
 
190
207
  Agents can question each other and respond naturally within the same round for dynamic conversation.
package/README.md CHANGED
@@ -163,6 +163,9 @@ curl -s https://raw.githubusercontent.com/Jack-R-Hong/BMM-opencode/refs/heads/ma
163
163
 
164
164
  | Version | Agents | Skills | Changes |
165
165
  |---------|--------|--------|---------|
166
+ | 1.4.2 | 19 | 62 | Party-mode: structured decision options + background agent progress monitoring |
167
+ | 1.4.1 | 19 | 62 | Dev-team-mode: show session_id and progress monitoring for background agents |
168
+ | 1.4.0 | 19 | 62 | Add per-agent LLM model configuration with multi-provider alternatives |
166
169
  | 1.3.2 | 19 | 62 | Dev-team-mode: delegated mode for orchestrator support |
167
170
  | 1.3.1 | 19 | 62 | Party-mode: agent titles with first impressions |
168
171
  | 1.3.0 | 19 | 62 | Added `dev-team-mode` parallel development orchestrator |
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AA8NlD,eAAO,MAAM,SAAS,EAAE,MAkLvB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAiOlD,eAAO,MAAM,SAAS,EAAE,MAkLvB,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/dist/index.js CHANGED
@@ -51,6 +51,7 @@ function readBundledFiles() {
51
51
  frontmatter: {
52
52
  description: frontmatter.description || "",
53
53
  mode: frontmatter.mode,
54
+ model: frontmatter.model || undefined,
54
55
  tools: frontmatter.tools,
55
56
  },
56
57
  prompt: body,
@@ -133,6 +134,8 @@ function writeAgentFile(targetDir, agent) {
133
134
  frontmatterLines.push(`description: ${JSON.stringify(agent.frontmatter.description)}`);
134
135
  if (agent.frontmatter.mode)
135
136
  frontmatterLines.push(`mode: ${agent.frontmatter.mode}`);
137
+ if (agent.frontmatter.model)
138
+ frontmatterLines.push(`model: ${JSON.stringify(agent.frontmatter.model)}`);
136
139
  if (agent.frontmatter.tools) {
137
140
  frontmatterLines.push("tools:");
138
141
  for (const [toolName, enabled] of Object.entries(agent.frontmatter.tools)) {
@@ -169,6 +172,8 @@ function formatAgentContent(agent) {
169
172
  frontmatterLines.push(`description: ${JSON.stringify(agent.frontmatter.description)}`);
170
173
  if (agent.frontmatter.mode)
171
174
  frontmatterLines.push(`mode: ${agent.frontmatter.mode}`);
175
+ if (agent.frontmatter.model)
176
+ frontmatterLines.push(`model: ${JSON.stringify(agent.frontmatter.model)}`);
172
177
  if (agent.frontmatter.tools) {
173
178
  frontmatterLines.push("tools:");
174
179
  for (const [toolName, enabled] of Object.entries(agent.frontmatter.tools)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmm-opencode",
3
- "version": "1.3.3",
3
+ "version": "1.4.2",
4
4
  "description": "BMAD-METHOD agents and skills for OpenCode - AI agent framework with 19 specialized agents and 62 workflow skills",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",