module.yaml 1.2 KB

12345678910111213141516171819
  1. code: bmad-loop
  2. name: BMAD Loop Skills
  3. description: "Automation-mode skills driven by the bmad-loop orchestrator: interactive escalation resolution (bmad-loop-resolve) and deferred-work sweep triage (bmad-loop-sweep) — the inner dev primitive (which self-reviews and commits) is the upstream bmad-dev-auto skill"
  4. module_version: 0.8.1
  5. default_selected: false
  6. module_greeting: >
  7. BMAD Loop installed — both the automation skills and the
  8. bmad-loop orchestrator tool (the Python program that drives the loop). Setup
  9. installed the `bmad-loop` package from its Git repository with
  10. `uv tool install`, ran `bmad-loop init` (skills + hooks + policy + gitignore),
  11. and `bmad-loop validate`
  12. (preflight). The skills
  13. are invoked by the orchestrator and must stay installed together — the
  14. bmad-loop-sweep skill normalizes and migrates the deferred-work ledger per its
  15. own deferred-work-format.md. They require the BMad Method (bmm) module:
  16. _bmad/bmm/config.yaml and a sprint-status.yaml from bmad-sprint-planning. Run
  17. `bmad-loop run` to start, `bmad-loop tui` for the dashboard. To upgrade later,
  18. just re-run `/bmad-loop-setup` (or `/bmad-loop-setup upgrade`) — it upgrades the
  19. orchestrator tool and refreshes the per-project skills for you.