feat(modules): add DDAT and Lean Prioritisation modules with community type

This commit is contained in:
sammath90 2026-02-26 20:49:07 +00:00
parent 42bcbd5ae0
commit 11f1d84d21
1 changed files with 20 additions and 0 deletions

View File

@ -60,4 +60,24 @@ modules:
description: "Agents and Workflow from SCSA" description: "Agents and Workflow from SCSA"
defaultSelected: true defaultSelected: true
type: community type: community
npmPackage: scsa-bmad-agents
ddat-module:
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
module-definition: ddat/module.yaml
code: ddat
name: "DDAT Module"
description: "Agents and Workflow from DDAT"
defaultSelected: true
type: community
npmPackage: scsa-bmad-agents
lean-prioritisation-module:
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
module-definition: lean-prioritisation/module.yaml
code: lp
name: "Lean Prioritisation Module"
description: "Agents and Workflow for Lean Prioritisation"
defaultSelected: true
type: community
npmPackage: scsa-bmad-agents npmPackage: scsa-bmad-agents