Skip to content

Published plugin (v6.2.2.0) is missing workflow.md across all skills and is stale relative to upstream BMAD-METHOD (v6.10.0) #87

Description

@KoudjaDany

Description

The plugin published at tag v6.2.2.0 (2026-03-31) — the latest available on the claudev marketplace (urso/claudev) which sources this repo — appears to be missing the workflow.md file for nearly every skill.

Each skill's SKILL.md says:

Follow the instructions in ./workflow.md.

...but ./workflow.md does not exist in the skill's directory. This affects bmad-dev-story and, on inspection, the overwhelming majority of skills under plugins/bmad/skills/ (bmad-create-story, bmad-code-review, bmad-quick-dev, bmad-sprint-status, and ~55 others — both bmad-* and gds-* variants).

The published plugin is also stale relative to upstream

The README states this repo syncs from bmad-code-org/BMAD-METHOD weekly (every Wednesday), with version tracking via .upstream-versions/<id>.json. In practice, the most recent tag here is v6.2.2.0 from 2026-03-31, tracking upstream BMAD Method v6.2.2.

The official upstream repo (https://github.com/bmad-code-org/BMAD-METHOD/releases) has since moved on to v6.10.0, released 5 days before this report. So the automated sync appears to have stalled several months ago — this plugin has not picked up any of the upstream changes between v6.2.2 and v6.10.0, and the last version it did publish is also the one missing the workflow.md files described above.

Both issues likely need addressing together: resuming the upstream sync, and making sure the sync/packaging step actually copies each skill's workflow.md (or whatever the current upstream equivalent is) into the published plugin.

Steps to reproduce

  1. Install bmad@claudev (or fetch v6.2.2.0 of this repo directly)
  2. Inspect e.g. plugins/bmad/skills/bmad-dev-story/
  3. Only SKILL.md and checklist.md are present — no workflow.md
$ ls plugins/bmad/skills/bmad-dev-story/
SKILL.md  checklist.md

Expected behavior

  • The plugin tracks current upstream BMAD-METHOD releases (or at least resumes the weekly sync it claims to run).
  • Each skill directory contains the workflow.md (or equivalent) file its SKILL.md references, so the skill is actually executable.

Additional context

Would appreciate either a patch release restoring the missing files and catching up the sync, or confirmation of what changed upstream (e.g. workflow format moved to XML — _shared/tasks/workflow.xml exists in the package) that would explain the omission.

Happy to help narrow this down further if useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions