bmm-opencode 1.3.2 → 1.4.0

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
@@ -365,6 +366,7 @@ Provide your expert perspective on this topic. Think deeply and thoroughly.
365
366
  - `deep [topic]` - Deep dive on specific topic
366
367
  - `vote [options]` - Get agent votes on decision
367
368
  - `summarize` - Get executive summary
369
+ - `report` - End meeting and generate summary report file (choose summary or detailed)
368
370
  - `exit` - End meeting
369
371
  ```
370
372
 
@@ -479,6 +481,7 @@ meeting_state:
479
481
  | `attendees` | Show current participants | |
480
482
  | `summarize` | Executive summary | |
481
483
  | `actions` | List action items | |
484
+ | `report` | End meeting + generate report file | `report`, `report summary`, `report detailed` |
482
485
  | `exit` / `end` | End meeting | |
483
486
 
484
487
  ---
@@ -560,10 +563,168 @@ for task_id in active_tasks:
560
563
 
561
564
  ---
562
565
 
566
+ ## Meeting Report Generation
567
+
568
+ When user types `report`, or when exiting via `exit`/`end`:
569
+
570
+ ### Report Trigger Flow
571
+
572
+ ```
573
+ User: report
574
+
575
+ Response:
576
+ 📝 **Generate Meeting Report**
577
+
578
+ Choose report format:
579
+ - [S] **Summary** - Executive summary with key decisions and action items (~1 page)
580
+ - [D] **Detailed** - Full meeting minutes with all agent contributions, discussion threads, and decision rationale (~3-5 pages)
581
+
582
+ User: S (or D)
583
+
584
+ Response:
585
+ 📄 Generating report...
586
+ ✅ Meeting report saved to: {output_folder}/meeting-reports/meeting-report-{YYYY-MM-DD-HHmm}.md
587
+ ```
588
+
589
+ ### Report File Structure
590
+
591
+ **Summary Report** (`report` or `report summary`):
592
+
593
+ ```markdown
594
+ # Meeting Report - {meeting_topic}
595
+
596
+ **Date**: {date}
597
+ **Duration**: {duration}
598
+ **Participants**: {list of agent names with icons}
599
+ **Facilitator**: Party Mode
600
+
601
+ ---
602
+
603
+ ## Executive Summary
604
+ [2-3 sentence synthesis of the meeting]
605
+
606
+ ## Key Decisions
607
+ | # | Decision | Rationale | Owner |
608
+ |---|----------|-----------|-------|
609
+ | 1 | [decision] | [why] | [agent] |
610
+
611
+ ## Action Items
612
+ | # | Action | Owner | Priority | Deadline |
613
+ |---|--------|-------|----------|----------|
614
+ | 1 | [task] | [agent] | 🔴/🟡/🟢 | [if discussed] |
615
+
616
+ ## Open Questions
617
+ - [unresolved question 1]
618
+ - [unresolved question 2]
619
+
620
+ ## Next Steps
621
+ - [recommended follow-up 1]
622
+ - [recommended follow-up 2]
623
+ ```
624
+
625
+ **Detailed Report** (`report detailed`):
626
+
627
+ ```markdown
628
+ # Meeting Report - {meeting_topic}
629
+
630
+ **Date**: {date}
631
+ **Duration**: {duration}
632
+ **Participants**: {list of agent names with icons and titles}
633
+ **Facilitator**: Party Mode
634
+ **Discussion Rounds**: {count}
635
+
636
+ ---
637
+
638
+ ## Executive Summary
639
+ [2-3 sentence synthesis of the meeting]
640
+
641
+ ## Meeting Agenda & Context
642
+ [Original meeting topic and background provided by user]
643
+
644
+ ## Discussion Timeline
645
+
646
+ ### Round 1: [Topic/Question]
647
+ **Participants**: [agents involved]
648
+
649
+ #### {icon} {Agent Name} ({title})
650
+ [Full contribution from this agent]
651
+
652
+ #### {icon} {Agent Name} ({title})
653
+ [Full contribution from this agent]
654
+
655
+ **Round Outcome**: [What was concluded in this round]
656
+
657
+ ---
658
+
659
+ ### Round 2: [Topic/Question]
660
+ [... same structure for each discussion round ...]
661
+
662
+ ---
663
+
664
+ ## Synthesis
665
+
666
+ ### ✅ Consensus Points
667
+ - [What agents agreed on, with supporting agents listed]
668
+
669
+ ### ⚠️ Divergent Views
670
+ | Topic | Perspective A | Perspective B | Resolution |
671
+ |-------|--------------|--------------|------------|
672
+ | [topic] | {Agent}: [view] | {Agent}: [view] | [how resolved or still open] |
673
+
674
+ ### Decision Log
675
+ | # | Decision | Rationale | Proposed By | Supported By |
676
+ |---|----------|-----------|-------------|-------------|
677
+ | 1 | [decision] | [reasoning] | [agent] | [agents] |
678
+
679
+ ## Action Items
680
+ | # | Action | Owner | Priority | Deadline | Context |
681
+ |---|--------|-------|----------|----------|---------|
682
+ | 1 | [task] | [agent] | 🔴/🟡/🟢 | [if discussed] | [brief context] |
683
+
684
+ ## Open Questions & Risks
685
+ | # | Question/Risk | Raised By | Impact | Suggested Resolution |
686
+ |---|--------------|-----------|--------|---------------------|
687
+ | 1 | [question] | [agent] | [impact] | [suggestion] |
688
+
689
+ ## Recommendations for Follow-up
690
+ - [Specific follow-up with recommended agents]
691
+
692
+ ## Appendix: Agent Roster
693
+ | Agent | Title | Key Contribution |
694
+ |-------|-------|-----------------|
695
+ | {icon} {name} | {title} | [one-line summary] |
696
+ ```
697
+
698
+ ### Report Generation Rules
699
+
700
+ 1. **On `report` command**: Ask user to choose Summary [S] or Detailed [D]
701
+ 2. **On `report summary`**: Generate summary report directly
702
+ 3. **On `report detailed`**: Generate detailed report directly
703
+ 4. **On `exit`/`end`**: Ask "Would you like to generate a meeting report before ending? [S] Summary / [D] Detailed / [N] No, just exit"
704
+ 5. **File output**: Use `write` tool to save the report as a markdown file
705
+ 6. **File path**: `{output_folder}/meeting-reports/meeting-report-{YYYY-MM-DD-HHmm}.md` (create directory if needed)
706
+ 7. **After report saved**: Show the file path and then proceed with exit if triggered by exit command
707
+
708
+ ---
709
+
563
710
  ## Graceful Exit
564
711
 
565
712
  When user types `exit`, `end`, or `goodbye`:
566
713
 
714
+ **Step 1: Offer report generation**
715
+
716
+ ```
717
+ 📝 Before we wrap up — would you like to generate a meeting report?
718
+
719
+ - [S] **Summary Report** - Key decisions + action items (~1 page)
720
+ - [D] **Detailed Report** - Full meeting minutes with all contributions (~3-5 pages)
721
+ - [N] **No thanks** - Just end the meeting
722
+ ```
723
+
724
+ **Step 2: Generate report if requested** (see Meeting Report Generation section above)
725
+
726
+ **Step 3: Show meeting conclusion**
727
+
567
728
  ```
568
729
  ## 🎊 Meeting Concluded
569
730
 
@@ -572,6 +733,7 @@ When user types `exit`, `end`, or `goodbye`:
572
733
  - **Duration**: {duration}
573
734
  - **Participants**: {list of agents}
574
735
  - **Discussion Rounds**: {count}
736
+ - **Report**: {file path if generated, or "Not generated"}
575
737
 
576
738
  ### Key Decisions Made
577
739
  1. [decision 1]
@@ -592,8 +754,7 @@ When user types `exit`, `end`, or `goodbye`:
592
754
 
593
755
  ---
594
756
 
595
- Thank you for using Party Mode!
596
- Meeting notes can be saved with `save [filename]`.
757
+ Thank you for using Party Mode! 🎉
597
758
  ```
598
759
 
599
760
  ---
@@ -624,3 +785,9 @@ Meeting notes can be saved with `save [filename]`.
624
785
  11. **GRACEFUL EXIT** - Summarize meeting when ending
625
786
  12. **HANDLE ERRORS** - Provide helpful error messages
626
787
  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.
788
+
789
+ ---
790
+
791
+ ## Model Configuration
792
+ - **Default**: `anthropic/claude-sonnet-4-20250514`
793
+ - **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. 'Strong opinions, weakly held' 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`
package/README.md CHANGED
@@ -163,6 +163,7 @@ 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.0 | 19 | 62 | Add per-agent LLM model configuration with multi-provider alternatives |
166
167
  | 1.3.2 | 19 | 62 | Dev-team-mode: delegated mode for orchestrator support |
167
168
  | 1.3.1 | 19 | 62 | Party-mode: agent titles with first impressions |
168
169
  | 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.2",
3
+ "version": "1.4.0",
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",