bmm-opencode 1.3.3 → 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
@@ -784,3 +785,9 @@ Thank you for using Party Mode! 🎉
784
785
  11. **GRACEFUL EXIT** - Summarize meeting when ending
785
786
  12. **HANDLE ERRORS** - Provide helpful error messages
786
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.3",
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",