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] 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