Skip to content

Releases: ErwanLorteau/BMAD_Openclaw

2.0 - Full BMAD Workflows via OpenClaw plugin

24 Feb 20:30
2cfd622

Choose a tag to compare

2.0 Release notes

The repository is now an OpenClaw plugin, with clear setup instruction. All the official BMAD agents, steps, and worflows are now supported. The previous main branch has been moved to deprecated

Features

  • 7 agent tools for full BMad workflow orchestration:

    • bmad_init_project — Initialize a BMad project with _bmad/ state tracking
    • bmad_list_workflows — List available workflows based on current project phase
    • bmad_start_workflow — Start a workflow with agent persona + orchestrator rules
    • bmad_load_step — Load and execute the next step in the active workflow
    • bmad_save_artifact — Save workflow output (briefs, PRDs, architecture docs, etc.)
    • bmad_complete_workflow — Mark workflow complete and suggest next steps
    • bmad_get_state — Get current project state, phase, and progress
  • Two execution modes:

    • Normal — Interactive with checkpoints (Continue / Elicitation / Party Mode / YOLO)
    • YOLO — Autonomous, runs through all steps without stopping
  • Full BMad Method bundled — Official BMad v6 method files included (agents, workflows, steps, templates)

  • 4 BMad phases supported:

    • Analysis (Mary — Analyst)
    • Planning (John — PM, Sally — UX)
    • Solutioning (Winston — Architect)
    • Implementation (Bob — SM, Amelia — Dev)
  • Deterministic orchestration — Plugin manages state and step progression; LLM role-plays personas

  • Configurable method path — Use bundled files or point to a custom BMad method directory

Technical

  • OpenClaw plugin manifest (openclaw.plugin.json) with config schema
  • 30 tests passing across 5 test suites
  • TypeScript, ESM modules
  • Zero runtime dependencies beyond OpenClaw plugin API

Install

git clone https://github.com/ErwanLorteau/BMAD_Openclaw.git ~/.openclaw/extensions/bmad-method
cd ~/.openclaw/extensions/bmad-method && npm install

See README.md for full configuration instructions.