Skip to content

Commit 5b2a226

Browse files
committed
feat(agents,commands): Add new workflow and agent configuration files for opencode
Add critical workflow and agent configuration files for bmm and cis domains. Includes new agent personas and workflow command templates with strict activation and execution guidelines. Update manifest to include new opencode IDE support.
1 parent c170d30 commit 5b2a226

File tree

63 files changed

+657
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+657
-16
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'analyst'
3+
description: 'analyst agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/analyst.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'architect'
3+
description: 'architect agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/architect.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'dev'
3+
description: 'dev agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/dev.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'pm'
3+
description: 'pm agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/pm.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'quick-flow-solo-dev'
3+
description: 'quick-flow-solo-dev agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/quick-flow-solo-dev.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'sm'
3+
description: 'sm agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/sm.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'tea'
3+
description: 'tea agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/tea.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'tech-writer'
3+
description: 'tech-writer agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/tech-writer.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'ux-designer'
3+
description: 'ux-designer agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/bmm/agents/ux-designer.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 'brainstorming-coach'
3+
description: 'brainstorming-coach agent'
4+
---
5+
6+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7+
8+
<agent-activation CRITICAL="TRUE">
9+
1. LOAD the FULL agent file from @_bmad/cis/agents/brainstorming-coach.md
10+
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11+
3. Execute ALL activation steps exactly as written in the agent file
12+
4. Follow the agent's persona and menu system precisely
13+
5. Stay in character throughout the session
14+
</agent-activation>

0 commit comments

Comments
 (0)