Problem or need being solved
There is no built-in way to run structured BMAD product workflows (epic definition, feature PRD, sprint planning, code review) directly inside opencode. Users who follow BMAD methodology have to switch between tools and manage documentation manually.
Proposed solution
A community plugin that automates BMAD workflows through specialized sub-agents:
| Workflow |
Agent chain |
Output |
workflow_epics |
Analyst |
Roadmap overview from .workflow/epics/ |
workflow_epic |
PM → PM |
Epic definition + feature list |
workflow_feature |
PM → Architect → PM |
PRD + Architecture + Task breakdown |
workflow_sprint |
PM → PM |
Sprint plan + User stories |
workflow_review |
Analyst → Reviewer |
Code analysis + Review report |
Two modes available:
- Plugin tools (
workflow_*) — fully automated
- Slash commands (
/workflow-*) — interactive, with validation checkpoints at each step
Models are not hardcoded — agents inherit the global model from opencode.json, with an optional model: override per agent.
Repo: https://github.com/Alex-stack-cell/opencode-bmad-workflow
Verification
Problem or need being solved
There is no built-in way to run structured BMAD product workflows (epic definition, feature PRD, sprint planning, code review) directly inside opencode. Users who follow BMAD methodology have to switch between tools and manage documentation manually.
Proposed solution
A community plugin that automates BMAD workflows through specialized sub-agents:
workflow_epics.workflow/epics/workflow_epicworkflow_featureworkflow_sprintworkflow_reviewTwo modes available:
workflow_*) — fully automated/workflow-*) — interactive, with validation checkpoints at each stepModels are not hardcoded — agents inherit the global model from
opencode.json, with an optionalmodel:override per agent.Repo: https://github.com/Alex-stack-cell/opencode-bmad-workflow
Verification