Mini, yet powerful, version of Burke Holland's Beast Mode
Example Usage Video
mini-beast-mode.mov
Create agents for think and non-think in opencode.json
:
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"copilot": {
"mode": "primary",
"model": "github-copilot/gpt-4.1",
"prompt": "{file:.opencode/prompts/mini-beast-mode-rules.md}"
},
"copilot-think": {
"mode": "primary",
"model": "github-copilot/gpt-4.1",
"prompt": "{file:.opencode/prompts/mini-beast-mode-rules.md}{file:.opencode/prompts/opencode-gpt-4.1-thinking-rules.md}"
}
}
}
Create modes for think and non-think:
.roo
βββ rules
β βββ mini-beast-mode-rules.md
βββ rules-copilot-think
βββ roo-code-gpt-4.1-thinking-rules.md