From bad6647eed26c9e068ab6265cb6be5c35b746425 Mon Sep 17 00:00:00 2001 From: sammath90 <123763745+sammath90@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:18:20 +0000 Subject: [PATCH 1/4] feat: add SCSA module with agents and workflow support --- tools/cli/external-official-modules.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/cli/external-official-modules.yaml b/tools/cli/external-official-modules.yaml index d6ae06ee6..f177037e5 100644 --- a/tools/cli/external-official-modules.yaml +++ b/tools/cli/external-official-modules.yaml @@ -51,3 +51,13 @@ modules: # defaultSelected: false # type: community # npmPackage: bmad-method-wds-expansion + + scsa-module: + url: https://github.com/SCSA-dev/scsa-bmad-agents.git + module-definition: scsa/module.yaml + code: scsa + name: "SCSA Module" + description: "Agents and Workflow from SCSA" + defaultSelected: true + type: community + npmPackage: scsa-bmad-agents \ No newline at end of file From 11f1d84d21465db356cabc0d933326d104509eb4 Mon Sep 17 00:00:00 2001 From: sammath90 <123763745+sammath90@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:49:07 +0000 Subject: [PATCH 2/4] feat(modules): add DDAT and Lean Prioritisation modules with community type --- tools/cli/external-official-modules.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tools/cli/external-official-modules.yaml b/tools/cli/external-official-modules.yaml index f177037e5..145784b18 100644 --- a/tools/cli/external-official-modules.yaml +++ b/tools/cli/external-official-modules.yaml @@ -60,4 +60,24 @@ modules: description: "Agents and Workflow from SCSA" defaultSelected: true 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 \ No newline at end of file From fa985309ae34241f255fc3702b2c680e35a06d96 Mon Sep 17 00:00:00 2001 From: sammath90 <123763745+sammath90@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:54:48 +0000 Subject: [PATCH 3/4] fix(module): correct module-definition path for lean-prioritisation-module --- tools/cli/external-official-modules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/external-official-modules.yaml b/tools/cli/external-official-modules.yaml index 145784b18..399b38084 100644 --- a/tools/cli/external-official-modules.yaml +++ b/tools/cli/external-official-modules.yaml @@ -74,7 +74,7 @@ modules: lean-prioritisation-module: url: https://github.com/SCSA-dev/scsa-bmad-agents.git - module-definition: lean-prioritisation/module.yaml + module-definition: lean-prioritisation-module/module.yaml code: lp name: "Lean Prioritisation Module" description: "Agents and Workflow for Lean Prioritisation" From 718e0e00e95bfe4776892398bdac38a0567075e1 Mon Sep 17 00:00:00 2001 From: sammath90 Date: Sun, 8 Mar 2026 19:00:12 +0000 Subject: [PATCH 4/4] feat: add Tender Quote Module to external-official-modules.yaml --- tools/cli/external-official-modules.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/cli/external-official-modules.yaml b/tools/cli/external-official-modules.yaml index 399b38084..1f4eb3892 100644 --- a/tools/cli/external-official-modules.yaml +++ b/tools/cli/external-official-modules.yaml @@ -80,4 +80,14 @@ modules: description: "Agents and Workflow for Lean Prioritisation" defaultSelected: true type: community + npmPackage: scsa-bmad-agents + + tqm-module: + url: https://github.com/SCSA-dev/scsa-bmad-agents.git + module-definition: tqm/module.yaml + code: tqm + name: "Tender Quote Module" + description: "Agents and Workflow for Tender Quote Module" + defaultSelected: true + type: community npmPackage: scsa-bmad-agents \ No newline at end of file