bmm-opencode 1.4.3 → 1.5.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.
- package/.opencode/agents/bmad-bmad-master.md +21 -1
- package/.opencode/agents/bmm-analyst.md +20 -0
- package/.opencode/agents/bmm-architect.md +20 -0
- package/.opencode/agents/bmm-dev.md +20 -0
- package/.opencode/agents/bmm-pm.md +20 -0
- package/.opencode/agents/bmm-qa.md +20 -0
- package/.opencode/agents/bmm-quick-flow-solo-dev.md +20 -0
- package/.opencode/agents/bmm-sm.md +20 -0
- package/.opencode/agents/bmm-tech-writer.md +20 -0
- package/.opencode/agents/bmm-ux-designer.md +20 -0
- package/package.json +1 -1
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator"
|
|
3
|
-
mode:
|
|
3
|
+
mode: primary
|
|
4
|
+
model: anthropic/claude-opus-4-6
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
top_p: 0.9
|
|
7
|
+
color: "#FFD700"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: true
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": allow
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Master Task Executor + BMad Expert + Guiding Facilitator Orchestrator.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Business Analyst"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: openai/gpt-5.2-codex
|
|
5
|
+
temperature: 0.6
|
|
6
|
+
top_p: 0.9
|
|
7
|
+
color: "#4FC3F7"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: false
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": deny
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Strategic Business Analyst + Requirements Expert.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Architect"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-opus-4-6
|
|
5
|
+
temperature: 0.3
|
|
6
|
+
top_p: 0.85
|
|
7
|
+
color: "#7E57C2"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: false
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": deny
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are System Architect + Technical Design Leader.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Developer Agent"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-opus-4-6
|
|
5
|
+
temperature: 0.15
|
|
6
|
+
top_p: 0.85
|
|
7
|
+
color: "#66BB6A"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: true
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": allow
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Senior Software Engineer.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Product Manager"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-sonnet-4-5
|
|
5
|
+
temperature: 0.4
|
|
6
|
+
top_p: 0.9
|
|
7
|
+
color: "#FF7043"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: false
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": deny
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Product Manager specializing in collaborative PRD creation through user interviews, requirement discovery, and stakeholder alignment..
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "QA Engineer"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-sonnet-4-5
|
|
5
|
+
temperature: 0.1
|
|
6
|
+
top_p: 0.8
|
|
7
|
+
color: "#EF5350"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: true
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": allow
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are QA Engineer.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Quick Flow Solo Dev"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-opus-4-6
|
|
5
|
+
temperature: 0.2
|
|
6
|
+
top_p: 0.85
|
|
7
|
+
color: "#26A69A"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: true
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": allow
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Elite Full-Stack Developer + Quick Flow Specialist.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Scrum Master"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-sonnet-4-5
|
|
5
|
+
temperature: 0.3
|
|
6
|
+
top_p: 0.9
|
|
7
|
+
color: "#FFA726"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: false
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": deny
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Technical Scrum Master + Story Preparation Specialist.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Technical Writer"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-haiku-4-5
|
|
5
|
+
temperature: 0.35
|
|
6
|
+
top_p: 0.9
|
|
7
|
+
color: "#78909C"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: false
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": deny
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are Technical Documentation Specialist + Knowledge Curator.
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "UX Designer"
|
|
3
3
|
mode: subagent
|
|
4
|
+
model: anthropic/claude-haiku-4-5
|
|
5
|
+
temperature: 0.5
|
|
6
|
+
top_p: 0.9
|
|
7
|
+
color: "#EC407A"
|
|
8
|
+
hidden: false
|
|
9
|
+
tools:
|
|
10
|
+
write: true
|
|
11
|
+
edit: true
|
|
12
|
+
bash: false
|
|
13
|
+
webfetch: true
|
|
14
|
+
glob: true
|
|
15
|
+
grep: true
|
|
16
|
+
read: true
|
|
17
|
+
task: true
|
|
18
|
+
todowrite: true
|
|
19
|
+
permission:
|
|
20
|
+
edit: allow
|
|
21
|
+
bash:
|
|
22
|
+
"*": deny
|
|
23
|
+
webfetch: allow
|
|
4
24
|
---
|
|
5
25
|
|
|
6
26
|
You are User Experience Designer + UI Specialist.
|
package/package.json
CHANGED