-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerated-opencode.json
More file actions
164 lines (164 loc) · 5.03 KB
/
generated-opencode.json
File metadata and controls
164 lines (164 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"agent": {
"workflow-runner": {
"description": "BMAD workflow execution agent - runs YAML workflows",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.1,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/workflow-runner.md}"
},
"ux-expert": {
"description": "UX Expert for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.3,
"tools": {
"write": true,
"edit": false,
"bash": false,
"read": true
},
"prompt": "{file:bmad-core/agents/ux-expert.md}"
},
"sm": {
"description": "Scrum Master for story creation, epic management, retrospectives, and agile process guidance",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.1,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/sm.md}"
},
"qa": {
"description": "Test Architect & Quality Advisor for comprehensive test architecture review, quality gate decisions, and code improvement",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.1,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/qa.md}"
},
"po": {
"description": "Product Owner for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.1,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/po.md}"
},
"pm": {
"description": "Product Manager for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.1,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/pm.md}"
},
"mindmap-specialist": {
"description": "Mind map specialist for software implementation from documentation",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.2,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true,
"webfetch": true
},
"prompt": "{file:bmad-core/agents/mindmap-specialist.md}"
},
"growth-marketer": {
"description": "Growth marketing specialist for user acquisition and retention",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.3,
"tools": {
"write": true,
"edit": false,
"bash": false,
"read": true
},
"prompt": "{file:bmad-core/agents/growth-marketer.md}"
},
"dev": {
"description": "Full-stack developer for implementation and coding",
"mode": "primary",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.1,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true,
"task": true
},
"prompt": "{file:bmad-core/agents/dev.md}"
},
"bmad-orchestrator": {
"description": "Master Orchestrator for workflow coordination, multi-agent tasks, role switching guidance, and BMad method expertise",
"mode": "primary",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.2,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true,
"task": true
},
"prompt": "{file:bmad-core/agents/bmad-orchestrator.md}"
},
"architect": {
"description": "System architect for holistic application design",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.2,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/architect.md}"
},
"analyst": {
"description": "Business Analyst for market research, brainstorming, competitive analysis, creating project briefs, initial project discovery, and documenting existing projects",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"temperature": 0.2,
"tools": {
"write": true,
"edit": true,
"bash": true,
"read": true
},
"prompt": "{file:bmad-core/agents/analyst.md}"
}
},
"$schema": "https://opencode.ai/config.json"
}