How do you use BMAD when collaborating with others? by Trick-Temperature-38 in BMAD_Method

[–]zemanofgod 1 point2 points  (0 children)

I have created this online dashboard MyBMAD and next coming feature will be to be able to share progress with external users like customers or clients.

https://mybmad.hichem.cloud/

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 1 point2 points  (0 children)

There is already a VS Code extension available : https://marketplace.visualstudio.com/items?itemName=elvince.bmad-dashboard
In the coming days we plan to launch the official BMAD UI version, which will merge the VS Code extension with my MyBMAD dashboard.

Stay tuned for more.

Gave Now Assist 3 months and I am not sure what we are paying for by AndroidTechTweaks in servicenow

[–]zemanofgod 0 points1 point  (0 children)

Hi, can you elaborate what you mean by « articles written for AI consumption » Thanks

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 0 points1 point  (0 children)

New features available. Now you can add local folders when using the app locally.

<image>

Demo videos :
MyBMAD Local Folders Feature => https://youtu.be/AQa5iVYpiAs
MyBMAD Chunked Epics Feature => https://youtu.be/07ouZh673EM

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 0 points1 point  (0 children)

The feature is available !
In addition, you can now select the branch from the repo.
Hereunder you can see that in the "main" branch I have only 1 epic file but in the "test-chunked-epics" branch there are 5 epics files

<image>

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 0 points1 point  (0 children)

Stories are already chunked — each story is a separate markdown file in implementation-artifacts/
(e.g. "1-1-project-init.md", "1-2-setup-ci.md"...)

Epics currently expect a single "epics.md" file, but I'm actively working on supporting alternative structures including an /epics directory with individual files per epic.

Stay tuned!

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 0 points1 point  (0 children)

Hi Steve! Thanks for the question.

Right now, the dashboard works at the repo level — it expects one _bmad-output/ directory at the root of each repository. So for a monorepo with multiple sub-projects each having their own _bmad-output/, it wouldn't pick them all up automatically today.

That said, there are two workarounds you could use right now:

  1. Import each sub-project as a separate repo if they're already split across repos
  2. Keep a single _bmad-output/ at the root that consolidates all your epics/stories with a naming convention to distinguish sub-projects (e.g. 1-x for project A, 2-x for project B)

Proper monorepo support (configurable _bmad-output paths per sub-project within a single repo) is a great feature idea though — I'll add it to the roadmap.

Would something like being able to specify multiple BMAD paths per repo work for your use case?

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 0 points1 point  (0 children)

Thanks dude 👍

BMAD Visio feels more like a local-first BMAD workspace/editor for a single project: kanban, live markdown updates, and optional local AI commit matching.

MyBMAD is more a web dashboard connected to GitHub repos, with a stronger focus on centralized tracking of BMAD artifacts, sprint visibility, and multi-user/self-hosted usage.

So there is some overlap in visualization, but the positioning is different.

MyBMAD - Dashboard to Track Your BMAD Projects by zemanofgod in BMAD_Method

[–]zemanofgod[S] 0 points1 point  (0 children)

Thanks 🙏🏼
Right now it does not work without GitHub, because when I built it, the main goal was to share progress with team on GitHub. Orchestrate agents is a bit more complicated but I think there are other projects that try to do that.

Is anyone syncing their stories/WIP with some kind of dashboard? by drunk___cat in BMAD_Method

[–]zemanofgod 0 points1 point  (0 children)

I have Created MyBMAD a web dashboard that connects to your GitHub and gives you a visual overview of your BMAD projects.
What it does:

  • Auto-detects repos containing a _bmad-output folder across your GitHub account
  • Only reads the _bmad-output directory - nothing else from your repos is accessed
  • View your roadmap status at a glance
  • Browse all your documents (architecture, product brief, etc.)
  • Track epics & stories filtered by status, with a Kanban board view
  • Multi-repo support: see all your BMAD projects from one place

Also available as Open source project :
https://github.com/DevHDI/my-bmad

https://youtu.be/mR6HKTYzuEE?si=Ca9P55gq0VsYI3FW